r22947 - gnucash/trunk - Bump version to 2.5.1 for release

John Ralls jralls at code.gnucash.org
Sat May 4 16:52:54 EDT 2013


Author: jralls
Date: 2013-05-04 16:52:54 -0400 (Sat, 04 May 2013)
New Revision: 22947
Trac: http://svn.gnucash.org/trac/changeset/22947

Modified:
   gnucash/trunk/NEWS
   gnucash/trunk/configure.ac
   gnucash/trunk/po/POTFILES.in
Log:
Bump version to 2.5.1 for release

Modified: gnucash/trunk/NEWS
===================================================================
--- gnucash/trunk/NEWS	2013-05-04 18:38:41 UTC (rev 22946)
+++ gnucash/trunk/NEWS	2013-05-04 20:52:54 UTC (rev 22947)
@@ -14,7 +14,7 @@
 
 	 Gnucash now requires Gtk+-2.24 and GLib-2.26. We've removed
 	 most of the dependencies on libraries obsoleted by project
-	 Ridley and will in position to move to Gtk+-3.x once the
+	 Ridley and will be in position to move to Gtk+-3.x once the
 	 GtkTreeModel register window work is complete. This means
 	 that Gnucash 2.5 requires Debian 6, RHEL 6, or one of the
 	 more aggressive distributions like Ubuntu.
@@ -30,7 +30,7 @@
 
 	 When opening a locked "book" one now has the option of
 	 opening it read-only. Note that Gnucash is still a
-	 single-user program and that the databaase backends are still
+	 single-user program and that the database backends are still
 	 used only as a data store.
 
 	 Gnucash is no longer subject to the "2038" bug, so that

Modified: gnucash/trunk/configure.ac
===================================================================
--- gnucash/trunk/configure.ac	2013-05-04 18:38:41 UTC (rev 22946)
+++ gnucash/trunk/configure.ac	2013-05-04 20:52:54 UTC (rev 22947)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.60)
-AC_INIT([GnuCash], [2.5.0], [gnucash-devel at gnucash.org])
+AC_INIT([GnuCash], [2.5.1], [gnucash-devel at gnucash.org])
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SRCDIR(src/engine/Transaction.h)
 

Modified: gnucash/trunk/po/POTFILES.in
===================================================================
--- gnucash/trunk/po/POTFILES.in	2013-05-04 18:38:41 UTC (rev 22946)
+++ gnucash/trunk/po/POTFILES.in	2013-05-04 20:52:54 UTC (rev 22947)
@@ -13,10 +13,12 @@
 src/app-utils/gnc-entry-quickfill.c
 src/app-utils/gnc-euro.c
 src/app-utils/gnc-exp-parser.c
+src/app-utils/gnc-gconf-utils.c
 src/app-utils/gnc-gettext-util.c
 src/app-utils/gnc-helpers.c
 src/app-utils/gnc-help-utils.c
 src/app-utils/gncmod-app-utils.c
+src/app-utils/gnc-prefs.c
 src/app-utils/gnc-sx-instance-model.c
 src/app-utils/gnc-ui-balances.c
 src/app-utils/gnc-ui-util.c
@@ -119,16 +121,15 @@
 src/business/business-ledger/gncEntryLedgerLoad.c
 src/business/business-ledger/gncEntryLedgerModel.c
 src/core-utils/binreloc.c
+src/core-utils/gnc-core-prefs.c
 src/core-utils/gnc-features.c
 src/core-utils/gnc-filepath-utils.c
-src/core-utils/gnc-gconf-utils.c
 src/core-utils/gnc-gdate-utils.c
 src/core-utils/gnc-gkeyfile-utils.c
 src/core-utils/gnc-glib-utils.c
 src/core-utils/gnc-guile-utils.c
 src/core-utils/gnc-jalali.c
 src/core-utils/gnc-locale-utils.c
-src/core-utils/gnc-main.c
 src/core-utils/gnc-path.c
 src/core-utils/gnc-uri-utils.c
 src/doc/doxygen_main_page.c



More information about the gnucash-changes mailing list