--- wmclock/ChangeLog | 15 +++++++++++++-- wmclock/configure.ac | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/wmclock/ChangeLog b/wmclock/ChangeLog index b548d7b..561cfbe 100644 --- a/wmclock/ChangeLog +++ b/wmclock/ChangeLog @@ -1,3 +1,16 @@ +2015-09-24 Doug Torrance <dtorra...@piedmont.edu> + + * Bump to version 1.0.16. + + * configure.ac, wmclock.1.in: Get manpage date from ChangeLog instead + of manually updating. + + * configure.ac, wmclock.c: Use defines to get language xpms instead of + creating symlinks. + + * wmclock.c: Fix "comparison between signed and unsigned integer" + warnings. + 2014-12-11 Doug Torrance <dtorra...@monmouthcollege.edu> * Bump to version 1.0.15. @@ -32,8 +45,6 @@ * Imakefile, Makefile.am, configure, configure.ac: Switch build system from deprecated imake to autotools. -2014-12-10 Doug Torrance <dtorra...@monmouthcollege.edu> - * ChangeLog, INSTALL, Imakefile, README, configure, dynlist.c, dynlist.h, wmclock.c, wmclock.man.in: Remove trailing whitespace. diff --git a/wmclock/configure.ac b/wmclock/configure.ac index 8909b6d..e438231 100644 --- a/wmclock/configure.ac +++ b/wmclock/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([wmclock], [1.0.15], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([wmclock], [1.0.16], [wmaker-dev@lists.windowmaker.org]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC -- 2.1.4 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.