From f66351a7de045fad116a1927c6652d49f06a00d2 Mon Sep 17 00:00:00 2001 From: tadam Date: Fri, 15 Apr 2011 12:29:38 +0000 Subject: [PATCH] Update for new 2.7.0 development work. --- ChangeLog | 5 +++++ NEWS | 7 +++++++ configure.ac | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 442c403d9..206a59482 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ 2011-04-15 Thomas Adam + * NEWS: + * configure.ac: + Update for new development version 2.7.0 + +2011-04-15 Thomas Adam * libs/FBidi.c (FBidi_convert): Compiler warnings fix. * libs/fsm.c (CompletNewConnectionMsg): diff --git a/NEWS b/NEWS index 5035b2350..6c3ac7f68 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,13 @@ Note, the changes for the last STABLE release start with release 2.6.0. ------------------------------------------------------------------- +Changes in beta release 2.7.0 (not released yet) + +* New features: + +* Bug fixes: + +------------------------------------------------------------------- Changes in stable release 2.6.0 (15-Apr-2011) diff --git a/configure.ac b/configure.ac index fd641a727..e227218fb 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_INIT(fvwm/fvwm.c) dnl should be "yes" only within the released distribution ISRELEASED=yes -version=2.6.0 +version=2.7.0 VERSIONINFO="" dnl date of the released version (please zero pad the day in the last 2 dates) -- 2.11.4.GIT