From 9cef52e14845f25ff71b1af6089306407e2e83fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Thu, 18 Oct 2007 15:08:59 +0000 Subject: [PATCH] 2.2.9-0rc1 svn: r9203 --- ChangeLog | 4 ++++ NEWS | 13 +++++++++++++ configure.in | 3 ++- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index da1d6d391..86fa0299f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-17 Stephane Charette + * NEWS: describe version 2.2.9 + * configure.in: version 2.2.9 + 2007-10-16 Stephane Charette * src/plugins/rel_nl.py: wrong linebreaks in previous commit! diff --git a/NEWS b/NEWS index 4517823cc..4d9cb83b2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Version 2.2.9 -- the "Here's your ninepence" release +* Many bug fixes & translation update (especially reports) +* Brazilian Portugese translation (Luiz) +* Slovenian translation (Bernard) +* Polish Date module (Piotr) +* correction of incomplete export to .gramps: export of media + subsection (Benny), datespan support (Alex), bookmark save, + keep grampsid number on import (Benny) +* Some new filters and resolved filter issues (Alex, Brian) +* Rewrite of the Remove Unused tool (Alex) +* Critical bookmark bug (James, Benny) +* Critical gallery bug, with additional Check & Repair functions (Benny) + Version 2.2.8 -- the "You sons of a silly person" release * Bug fixes diff --git a/configure.in b/configure.in index 39db6ed03..ee4bb35f8 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,8 @@ AM_INIT_AUTOMAKE(1.6.3) AC_CONFIG_MACRO_DIR([m4]) GNOME_DOC_INIT -RELEASE=0.SVN$(svnversion -n .) +dnl RELEASE=0.SVN$(svnversion -n .) +RELEASE=0rc1 dnl RELEASE=1 VERSIONSTRING=$VERSION