From 0abb9828171e2fcd221b07aaab37946eacf95e1a Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Wed, 31 May 2006 03:23:55 +0000 Subject: [PATCH] svn: r6825 --- AUTHORS | 2 ++ NEWS | 9 +++++++++ src/const.py.in | 1 + 3 files changed, 12 insertions(+) diff --git a/AUTHORS b/AUTHORS index cddcbf384..f7628811f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,4 +12,6 @@ Martin Hawlisch - Filters Richard Taylor - ScratchPad.py, GrampsDBCallback.py +Brian Matherly - Reports + $Id$ diff --git a/NEWS b/NEWS index 4f01c2b9f..6bfbd7573 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Verison 2.1.4 +* Enhanced Verify tool (Alex) +* Start of index generation for some reports in Open Document files (Brian) +* Report enhancements (Brian) +* Merge added in (Don) +* Shading option to highlight data in Relationship View (Don) +* Bug fixes. + + Verison 2.1.3 * Add user defined custom types to appropriate menus * Select Place dialog replaces text entry of places diff --git a/src/const.py.in b/src/const.py.in index ca3e9289d..694e0233e 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -148,6 +148,7 @@ authors = [ "Alexander Roitman", "Richard Taylor", "Martin Hawlisch", + "Brian Matherly", "Tim Waugh", "Donald A. Peterson", "David Hampton",