r15199 - gnucash/branches/2.0 - update to release 2.0.3

Chris Lyttle wilddev at cvs.gnucash.org
Sun Dec 10 18:35:27 EST 2006


Author: wilddev
Date: 2006-12-10 18:35:26 -0500 (Sun, 10 Dec 2006)
New Revision: 15199
Trac: http://svn.gnucash.org/trac/changeset/15199

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

Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog	2006-12-09 17:41:38 UTC (rev 15198)
+++ gnucash/branches/2.0/ChangeLog	2006-12-10 23:35:26 UTC (rev 15199)
@@ -1,3 +1,8 @@
+2006-12-10  Chris Lyttle  <chris at wilddev.net>
+
+	* NEWS: Added some text about the release.
+	* configure.in: Change to version 2.0.3
+
 2006-12-02  Chris Shoemaker <chris.shoemaker at cox.net>
 
 	Fix bug #353450 - Crash on quit during save.

Modified: gnucash/branches/2.0/NEWS
===================================================================
--- gnucash/branches/2.0/NEWS	2006-12-09 17:41:38 UTC (rev 15198)
+++ gnucash/branches/2.0/NEWS	2006-12-10 23:35:26 UTC (rev 15199)
@@ -1,9 +1,26 @@
 Version history:
 ------- -------
 
- 2.0.3 - ?? ??  2006
-	 o Translations:
-	 - Updated British English, French, German translation
+ 2.0.3 - 10 December 2006
+ 	 o Release of new stable version 2.0.3.
+	 o Core changes;
+	 - Fix for crashes on Solaris and Windows.
+	 - Fix for crash on quit during save.
+	 - Fix a bug so that blank transactions are marked as pending.
+	 - When progress bar is showing, do not make menus and toolbars
+	   insensitive, but rather the underlying action groups.
+	 - Save window size and position of the transfer dialog.
+	 o Scheduled Transactions changes;
+	 - Fix for UTF-8 bug in month name.
+	 o Import changes;
+	 - Fix missing date when reconciling from HBCI.
+	 o Reports changes;
+	 - Fix some scheme inexact errors.
+	 o Help changes;
+	 - Inform the user about 'gnucash-docs' package when Help is selected
+	   with no content.
+	 o Translations;
+	 - Updated British English, French, German translation.
 
  2.0.2 - 08 October 2006
  	 o Release of new stable version 2.0.2 

Modified: gnucash/branches/2.0/configure.in
===================================================================
--- gnucash/branches/2.0/configure.in	2006-12-09 17:41:38 UTC (rev 15198)
+++ gnucash/branches/2.0/configure.in	2006-12-10 23:35:26 UTC (rev 15199)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.59)
-AC_INIT([gnucash], [2.0.2], [gnucash-devel at gnucash.org])
+AC_INIT([gnucash], [2.0.3], [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