r21470 - gnucash/branches/2.4 - Bump revision to 2.4.8

John Ralls jralls at code.gnucash.org
Thu Oct 20 23:15:12 EDT 2011


Author: jralls
Date: 2011-10-20 23:15:11 -0400 (Thu, 20 Oct 2011)
New Revision: 21470
Trac: http://svn.gnucash.org/trac/changeset/21470

Modified:
   gnucash/branches/2.4/README.dependencies
   gnucash/branches/2.4/configure.ac
Log:
Bump revision to 2.4.8

Modified: gnucash/branches/2.4/README.dependencies
===================================================================
--- gnucash/branches/2.4/README.dependencies	2011-10-20 13:30:28 UTC (rev 21469)
+++ gnucash/branches/2.4/README.dependencies	2011-10-21 03:15:11 UTC (rev 21470)
@@ -85,6 +85,9 @@
   --------
 aqbanking: online banking
 libdbi + desired database layer: SQL backend
+
+NOTE: If you configure --enable-dbi (which is a default) you should ensure that libsqlite3.so and libdbdsqlite3.so are installed and available. They are needed both for make check to succeed and to ensure that the (rather convoluted) initialization code is able to correctly detect normal XML files.
+
 libofx
 python: python bindings
 

Modified: gnucash/branches/2.4/configure.ac
===================================================================
--- gnucash/branches/2.4/configure.ac	2011-10-20 13:30:28 UTC (rev 21469)
+++ gnucash/branches/2.4/configure.ac	2011-10-21 03:15:11 UTC (rev 21470)
@@ -20,7 +20,7 @@
 
 # Autoconf initialization
 AC_PREREQ(2.59)
-AC_INIT([GnuCash], [2.4.7], [gnucash-devel at gnucash.org])
+AC_INIT([GnuCash], [2.4.8], [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