summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-06-15 22:15:24 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-06-15 23:11:26 +0200
commit21d488f69eac655b4599c105b512a80c918eac4c (patch)
tree033bb77848cc2d73865c6f337786862dd45784e9
parent951cf94db455de0bff31270dcc7f0d19f277dc19 (diff)
downloaddt-utils-21d488f69eac655b4599c105b512a80c918eac4c.tar.gz
dt-utils-21d488f69eac655b4599c105b512a80c918eac4c.tar.xz
v2015.06.0v2015.06.0
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-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])