r14935 - gnucash/branches/2.0 - update to release 2.0.2

Chris Lyttle wilddev at cvs.gnucash.org
Sun Oct 8 12:55:18 EDT 2006


Author: wilddev
Date: 2006-10-08 12:55:17 -0400 (Sun, 08 Oct 2006)
New Revision: 14935
Trac: http://svn.gnucash.org/trac/changeset/14935

Modified:
   gnucash/branches/2.0/ChangeLog
   gnucash/branches/2.0/NEWS
   gnucash/branches/2.0/configure.in
Log:
update to release 2.0.2

Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog	2006-10-08 10:45:25 UTC (rev 14934)
+++ gnucash/branches/2.0/ChangeLog	2006-10-08 16:55:17 UTC (rev 14935)
@@ -1,3 +1,8 @@
+2006-10-08  Chris Lyttle  <chris at wilddev.net>
+
+	* NEWS: Added some text about the release.
+	* configure.in: Change to version 2.0.2
+
 2006-10-03  Chris Shoemaker <chris.shoemaker at cox.net>
 
 	* src/gnome-utils/glade/transfer.glade: Fix for bug #359471.

Modified: gnucash/branches/2.0/NEWS
===================================================================
--- gnucash/branches/2.0/NEWS	2006-10-08 10:45:25 UTC (rev 14934)
+++ gnucash/branches/2.0/NEWS	2006-10-08 16:55:17 UTC (rev 14935)
@@ -1,6 +1,35 @@
 Version history:
 ------- -------
 
+ 2.0.2 - 08 October 2006
+ 	 o Release of new stable version 2.0.2 
+	 o Configure changes;
+	 - Find absolute path of gconftool-2 during configure. Make gconftool
+	   rules to fail if gconftool-2 could not be found.
+	 - Fix Makefiles for .schemas file installation.
+	 o Core changes;
+	 - various: String fixes that have been delayed due to the string
+	   freeze.
+	 - Update so that bug-buddy 2.16 will still allow you to file bugs
+	   against gnucash.
+	 - Add a tip for raising the accounts menu in a register page.
+	 - Maintain the accounthierarchy when reparenting the descendants of a
+	   deleted account.
+	 - If the file type wasn't recognized, check whether this failed
+	   because of no read permission and give appropriate user feedback.
+	 - Avoid crash from opening transaction in more than one register.
+	 - Add the ability to override the default sort.
+	 o Import Changes;
+	 - Improve wording for XML data file import druid.
+	 - Replace exact comparison of doubles by checking for a small enough
+	   difference.
+	 - Double-check really every string from aqbanking for valid utf-8
+	   characters.
+	 o Translations;
+	 - Updated Hungarian translation
+	 - Updated complete Nepali translation
+	 - Updated French translation
+
  2.0.1 - 30 July 2006
  	 o Release of new stable version 2.0.1
 	 o Configure changes;

Modified: gnucash/branches/2.0/configure.in
===================================================================
--- gnucash/branches/2.0/configure.in	2006-10-08 10:45:25 UTC (rev 14934)
+++ gnucash/branches/2.0/configure.in	2006-10-08 16:55:17 UTC (rev 14935)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.59)
-AC_INIT([gnucash], [2.0.1], [gnucash-devel at gnucash.org])
+AC_INIT([gnucash], [2.0.2], [gnucash-devel at gnucash.org])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR(src/engine/Transaction.h)
 



More information about the gnucash-changes mailing list