summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 77f57f5..b45efc6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+dt-utils 2015.06.0
+==================
+Resync with barebox.
+- add hmac support
+- add uint8 and string support
+
dt-utils 2015.05.1
==================
Resync with barebox.
diff --git a/configure.ac b/configure.ac
index 8a068be..34e8b66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([dt-utils],
- [2015.05.1],
+ [2015.06.0],
[bugs@pengutronix.de],
[dt-utils],
[http://git.pengutronix.de/?p=tools/dt-utils.git;a=summary])