summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0d283a5..52929e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+dt-utils 2016.12.0
+==================
+libdt: cache udev scan results
+libdt: limit device enumeration
+barebox-state: fall back to /state if there is no alias defined
+backend_storage: fix missing include
+libdt: take the parent to search for block devices
+
dt-utils 2016.08.0
==================
barebox-state: Fix printing variable on get.
diff --git a/configure.ac b/configure.ac
index 419afcb..03dc9c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([dt-utils],
- [2016.08.0],
+ [2016.12.0],
[bugs@pengutronix.de],
[dt-utils],
[http://git.pengutronix.de/?p=tools/dt-utils.git;a=summary])