r17773 - gnucash/branches/2.2 - Update to release 2.2.8.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Dec 13 22:34:03 EST 2008


Author: andi5
Date: 2008-12-13 22:34:03 -0500 (Sat, 13 Dec 2008)
New Revision: 17773
Trac: http://svn.gnucash.org/trac/changeset/17773

Modified:
   gnucash/branches/2.2/NEWS
   gnucash/branches/2.2/configure.in
   gnucash/branches/2.2/src/bin/gnucash-bin.c
Log:
Update to release 2.2.8.

Modified: gnucash/branches/2.2/NEWS
===================================================================
--- gnucash/branches/2.2/NEWS	2008-12-14 03:13:34 UTC (rev 17772)
+++ gnucash/branches/2.2/NEWS	2008-12-14 03:34:03 UTC (rev 17773)
@@ -1,6 +1,52 @@
 Version history:
 ------- -------
 
+ 2.2.8 - 14 December 2008
+ 	 Welcome to the GnuCash 2.2.8 Release.
+	 Fixed Bugs:
+	 o #115066: "Search For" dialog shows all when criteria is left as
+	            default
+	 o #128774: "Edit exchange rate" context menu item disfunctional often
+	 o #137017: date of transaction change with time zone change
+	 o #339433: TiaaCref price quote dates off by one day
+	 o #340041: 0 as an amount should be allowed in Exchange Editor
+	 o #345980: changing Stylesheet doesn't commit
+	 o #347274: to track the difference between budgeted and actual amounts
+	            in the budget report
+	 o #348860: Error with saved multicolumn reports
+	 o #405472: Unable to save changes on files opened over FUSE and sshfs
+	 o #432457: Security/stock import should follow tutorial regarding
+	            Account Name
+	 o #435427: "Generic import transaction matcher" dialog does not sort by
+	            date
+	 o #436342: Currency exchange druid does not show on changed
+	 o #436920: crash on loading OFX data for a commodity that exists
+	            without cusip field
+	 o #492417: currency mapping of New Israeli Shekel
+	 o #529494: Wrong fractional precision in register with multi-currency
+	            transactions
+	 o #532889: Monthly scheduled payments preview shows wrong dates
+	 o #536299: Fix two underlinking issues
+	 o #539947: OpenSolaris:__FUNCTION__ not defined in sun cc
+	 o #543332: Severe performance regression in Average Balance report
+	 o #548218: OpenSolaris: $(expression) cause configure error on solaris
+	 o #554042: OpenSolaris: configure fail on checking 'unsigned long is at
+	            least as big as guint32'
+	 o #557604: date-utilities.scm typos
+	 o #557374: MT940 import does not work
+	 o #563160: Multicolumn report: Confusing order of "Column span" and
+	            "Row span"
+	 o #563273: crash in GnuCash Finance Management: Starting GnuCash
+	 o #564033: aqbanking plugin: g_module_open failed: WEXITSTATUS undefined
+	 Other Changes:
+	 o Fix account defaulting for posting vendor bill
+	 o Fix tax-related inconsistency in UI
+	 o Fix the average cost price source computation for a certain case
+	 o Add account templates: Dutch, Finnish
+	 o Update account templates: Italian, Slovak
+	 o Update translations: Finnish, German, Hebrew, Italian, Japanese,
+	                        Russian, Slovak, Simplified Chinese
+
  2.2.7 - 26 September 2008
  	 Welcome to the GnuCash 2.2.7 Release.
 	 Fixed Bugs:

Modified: gnucash/branches/2.2/configure.in
===================================================================
--- gnucash/branches/2.2/configure.in	2008-12-14 03:13:34 UTC (rev 17772)
+++ gnucash/branches/2.2/configure.in	2008-12-14 03:34:03 UTC (rev 17773)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.59)
-AC_INIT([gnucash], [2.2.7], [gnucash-devel at gnucash.org])
+AC_INIT([gnucash], [2.2.8], [gnucash-devel at gnucash.org])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR(src/engine/Transaction.h)
 

Modified: gnucash/branches/2.2/src/bin/gnucash-bin.c
===================================================================
--- gnucash/branches/2.2/src/bin/gnucash-bin.c	2008-12-14 03:13:34 UTC (rev 17772)
+++ gnucash/branches/2.2/src/bin/gnucash-bin.c	2008-12-14 03:34:03 UTC (rev 17773)
@@ -84,7 +84,7 @@
 	    _("This is a development version. It may or may not work.\n"),
 	    _("Report bugs and other problems to gnucash-devel at gnucash.org.\n"),
 	    _("You can also lookup and file bug reports at http://bugzilla.gnome.org\n"),
-	    _("The last stable version was "), "GnuCash 2.2.7",
+	    _("The last stable version was "), "GnuCash 2.2.8",
 	    _("The next stable version will be "), "GnuCash 2.4");
 }
 



More information about the gnucash-changes mailing list