diff --git a/Makefile.am b/Makefile.am index f78306e..980c20f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ $(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])