From ad9032da9fa6cf7a47feb43ec87fa84a8e3d974a Mon Sep 17 00:00:00 2001 From: tadam Date: Mon, 9 Aug 2010 12:54:42 +0000 Subject: [PATCH] Updated for CVS 2.5.32 now. --- ChangeLog | 5 +++++ NEWS | 12 +++++++++++- configure.ac | 4 ++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 043f29f51..89385186d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ * configure.ac: Updated for the FVWM 2.5.31 release. +2010-08-09 Thomas Adam + * NEWS: + * configure.ac: + Updated for the FVWM 2.5.31 release. + 2010-08-07 Thomas Adam * fvwm/builtins.c (CMD_Exec): Remove extraneous whitespace. diff --git a/NEWS b/NEWS index 14d8e4c61..595151253 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,17 @@ Note, the changes for the last STABLE release start with release ------------------------------------------------------------------- -Changes in beta release 2.5.31 (not released yet) +Changes in beta release 2.5.32 (not released yet) + +* New features: + +* Bug fixes: + +------------------------------------------------------------------- + +------------------------------------------------------------------- + +Changes in beta release 2.5.31 (09-Aug-2010) * New features: diff --git a/configure.ac b/configure.ac index d716e9e9c..cc79c0453 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ AC_PREREQ(2.53) AC_INIT(fvwm/fvwm.c) dnl should be "yes" only within the released distribution -ISRELEASED=yes -version=2.5.31 +ISRELEASED=no +version=2.5.32 VERSIONINFO="" dnl date of the released version (please zero pad the day in the last 2 dates) -- 2.11.4.GIT