From db83d64e1ce66dfde2ae4adc62f9710924543a1c Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 21 Oct 2015 07:10:14 -0400 Subject: [PATCH] libdockapp: Bump to version 0.7.2. --- 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 + + * configure.ac: Bump to version 0.7.2. + +2015-10-20 Doug Torrance + + * 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 + + * 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 + + * 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 * 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],[wmaker-dev@lists.windowmaker.org]) +AC_INIT([libdockapp],[0.7.2],[wmaker-dev@lists.windowmaker.org]) AC_CONFIG_SRCDIR([src/dockapp.h]) AM_INIT_AUTOMAKE