Author: wyoung
Date: Sat Mar 18 07:00:12 2006
New Revision: 1266
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1266&view=rev
Log:
v2.1.0beta1
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=1266&r1=1265&r2=1266&view=diff
==============================================================================
--- branches/v2.1-bakefile/ChangeLog (original)
+++ branches/v2.1-bakefile/ChangeLog Sat Mar 18 07:00:12 2006
@@ -1,4 +1,4 @@
-2.1.0.alpha4, 2006.03.10 (not yet released)
+2.1.0.beta1, 2006.03.17 (not yet released)
o Converted automake and makemake files to their equivalents in
Bakefile format.
@@ -57,6 +57,13 @@
Also, #including that file in the util module to test out
the new SSQLS multiple static definition fix.
+ o Using all of the digits of precision guaranteed by the
+ IEEE 754 spec when stringizing floating point numbers
+ to build queries. Previously, we would use the platform
+ default, which can be as few as 6 digits.
+
+ o Removed lib/compare.h. Not used within the library, never
+ documented, and nobody seems to want to defend it.
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=1266&r1=1265&r2=1266&view=diff
==============================================================================
--- branches/v2.1-bakefile/configure.ac (original)
+++ branches/v2.1-bakefile/configure.ac Sat Mar 18 07:00:12 2006
@@ -14,7 +14,7 @@
# USA
# Standard autotools stuff
-AC_INIT(mysql++, 2.1.0.alpha4, [EMAIL PROTECTED], mysql++)
+AC_INIT(mysql++, 2.1.0.beta1, [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