From 622c8708795e15921f25f99f26dcc2490af77ead Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sat, 25 Feb 2006 07:08:05 +0000 Subject: [PATCH] * NEWS: Update. svn: r5992 --- gramps2/ChangeLog | 1 + gramps2/NEWS | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 0eb876204..557c79715 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,5 @@ 2006-02-24 Alex Roitman + * NEWS: Update. * configure.in: Bump up the release number. * test/runtest.sh (GRPH_REP): Add calendar to the list of reports. * src/plugins/Calendar.py: Remove the unsupported flag. diff --git a/gramps2/NEWS b/gramps2/NEWS index ab5667868..a4283066f 100644 --- a/gramps2/NEWS +++ b/gramps2/NEWS @@ -1,3 +1,15 @@ +Version 2.0.10 -- the "Holy Hand Grenade of Antioch" release +* Date handler for Lithuanian language (Arturas Sleinius). +* New Calendar graphical report (Doug Blank). +* Multiple tool fixes. +* GEDCOM import and export improvements. +* Proper rebuilding of secondary indices. +* Open Document Format support in reports (Serge Noiraud, Brian Matherly). +* Multiple report fixes. +* Fix for low-level duplicate records. +* User Manual updates. +* An insane number of bug fixes. + Version 2.0.9 -- the "Nobody expects the Spanish inquisition!" release * Incremental interface improvements. * Automated testing added, based on the CLI functionality.