wmtime: Bump to version 1.2.

This commit is contained in:
Doug Torrance 2015-01-03 16:16:21 -06:00 committed by Carlos R. Mafra
parent 59e8a712dc
commit 4b9666e97d
2 changed files with 16 additions and 1 deletions

View file

@ -3,6 +3,21 @@ WMTime changes.
Version Description
--------------------------------------------------------------
1.2 - Released 150103
- Remove unused variables.
- Use rm -f in make clean.
- Update FSF address.
- Update GPLv2 from
http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
- Update README contact information; remove trailing
whitespaces.
- Remove trailing whitespace.
- Remove unnecessary Imakefile.
- Move source files to top directory.
- Update Makefile.
- Add -l option to specify locale.
- Remove unnecessary references to current version number.
1.1 - Released 131013
- Incorporated many patches from Debian, including
+ Added manual page

View file

@ -92,7 +92,7 @@ const char* default_left_action = NULL;
const char* default_middle_action = NULL;
const char* default_right_action = NULL;
#define WMTIME_VERSION "1.1"
#define WMTIME_VERSION "1.2"
/********************/
/* Global Variables */