r23122 - gnucash/trunk - Bump for 2.5.4 release

John Ralls jralls at code.gnucash.org
Sat Aug 3 10:42:22 EDT 2013


Author: jralls
Date: 2013-08-03 10:42:21 -0400 (Sat, 03 Aug 2013)
New Revision: 23122
Trac: http://svn.gnucash.org/trac/changeset/23122

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/NEWS
   gnucash/trunk/configure.ac
Log:
Bump for 2.5.4 release

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2013-08-02 19:12:46 UTC (rev 23121)
+++ gnucash/trunk/ChangeLog	2013-08-03 14:42:21 UTC (rev 23122)
@@ -1,6 +1,78 @@
+2013-08-02 Cristian Marchi 
+
+	* More consistency for UI strings. Patch by Aurimas Fišeras. (HEAD, trunk, origin/trunk, trunk)
+
+2013-08-02 John Ralls 
+
+	* Revert "Support for querying Bitcoin/Litecoin prices via F::Q's MtGox module"
+
+2013-08-02 Cristian Marchi 
+
+	* Update Italian translation.
+
+2013-08-02 John Ralls 
+
+	* - Functions which can return null always return a Python object
+
+2013-08-02 John Ralls 
+
+	* Bug 704183 - ofx file import tries to match online_id against ACCTID[space]ACCTKEY even when ACCTKEY is empty
+
+2013-08-02 John Ralls 
+
+	* Register rewrite Update, add delete transaction up/down function. This update corrects a mistake in the removal of previous gui update. Author: Robert Fewell
+
+2013-08-02 John Ralls 
+
+	* Register rewrite Update, change to using original query. This update changes the model to drop the filter and sort models to use the qof query to do these parts. This is in response to the slowness of large transaction lists with the intention to load only a subset of them. This is the start and this update should result in the same out put as using the filter and sort model. Author: Robert Fewell
+
+2013-08-02 John Ralls 
+
+	* Register rewrite Update, added extra dates and cursor changes. This update fixes the following, allow the cursor to move between cells and make active, changed the preference for showing date entered to include reconcile date and added another option to show when transaction selected. Also added menu option to show these extra dates. Author: Robert Fewell
+
+2013-08-01 Cristian Marchi 
+
+	* Make CSV account import table header translatable. Patch by Aurimas Fišeras.
+
+2013-08-01 Cristian Marchi 
+
+	* Update Catalan translation copied from the Translation Project.
+
+2013-08-01 John Ralls 
+
+	* Fix report tests which fail in OSX
+
+2013-07-14 John Ralls 
+
+	* Bug #704185: GnuCash 2.5 doesn't build on FreeBSD
+
+2013-07-10 Cristian Marchi 
+
+	* Update Danish TRanslation, copied from the Translation Project.
+
+2013-07-08 Cristian Marchi 
+
+	* Update Lithuanian translation thanks to Aurimas Fišeras.
+
+2013-07-08 Cristian Marchi 
+
+	* Fix some translation issues. Author: Aurimas Fišeras.
+
+2013-07-08 Cristian Marchi 
+
+	* Fix translation of table headers. Author: Aurimas Fišeras.
+
+2013-07-08 Cristian Marchi 
+
+	* Fix typo preventing dash marker usage. Author: Aurimas Fišeras.
+
+2013-07-07 John Ralls 
+
+	* Bump version for 2.5.3 release
+
 2013-07-06 John Ralls 
 
-	* Bug 703272 - list of windows in Windows menu outdated (HEAD, trunk, origin/trunk, origin/HEAD, trunk)
+	* Bug 703272 - list of windows in Windows menu outdated
 
 2013-07-06 Geert Janssens 
 
@@ -340,7 +412,7 @@
 
 2013-05-21 Geert Janssens 
 
-	* Fix windows build after it got broken by r22982 (jralls/trunk)
+	* Fix windows build after it got broken by r22982
 
 2013-05-20 Christian Stimming 
 

Modified: gnucash/trunk/NEWS
===================================================================
--- gnucash/trunk/NEWS	2013-08-02 19:12:46 UTC (rev 23121)
+++ gnucash/trunk/NEWS	2013-08-03 14:42:21 UTC (rev 23122)
@@ -1,5 +1,32 @@
 Version history:
 ------- -------
+ 2.5.4 - 4 August 2013
+         This is the fifth release in the UNSTABLE 2.5 series.
+
+	 New Features:
+
+	 Register2 work: Restore the delete-transaction-up/down
+	 feature, replace the filter-and-sort model with a qof query
+	 which loads only a subset of transactions to improve speed,
+	 and some date and cursor changes.
+
+	 Aurimas Fišeras contribued patches to make CSV Account import
+	 table header translatable, to fix translation of table
+	 headers, fix dash marker usage, and some other translation
+	 issues.
+
+	 Revert the Bitcoin support until the patch is rewritten with
+	 a better UI.
+
+	 Bug Fixes:
+	 703897: Functions which can return null always return a Python
+	  object, Tom Lofts.
+	 704183: ofx file import tries to match online_id against
+	  ACCTID[space]ACCTKEY even when ACCTKEY is empty, G. Paul Ziemba
+	 704185: GnuCash 2.5 doesn't build on FreeBSD
+
+	 Translations Updated: Catalan, Danish, Italian, and  Lithuanian
+
  2.5.3 - 7 July 2013
          This is the fourth release in the UNSTABLE 2.5 series.
 

Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac	2013-08-02 19:12:46 UTC (rev 23121)
+++ gnucash/trunk/configure.ac	2013-08-03 14:42:21 UTC (rev 23122)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.60)
-AC_INIT([GnuCash], [2.5.3], [gnucash-devel at gnucash.org])
+AC_INIT([GnuCash], [2.5.4], [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