---
 libdockapp/ChangeLog    | 32 ++++++++++++++++++++++++++++++++
 libdockapp/configure.ac |  2 +-
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/libdockapp/ChangeLog b/libdockapp/ChangeLog
index 42c3173..4ae3a31 100644
--- a/libdockapp/ChangeLog
+++ b/libdockapp/ChangeLog
@@ -1,3 +1,35 @@
+2015-10-20  Doug Torrance <[email protected]>
+
+       * configure.ac: Bump to version 0.7.2.
+
+2015-10-20  Doug Torrance <[email protected]>
+
+       * Makefile.am: Clean generated file dockapp.pc.
+       Based on the Debian patch [1].
+
+       [1] https://sources.debian.net/src/1:0.7.1-1/debian/patches/
+           clean_dockapp.pc.patch/
+
+2015-10-20  Doug Torrance <[email protected]>
+
+       * configure.ac, src/Makefile.am:
+       Remove AC_PATH_XTRA macro from configure.ac
+       We already check for libraries with the PKG_CHECK_MODULES macros.
+       This also allows the Debian package to drop the Build-Depend on
+       libice-dev.  Based on the Debian patch [1].
+
+       [1] https://sources.debian.net/src/1:0.7.1-1/debian/patches/
+           remove_AC_PATH_XTRA.diff/
+
+2015-10-20  Doug Torrance <[email protected]>
+
+       * Recompress fonts without timestamp.
+       This fixes the package-contains-timestamped-gzip warning given by
+       Lintian for the Debian package.  (This warning is really
+       unnecessary, as its purpose it to check for reproducible builds and
+       the fonts are not compressed at build time, but I see no harm in
+       removing these timestamps.)
+
 2015-10-17  Doug Torrance <[email protected]>
 
        * configure.ac: Bump to version 0.7.1.
diff --git a/libdockapp/configure.ac b/libdockapp/configure.ac
index b4513a8..b1101e9 100644
--- a/libdockapp/configure.ac
+++ b/libdockapp/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libdockapp],[0.7.1],[[email protected]])
+AC_INIT([libdockapp],[0.7.2],[[email protected]])
 AC_CONFIG_SRCDIR([src/dockapp.h])
 AM_INIT_AUTOMAKE
 
-- 
2.1.4


-- 
To unsubscribe, send mail to [email protected].

Reply via email to