summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-06-18 12:04:26 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-06-18 12:04:26 +0200
commit55191a63c8c05c732e71c39618d35e4b337f8daf (patch)
tree74b1eda3045f9a0bae630a256040af18f8028a0d
parent784ead0b2c37242c571abfbc10b3458bd65025f3 (diff)
downloaddt-utils-55191a63c8c05c732e71c39618d35e4b337f8daf.tar.gz
dt-utils-55191a63c8c05c732e71c39618d35e4b337f8daf.tar.xz
v2015.06.1v2015.06.1
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b45efc6..de548fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+dt-utils 2015.06.1
+==================
+Resync with barebox.
+- string support: trailing zero not needed
+
dt-utils 2015.06.0
==================
Resync with barebox.
diff --git a/configure.ac b/configure.ac
index 34e8b66..17025e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([dt-utils],
- [2015.06.0],
+ [2015.06.1],
[bugs@pengutronix.de],
[dt-utils],
[http://git.pengutronix.de/?p=tools/dt-utils.git;a=summary])