* NEWS: Correct attribution of ini-backend.
* configure.in: bump up the version number. * Release: Version 1.1.3 Splunge: this is a greate idea, but possibly lousy, and I'm not being indecisive" released. svn: r3927
This commit is contained in:
parent
691db65cec
commit
556a7848ba
@ -1,12 +1,21 @@
|
|||||||
|
2005-01-18 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
|
* NEWS: Correct attribution of ini-backend.
|
||||||
|
* configure.in: bump up the version number.
|
||||||
|
|
||||||
2005-01-17 Don Allingham <dallingham@users.sourceforge.net>
|
2005-01-17 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/ReportUtils.py: Added
|
* src/ReportUtils.py: Added
|
||||||
* src/BaseDoc.py: support for graphs
|
* src/BaseDoc.py: support for graphs
|
||||||
* src/docgen/OpenOfficeDoc.py: write_at support
|
* src/docgen/OpenOfficeDoc.py: write_at support
|
||||||
* src/Makefile.am: added ReportUtils.py
|
* src/Makefile.am: added ReportUtils.py
|
||||||
|
|
||||||
|
2005-01-17 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
|
* Release: Version 1.1.3 Splunge: this is a greate idea, but
|
||||||
|
possibly lousy, and I'm not being indecisive" released.
|
||||||
|
|
||||||
2005-01-17 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
2005-01-17 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||||
* src/ReadGedcom.py: Handle missing TRLR record.
|
* src/ReadGedcom.py: Handle missing TRLR record.
|
||||||
|
|
||||||
|
2005-01-17 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/plugins/GraphViz.py: Remove bogus UI labels.
|
* src/plugins/GraphViz.py: Remove bogus UI labels.
|
||||||
|
|
||||||
2005-01-16 Alex Roitman <shura@alex.neuro.umn.edu>
|
2005-01-16 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
|
3
NEWS
3
NEWS
@ -2,7 +2,8 @@ Version 1.1.3 -- the "Splunge: this is a great idea, but possibly lousy,
|
|||||||
and I'm not being indecisive" release
|
and I'm not being indecisive" release
|
||||||
* New columns for Media and Place Views (Martin Hawlisch).
|
* New columns for Media and Place Views (Martin Hawlisch).
|
||||||
* New graphical report -- StatisticsChart (Eero Tamminen).
|
* New graphical report -- StatisticsChart (Eero Tamminen).
|
||||||
* Alternative .ini -based backend for storing gramps settings (replaces gconf).
|
* Alternative .ini -based backend for storing gramps settings, replacing gconf
|
||||||
|
(Douglas S. Blank).
|
||||||
* Modules providing database access and basic classes are UI-independent now.
|
* Modules providing database access and basic classes are UI-independent now.
|
||||||
* Improved Name handling.
|
* Improved Name handling.
|
||||||
* Date handling improvements.
|
* Date handling improvements.
|
||||||
|
@ -4,11 +4,11 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
dnl May need to run automake && aclocal first
|
dnl May need to run automake && aclocal first
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT(gramps, 1.1.3, gramps-bugs@lists.sourceforge.net)
|
AC_INIT(gramps, 1.1.4, gramps-bugs@lists.sourceforge.net)
|
||||||
AC_CONFIG_SRCDIR(src/gramps.py)
|
AC_CONFIG_SRCDIR(src/gramps.py)
|
||||||
AM_INIT_AUTOMAKE(1.6.3)
|
AM_INIT_AUTOMAKE(1.6.3)
|
||||||
dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
||||||
RELEASE=1
|
dnl RELEASE=1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
Loading…
Reference in New Issue
Block a user