r23568 - gnucash/trunk - Release 2.5.10

John Ralls jralls at code.gnucash.org
Sun Dec 15 12:22:15 EST 2013


Author: jralls
Date: 2013-12-15 12:22:11 -0500 (Sun, 15 Dec 2013)
New Revision: 23568
Trac: http://svn.gnucash.org/trac/changeset/23568

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/NEWS
   gnucash/trunk/configure.ac
Log:
Release 2.5.10

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2013-12-15 17:21:20 UTC (rev 23567)
+++ gnucash/trunk/ChangeLog	2013-12-15 17:22:11 UTC (rev 23568)
@@ -1,7 +1,267 @@
-2013-11-30 John Ralls 
+2013-12-14 John Ralls 
 
-	* Ensure that all KVP changes are properly marked dirty and committed. (HEAD, origin/trunk, origin/HEAD, trunk)
+	* Rename some directories in src/import-export (HEAD, trunk)
 
+2013-12-14 John Ralls 
+
+	* Move gnc-warnings.c from POTFILES.skip to POTFILES.ignore
+
+2013-12-14 John Ralls 
+
+	* Fix ax_pkg_swig.m4 filename.
+
+2013-12-14 John Ralls 
+
+	* Revert a stray, unrelated change from r23556 (origin/trunk, origin/HEAD)
+
+2013-11-30 Patrick 
+
+	* BUG 336843 (Attach images/files/urls to transactions):
+
+2013-12-14 John Ralls 
+
+	* Fix missing xaccTransCommitEdit() from r23466
+
+2013-12-14 John Ralls 
+
+	* Bug 619478 - Build warning in html/gnc-html-webkit.c
+
+2013-12-14 Geert Janssens 
+
+	* SWIG version updates
+
+2013-12-14 Geert Janssens 
+
+	* Guile 1.8 fixes for r23556 and r23557
+
+2013-12-13 Cristian Marchi 
+
+	* Update Italian translation.
+
+2013-12-13 Geert Janssens 
+
+	* Bug 719481 - GnuCash report crashes with Guile2
+
+2013-12-13 Geert Janssens 
+
+	* Use scm_[to/from]_utf8_string instead of scm_[to/from]_locale_string as per guile recommendation
+
+2013-12-13 Mike Evans 
+
+	* Move customer, bill, and invoice importers form the business menu to the file menu.
+
+2013-12-13 Mike Evans 
+
+	* Remove empty file.
+
+2013-12-13 Frank H. Ellenberger 
+
+	* Fix of [23550]: Translator comments don't like empty comment lines.
+
+2013-12-13 Frank H. Ellenberger 
+
+	* Update translation into Arabic language to 44% completion on trunk by عبدالسلام عبدالعزيز <ashalash at msn.com>
+
+2013-12-12 Frank H. Ellenberger 
+
+	* Tell translators where to adjust their credits.
+
+2013-12-12 Mike Alexander 
+
+	* Ignore missing accounts in gnc:filter-accountlist-type to avoid an assert.
+
+2013-12-12 Mike Alexander 
+
+	* Ignore XCode projects
+
+2013-12-12 Mike Alexander 
+
+	* Check for null account pointers in gnc_tree_view_account_set_selected_accounts.
+
+2013-12-11 Frank H. Ellenberger 
+
+	* Port of "Completion of translation into Arabic language by 55%" by abdulsalam alshilash
+
+2013-12-11 Frank H. Ellenberger 
+
+	* Appendix to [23539] update POTFILES.in
+
+2013-12-11 Geert Janssens 
+
+	* Build svn releases with documentation from a matching branch
+
+2013-12-11 Geert Janssens 
+
+	* Bug 720235 - Python bindings should load environment file just like gnucash does
+
+2013-12-10 Mike Alexander 
+
+	* Fix r23536: got the 'closing keyword wrong in a couple of places
+
+2013-12-10 Mike Alexander 
+
+	* Change various reports to find book closing transactions without pattern matching
+
+2013-12-10 Mike Alexander 
+
+	* Add the ability to search for transactions that are, or are not, book closing entries.
+
+2013-12-10 Geert Janssens 
+
+	* Ensure that opening an existing book never opens an empty main window.
+
+2013-12-10 John Ralls 
+
+	* Bug 705714 - QIF Import - File selection pop-up is not on top during qif import
+
+2013-12-10 John Ralls 
+
+	* QifImport: Fix crash from attempting to import an empty file.
+
+2013-12-10 John Ralls 
+
+	* Qif Import Assistant: Don't disable the whole dialog, just the Forward button
+
+2013-12-09 John Ralls 
+
+	* Bug 632588 - Scrub doesn't fix missing currency
+
+2013-12-09 John Ralls 
+
+	* Fix missing identifier from r23520
+
+2013-12-08 Geert Janssens 
+
+	* Fix (harmless) report warnings as reported in bug 639371
+
+2013-12-08 Geert Janssens 
+
+	* Long term fix for wrong version number part of bug 639371
+
+2013-12-08 Geert Janssens 
+
+	* Remove obsolete conditional that's never triggered anymore
+
+2013-12-08 Cristian Marchi 
+
+	* Updated French translation and glossary, thanks to Sébastien Villemot.
+
+2013-12-08 Geert Janssens 
+
+	* Fix report background image loading on Windows
+
+2013-12-07 Frank H. Ellenberger 
+
+	* Bug 711317 - Indian Rupee Symbol appears as "?" marks
+
+2013-12-07 John Ralls 
+
+	* Fix missing prototype warning from r23494.
+
+2013-12-07 Geert Janssens 
+
+	* Bug 627575 - Stylesheet names with non-alphanumeric characters and saved-reports -- addendum
+
+2013-12-07 Geert Janssens 
+
+	* Bug 627575 - Stylesheet names with non-alphanumeric characters and saved-reports
+
+2013-12-07 Mike Alexander 
+
+	* Don't add a \n to the beginning of the split memo, account, or amount lists. Pango seems to ignore it, but it really shouldn't be there.
+
+2013-12-07 Mike Alexander 
+
+	* Fix bug 653594 related to check printing. This bug has two parts.  The original bug was that the wrong split is sometimes used to print the check.  In the comments a second problem was mentioned: sometimes the wrong split is omitted from the split list in formats that print all the splits.
+
+2013-12-07 Mike Alexander 
+
+	* Protect against null account pointers in a couple of place to avoid asserts.
+
+2013-12-07 Mike Alexander 
+
+	* Protect gnc_mktime against bad dates.
+
+2013-12-05 John Ralls 
+
+	* Test for overflow limits in gnc_numeric_add.
+
+2013-12-05 John Ralls 
+
+	* Handle RAND_MAX < 2^32 in get_random_gint64()
+
+2013-12-05 Geert Janssens 
+
+	* Multi-currency "Post invoice" improvements
+
+2013-12-05 Geert Janssens 
+
+	* Bug 630578 - current date instead of posting date in exchange rate, when posting a bill
+
+2013-12-04 Geert Janssens 
+
+	* Bug 715123 - Post invoice problem, cannot unpost
+
+2013-12-04 Christian Stimming 
+
+	* Fix cutecash build: Calling the iso-currencies-to-c script can directly use the unchanged .in script because we call the GUILE_EXECUTABLE directly from cmake.
+
+2013-12-04 Frank H. Ellenberger 
+
+	* Update german glossary
+
+2013-12-04 Mike Alexander 
+
+	* Fix bug 719521.  The two radio buttons were both there, but one on top of the other.
+
+2013-12-03 Christian Stimming 
+
+	* Fix ugly typo in string.
+
+2013-12-03 Christian Stimming 
+
+	* Update German translation. Still 690 to go.
+
+2013-12-02 John Ralls 
+
+	* Bug 719726 - Click on File -> Open seg-faults
+
+2013-12-02 John Ralls 
+
+	* Bug 708526 - GnuCash Crashes when opening About page
+
+2013-12-02 John Ralls 
+
+	* Remove src/gnome-utils/gnc-warnings.c from POTFILES.in
+
+2013-12-02 John Ralls 
+
+	* Protect older GCCs from -Wno-invalid-source-encoding
+
+2013-12-02 Geert Janssens 
+
+	* Fix python test
+
+2013-12-02 Geert Janssens 
+
+	* GSettings: only load backend when installed
+
+2013-12-01 Mike Alexander 
+
+	* Update progress bar while writing price DB as well as while reading it.
+
+2013-12-01 John Ralls 
+
+	* Make that Release 2.5.9
+
+2013-12-01 John Ralls 
+
+	* Release 2.5.90
+
+2013-12-01 John Ralls 
+
+	* Ensure that all KVP changes are properly marked dirty and committed.
+
 2013-11-30 Mike Evans 
 
 	* Bug 710871 - Python site-packages not found when not installed to default location using --prefix

Modified: gnucash/trunk/NEWS
===================================================================
--- gnucash/trunk/NEWS	2013-12-15 17:21:20 UTC (rev 23567)
+++ gnucash/trunk/NEWS	2013-12-15 17:22:11 UTC (rev 23568)
@@ -1,5 +1,63 @@
 Version history:
 ------- -------
+2.5.10 - 15 December 2013
+         This is the eleventh and final release in the UNSTABLE 2.5 series.
+	 It is the second beta release. Barring any surprises, we will release
+	 a STABLE 2.6.0 on 29 December.
+
+	 Changes since the last release have been entirely bug fixes
+	 and translation updates, though not all bug fixes had
+	 associated bug reports. Note that WebKit 1.2 is now tested
+	 for in configure; it had been 1.0, but GnuCash wouldn't
+	 actually compile with versions earlier than 1.1.5.
+
+	 Bug Fixes:
+
+	 Bug 336843 - Attach images/files/urls to transactions:
+	    Disable the "show attachment" menu item if the transaction
+	    has no attached file.
+
+	 Bug 619478 - Build warning in html/gnc-html-webkit.c
+	 Bug 627575 - Stylesheet names with non-alphanumeric characters
+	     and saved-reports
+	 Bug 630578 - current date instead of posting date in exchange rate,
+	    when posting a bill
+	 Bug 632588 - Scrub doesn't fix missing currency
+	 Bug 639371 - Welcome Sample Report reports wrong version and
+	    has a broken report
+	 Bug 653594 - wrong amount printed on checks
+	 Bug 705714 - QIF Import - File selection pop-up is not on top
+	     during qif import
+	 Bug 708526 - GnuCash Crashes when opening About page:
+	     Downgrade the error to a critical warning.
+	 Bug 711317 - Indian Rupee Symbol appears as "?" marks
+	 Bug 715123 - Post invoice problem, cannot unpost
+	 Bug 719481 - GnuCash report crashes with Guile2
+	 Bug 719521 - Missing radio button in "Edit security" dialog
+	 Bug 719726 - Click on File -> Open seg-faults
+	 Bug 720235 - Python bindings should load environment file just
+	     like gnucash does
+	 Fix Python tests to no longer require gsettings schemas installed.
+	 Fix the CuteCash (Qt GUI based) build
+	 Multi-currency "Post invoice" improvements
+	 Protect gnc_mktime against bad dates.
+	 Protect against null account pointers in a couple of place to
+	     avoid asserts.
+	 Qif Import Assistant: Don't disable the whole dialog, just the
+	     Forward button
+	 QifImport: Fix crash from attempting to import an empty file.
+	 Add the ability to search for transactions that are, or are not,
+	     book closing entries.
+	 Move customer, bill, and invoice importers form the business menu
+	     to the file menu.
+	 Rename some directories in src/import-export so that the
+	     gschema.xml.in.in files within them don't have pathnames that
+	     are too long for tar when the GnuCash version exceeds 5 digits
+	     (e.g., 2.5.10).
+
+	 Translation Updates: Italian, German, French
+	 New Translations: Arabic!
+
 2.5.9 - 1 December 2013
          This is the tenth release in the UNSTABLE 2.5 series.
 	 It is the first beta release.

Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac	2013-12-15 17:21:20 UTC (rev 23567)
+++ gnucash/trunk/configure.ac	2013-12-15 17:22:11 UTC (rev 23568)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.60)
-AC_INIT([GnuCash], [2.5.9], [gnucash-devel at gnucash.org])
+AC_INIT([GnuCash], [2.5.10], [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