3.0.0, It was just getting interesting.
svn: r10392
This commit is contained in:
10
NEWS
10
NEWS
@ -1,4 +1,4 @@
|
|||||||
Version 3.0.0 -- the "" release
|
Version 3.0.0 -- the "It was just getting interesting." release
|
||||||
* Rewrite of the GEDCOM parser
|
* Rewrite of the GEDCOM parser
|
||||||
* Export views to a spreadsheet
|
* Export views to a spreadsheet
|
||||||
* Formatted notes
|
* Formatted notes
|
||||||
@ -8,6 +8,14 @@ Version 3.0.0 -- the "" release
|
|||||||
* New database manager, allowing create, deletion, renaming, repair and
|
* New database manager, allowing create, deletion, renaming, repair and
|
||||||
revison control
|
revison control
|
||||||
|
|
||||||
|
Version 2.2.10 -- the "Lemon Curry?" release
|
||||||
|
|
||||||
|
Version 2.2.9 -- the "Here's your ninepence" release
|
||||||
|
|
||||||
|
Version 2.2.8 -- the "You sons of a silly person" release
|
||||||
|
|
||||||
|
Version 2.2.7 -- the "Well, I didn't vote for you." release
|
||||||
|
|
||||||
Version 2.2.6 -- the "Summarize Proust Competition" release
|
Version 2.2.6 -- the "Summarize Proust Competition" release
|
||||||
* Fix report option saving
|
* Fix report option saving
|
||||||
|
|
||||||
|
@ -5,17 +5,17 @@ dnl May need to run automake && aclocal first
|
|||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
dnl NOTE: 1st arg to macro below becomes the "VERSION"
|
dnl NOTE: 1st arg to macro below becomes the "VERSION"
|
||||||
AC_INIT(gramps, 2.90.5, [gramps-bugs@lists.sourceforge.net])
|
AC_INIT(gramps, 3.0.0, [gramps-bugs@lists.sourceforge.net])
|
||||||
AC_CONFIG_SRCDIR(configure.in)
|
AC_CONFIG_SRCDIR(configure.in)
|
||||||
AM_INIT_AUTOMAKE([1.6.3 foreign])
|
AM_INIT_AUTOMAKE([1.6.3 foreign])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
GNOME_DOC_INIT
|
GNOME_DOC_INIT
|
||||||
|
|
||||||
RELEASE=0.SVN$(svnversion -n .)
|
dnl RELEASE=0.SVN$(svnversion -n .)
|
||||||
dnl RELEASE=0beta
|
dnl RELEASE=0beta
|
||||||
dnl RELEASE=0rc1
|
dnl RELEASE=0rc1
|
||||||
dnl RELEASE=1
|
RELEASE=1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
Reference in New Issue
Block a user