Author: wyoung
Date: Tue Apr 17 16:48:50 2007
New Revision: 1538

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1538&view=rev
Log:
v2.2.3

Modified:
    trunk/ChangeLog
    trunk/configure.ac

Modified: trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=1538&r1=1537&r2=1538&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Tue Apr 17 16:48:50 2007
@@ -1,3 +1,18 @@
+2.2.3, 2007.04.17 (r1538) "The Tax Day Release"
+
+       o Previous version left examples/vstudio/* out of the tarball
+         by accident.
+
+       o Improved generation of RPM temporary build directory path
+         name generation.  Was using a hacked variant of the Fedora
+         Packaging Guidelines' second best choice.  Now we're using
+         the choice they recommend most highly, without changes.
+
+       o Removed unnecessary resources from vstudio/wforms example.
+
+       o Minor URL fix in refman
+
+
 2.2.2, 2007.04.13 (r1526) "The Nervousmaking Friday the 13th Release"
 
        o More small fixes to embedded null handling in Query.

Modified: trunk/configure.ac
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=1538&r1=1537&r2=1538&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Apr 17 16:48:50 2007
@@ -14,7 +14,7 @@
 # USA
 
 # Standard autotools stuff
-AC_INIT(mysql++, 2.2.2, [EMAIL PROTECTED], mysql++)
+AC_INIT(mysql++, 2.2.3, [EMAIL PROTECTED], mysql++)
 AC_CONFIG_HEADER(config.h)
 AC_DISABLE_STATIC
 AC_CANONICAL_SYSTEM


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to