summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2018-12-14 16:42:34 +0100
committerRoland Hieber <rhi@pengutronix.de>2018-12-14 16:42:34 +0100
commit8c3b50a1016d751900fa3dc201748f8179c26bd2 (patch)
tree8fa65fe618a3cb0928b6ab67f6d1338de95ce6ce
parentf5f30bbd1ec8771d41644b9a5f3a03599b1df898 (diff)
downloaddt-utils-8c3b50a1016d751900fa3dc201748f8179c26bd2.tar.gz
dt-utils-8c3b50a1016d751900fa3dc201748f8179c26bd2.tar.xz
Release v2018.05.0v2018.05.1
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
-rw-r--r--Makefile.am2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 3e85478..da6336a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ SED_PROCESS = \
# If any interfaces have been removed or changed since the last release,
# then set age to 0.
LIBDT_CURRENT=3
-LIBDT_REVISION=0
+LIBDT_REVISION=1
LIBDT_AGE=0
pkginclude_HEADERS = \
diff --git a/NEWS b/NEWS
index 5c4f59e..3564d9e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+dt-utils 2018.05.1
+==================
+change project mail to oss-tools@pengutronix.de
+fix compilation for glibc version 2.27.9000-36.fc29 and newer ("redefinition of 'struct statx'")
+fix compiler warnings on gcc >= 6 about wrong type conversion in messages
+
dt-utils 2018.05.0
==================
diff --git a/configure.ac b/configure.ac
index 5376ea0..12726b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([dt-utils],
- [2018.05.0],
+ [2018.05.1],
[oss-tools@pengutronix.de],
[dt-utils],
[http://git.pengutronix.de/?p=tools/dt-utils.git;a=summary])