r15616 - gnucash/branches/2.0 - update to release 2.0.5

Chris Lyttle wilddev at cvs.gnucash.org
Sun Feb 18 22:18:47 EST 2007


Author: wilddev
Date: 2007-02-18 22:18:45 -0500 (Sun, 18 Feb 2007)
New Revision: 15616
Trac: http://svn.gnucash.org/trac/changeset/15616

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

Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog	2007-02-19 01:29:51 UTC (rev 15615)
+++ gnucash/branches/2.0/ChangeLog	2007-02-19 03:18:45 UTC (rev 15616)
@@ -1,3 +1,8 @@
+2007-02-18  Chris Lyttle  <chris at wilddev.net>
+
+	* NEWS: Added some text about the release.
+	* configure.in: Change to version 2.0.5
+
 2007-02-18  Derek Atkins  <derek at ihtfp.com>
 
 	The New Turkish Lira changes from TRL to TRY in 2005.  Fix #408442.

Modified: gnucash/branches/2.0/NEWS
===================================================================
--- gnucash/branches/2.0/NEWS	2007-02-19 01:29:51 UTC (rev 15615)
+++ gnucash/branches/2.0/NEWS	2007-02-19 03:18:45 UTC (rev 15616)
@@ -1,6 +1,20 @@
 Version history:
 ------- -------
 
+ 2.0.5 - 18 February 2007
+ 	 o Release of new stable version 2.0.5.
+	 o Fix some strings not being translated.
+	 o Use guiles native sort and record.
+	 o Adjust how payment dialog resizes.
+	 o Don't abort when F::Q fails to return a quote.
+	 o Change Russian Ruble from RUR to RUB.
+	 o Fix security problem with tmp filesystem and symlink attack.
+	 o Add French and Canadian French translation updates.
+	 o Do not crash on delete_event in new user dialog.
+	 o Add sanity checks when accessing GncPluginPage.
+	 o Make new windows the same size as the active one.
+	 o The New Turkish Lira changed from TRL to TRY in 2005.
+
  2.0.4 - 1 January 2007
  	 o Release of new stable version 2.0.4.
 	 o Correct account compatibility check with top level account.

Modified: gnucash/branches/2.0/configure.in
===================================================================
--- gnucash/branches/2.0/configure.in	2007-02-19 01:29:51 UTC (rev 15615)
+++ gnucash/branches/2.0/configure.in	2007-02-19 03:18:45 UTC (rev 15616)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.59)
-AC_INIT([gnucash], [2.0.4], [gnucash-devel at gnucash.org])
+AC_INIT([gnucash], [2.0.5], [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