r14584 - gnucash/branches/2.0 - update to release 2.0.1

Chris Lyttle wilddev at cvs.gnucash.org
Sun Jul 30 17:54:27 EDT 2006


Author: wilddev
Date: 2006-07-30 17:54:26 -0400 (Sun, 30 Jul 2006)
New Revision: 14584
Trac: http://svn.gnucash.org/trac/changeset/14584

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

Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog	2006-07-30 19:42:04 UTC (rev 14583)
+++ gnucash/branches/2.0/ChangeLog	2006-07-30 21:54:26 UTC (rev 14584)
@@ -1,3 +1,8 @@
+2006-07-30  Chris Lyttle  <chris at wilddev.net>
+
+	* NEWS: Added some text about the release.
+	* configure.in: Change to version 2.0.1
+
 2006-07-30  Andreas Köhler  <andi5.py at gmx.net>
 
 	* src/gnome/window-reconcile.c: Replace the hbox separating debits

Modified: gnucash/branches/2.0/NEWS
===================================================================
--- gnucash/branches/2.0/NEWS	2006-07-30 19:42:04 UTC (rev 14583)
+++ gnucash/branches/2.0/NEWS	2006-07-30 21:54:26 UTC (rev 14584)
@@ -1,6 +1,37 @@
 Version history:
 ------- -------
 
+ 2.0.1 - 30 July 2006
+ 	 o Release of new stable version 2.0.1
+	 o Configure changes;
+	 - Check for (g-wrap) module, apparently some distributions ship
+	   g-wrap-config separately from the g-wrap.scm guile module.
+	 - Check for SLIB.
+	 o Core changes;
+	 - Correctly set column sort orders from gconf.
+	 - Allow proper compile/install from tarball using separate builddir.
+	 o Import Changes;
+	 - Fixed bug where OFX/HBCI imports loose spaces in descriptions
+	 - Ignore any unknown !Option in QIF files that are being imported.
+	 - Allow comma-radix numbers without a radix. I.e., allow "17.500" to
+	   be parsed either as "seventeen and a half" or as "seventeen thousand
+	   five hundred".  Note that numbers STILL default to decimal-radix
+	   instead of asking the user to choose.
+	 - Replace the hbox separating debits from credits in the
+	   reconciliation window by a homogeneous table.
+	 - Remove obsolete buttons for aqbanking/hbci setup that are unneeded.
+	 o Business changes;
+	 - Fixed problem when booking an invoice with account name using
+	   account separator character.
+	 - Set the summary bar values when the invoice window is first opened.
+	 - Properly round invoice entries and totals.
+	 o Scheduled Transactions changes;
+	 - Changed Since-Last-Run default to automatically run at GnuCash
+	   start.
+	 o Reports changes;
+	 - Change cmdline warning into an actual user's error dialog when user
+	   attempts to save a report with the same name as an existing report.
+	 
  2.0.0 - 9 July 2006
  	 o Release of new stable version 2.0.0.
 	 o GnuCash 2.0 is based on state-of-the-art gtk2 GUI technology.

Modified: gnucash/branches/2.0/configure.in
===================================================================
--- gnucash/branches/2.0/configure.in	2006-07-30 19:42:04 UTC (rev 14583)
+++ gnucash/branches/2.0/configure.in	2006-07-30 21:54:26 UTC (rev 14584)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.59)
-AC_INIT([gnucash], [2.0.0], [gnucash-devel at gnucash.org])
+AC_INIT([gnucash], [2.0.1], [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