From c11470a0b79f0f873454db1d544a612ca8e909a6 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 18 Oct 2015 00:02:50 -0400 Subject: [PATCH] libdockapp: Bump to version 0.7.1. --- 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 + + * configure.ac: Bump to version 0.7.1. + +2015-10-17 Doug Torrance + + * Makefile.am: Update update-changelog target in Makefile. + Only grab libdockapp commits. + +2015-10-17 Doug Torrance + + * examples/basic/basic.c, examples/rectangles/rectangles.c: Update + header location in examples. + +2015-10-09 Shining + + * README: Simplify instructions to generate a ./configure script. + Based on suggestions by Alexey Frolov and BALATON Zoltan. + +2015-10-05 Shining + + * 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) + + * 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) + 2014-11-28 Doug Torrance * 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],[wmaker-dev@lists.windowmaker.org]) +AC_INIT([libdockapp],[0.7.1],[wmaker-dev@lists.windowmaker.org]) AC_CONFIG_SRCDIR([src/dockapp.h]) AM_INIT_AUTOMAKE -- 2.11.4.GIT