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

diff --git a/libdockapp/ChangeLog b/libdockapp/ChangeLog
index ed6aace..42c3173 100644
--- a/libdockapp/ChangeLog
+++ b/libdockapp/ChangeLog
@@ -1,3 +1,39 @@
+2015-10-17  Doug Torrance <[email protected]>
+
+       * configure.ac: Bump to version 0.7.1.
+
+2015-10-17  Doug Torrance <[email protected]>
+
+       * Makefile.am: Update update-changelog target in Makefile.
+       Only grab libdockapp commits.
+
+2015-10-17  Doug Torrance <[email protected]>
+
+       * examples/basic/basic.c, examples/rectangles/rectangles.c: Update
+       header location in examples.
+
+2015-10-09  Shining <[email protected]>
+
+       * README: Simplify instructions to generate a ./configure script.
+       Based on suggestions by Alexey Frolov and BALATON Zoltan.
+
+2015-10-05  Shining <[email protected]>
+
+       * README: Info about generating 'configure' script in README.
+       In the README it is said to run ./configure but there's no such
+       script in the tarball. I wrote instructions to generate a
+       ./configure with libtool and autotools.
+
+2015-08-15  Rodolfo García Peñas (kix) <[email protected]>
+
+       * Include libwmgeneral in libdockapp.
+       This patch includes the libwmgeneral library in the libdockapp library.
+       The new library is now version 3 (previous was version 2) and it
+       includes the new include folder in $libdir/libdockapp.  The wmgeneral
+       files were moved from the previous folder (libwmgeneral) and the folder
+       is now removed.
+       Signed-off-by: Rodolfo García Peñas (kix) <[email protected]>
+
 2014-11-28  Doug Torrance <[email protected]>
 
        * NEWS, configure.ac: Release version 0.6.4.
diff --git a/libdockapp/configure.ac b/libdockapp/configure.ac
index 70158aa..cc0ea82 100644
--- a/libdockapp/configure.ac
+++ b/libdockapp/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libdockapp],[0.7.0],[[email protected]])
+AC_INIT([libdockapp],[0.7.1],[[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