From 274bce11b4b78c8eccc63b0f1801c92699d28008 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 21 Jun 2004 21:49:43 +0000 Subject: [PATCH] * NEWS: Update. svn: r3223 --- gramps2/ChangeLog | 1 + gramps2/NEWS | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 7e1806699..a2adc8f57 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -3,6 +3,7 @@ * src/PedView.py: Fix anchors. Switch from storing person objects to their IDs. Start on building Spouses and Siblings submenus in the context menu. + * NEWS: Update. 2004-06-20 Alex Roitman * configure.in: Bump up the version number. diff --git a/gramps2/NEWS b/gramps2/NEWS index 33ee03538..ab188d06b 100644 --- a/gramps2/NEWS +++ b/gramps2/NEWS @@ -1,3 +1,10 @@ +Version 1.1.1 -- the "Rat cake, rat sorbet, rat pudding, or strawberry tart" release +* Pedigree View has person-dependent submenus in the context menu: + Spouses, Siblings, Children, and Parents. +* Command line arguments handling is back on track. +* Sorting improvements. +* Bug fixes. + Version 1.1.0 -- the "And now for something completely different" release * Berkeley database backend!!! Many thanks to Billy Earney for db expertise! * Alphabetical tabs are gone. The entire People View is in a single tree now.