wmmoonclock: Bump to version 1.29.
This commit is contained in:
parent
4d99734d71
commit
2742762243
|
@ -1,4 +1,16 @@
|
||||||
Changes:
|
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.
|
Version 1.28 - released September 20, 2011.
|
||||||
Debian patches added to the upstream version. These patches
|
Debian patches added to the upstream version. These patches
|
||||||
are included:
|
are included:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([wmmoonclock], [1.28], [wmaker-dev@lists.windowmaker.org])
|
AC_INIT([wmmoonclock], [1.29], [wmaker-dev@lists.windowmaker.org])
|
||||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||||
AC_CONFIG_SRCDIR([configure.ac])
|
AC_CONFIG_SRCDIR([configure.ac])
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
Loading…
Reference in a new issue