Author: wyoung
Date: Sat Mar 4 10:17:12 2006
New Revision: 1223
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1223&view=rev
Log:
v2.1.0.alpha3
Modified:
branches/v2.1-bakefile/ChangeLog
branches/v2.1-bakefile/configure.ac
Modified: branches/v2.1-bakefile/ChangeLog
URL:
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/ChangeLog?rev=1223&r1=1222&r2=1223&view=diff
==============================================================================
--- branches/v2.1-bakefile/ChangeLog (original)
+++ branches/v2.1-bakefile/ChangeLog Sat Mar 4 10:17:12 2006
@@ -1,4 +1,4 @@
-2.1.0.alpha2, 2006.03.03 (not yet released)
+2.1.0.alpha3, 2006.03.04 (not yet released)
o Converted automake and makemake files to their equivalents in
Bakefile format.
@@ -8,6 +8,22 @@
mysql_next_result().
o Replaced final use of strcpy() with strncpy().
+
+ o custom.pl now runs without complaint in strict mode, with
+ warnings turned on. Thanks for this patch go to "Waba".
+
+ o Fixed a bug in custom.pl where incorrect code would be
+ generated for some SSQLS set() methods. Thanks for this
+ patch go to "Waba".
+
+ o SSQLS structures now support long and unsigned long fields.
+ Thanks for this patch go to "Waba".
+
+ o It's now possible to put SSQLS definitions in a header
+ file used by multiple modules in a program without
+ getting multiple static member definition errors. See the
+ documentation for details. Thanks for this patch go to
+ Viktor Stark.
2.0.7, 2005.11.23 (r1147)
Modified: branches/v2.1-bakefile/configure.ac
URL:
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/configure.ac?rev=1223&r1=1222&r2=1223&view=diff
==============================================================================
--- branches/v2.1-bakefile/configure.ac (original)
+++ branches/v2.1-bakefile/configure.ac Sat Mar 4 10:17:12 2006
@@ -14,7 +14,7 @@
# USA
# Standard autotools stuff
-AC_INIT(mysql++, 2.1.0.alpha2, [EMAIL PROTECTED], mysql++)
+AC_INIT(mysql++, 2.1.0.alpha3, [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