---
wmmoonclock/ChangeLog | 12 ++++++++++++
wmmoonclock/configure.ac | 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/wmmoonclock/ChangeLog b/wmmoonclock/ChangeLog
index a490c01..ea016be 100644
--- a/wmmoonclock/ChangeLog
+++ b/wmmoonclock/ChangeLog
@@ -1,4 +1,16 @@
Changes:
+Version 1.29 - released August 14, 2017
+ Update GPLv2 license text.
+ Update FSF address.
+ Remove trailing whitespace.
+ Use autotools for build.
+ Rename changelog to ChangeLog; clean up and split off TODO.
+ Correct bug report email address.
+ Remove unused variables.
+ Use unsigned char in mask bitmap to avoid overflow warnings.
+ Use correct includes for each file.
+ Add desktop entry file.
+
Version 1.28 - released September 20, 2011.
Debian patches added to the upstream version. These patches
are included:
diff --git a/wmmoonclock/configure.ac b/wmmoonclock/configure.ac
index b1fdb51..00209ab 100644
--- a/wmmoonclock/configure.ac
+++ b/wmmoonclock/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([wmmoonclock], [1.28], [[email protected]])
+AC_INIT([wmmoonclock], [1.29], [[email protected]])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([configure.ac])
AC_PROG_CC
--
2.11.0
--
To unsubscribe, send mail to [email protected].