summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-03-31 13:51:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-31 13:58:00 +0200
commitf703b2ce5d04368b65c3c5e2fd1e250cd1a8ed72 (patch)
tree572cbef8266576136144a2193eec469038e0c776
parentea1d08e26b73a4855165ed56043fa439ff9948cb (diff)
downloaddt-utils-f703b2ce5d04368b65c3c5e2fd1e250cd1a8ed72.tar.gz
dt-utils-f703b2ce5d04368b65c3c5e2fd1e250cd1a8ed72.tar.xz
Release v2017.03.0v2017.03.0
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Makefile.am2
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f78306e..980c20f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ SED_PROCESS = \
$(SED_PROCESS)
LIBDT_CURRENT=2
-LIBDT_REVISION=0
+LIBDT_REVISION=1
LIBDT_AGE=2
pkginclude_HEADERS = \
diff --git a/NEWS b/NEWS
index 52929e7..7e5c99c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+dt-utils 2017.03.0
+==================
+barebox-state: Support new OF partition binding with partitions node
+barebox-state: Support reading state even when it can't be authenticated (-f)
+barebox-state: Fix -EUCLEAN handling: Data is valid when -EUCLEAN is returned
+barebox-state: Sync with barebox codebase
+
dt-utils 2016.12.0
==================
libdt: cache udev scan results
diff --git a/configure.ac b/configure.ac
index 03dc9c6..c2e8032 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([dt-utils],
- [2016.12.0],
+ [2017.03.0],
[bugs@pengutronix.de],
[dt-utils],
[http://git.pengutronix.de/?p=tools/dt-utils.git;a=summary])