Author: wyoung
Date: Tue Jan 23 19:42:25 2007
New Revision: 1417
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1417&view=rev
Log:
Version 2.2.0 released
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=1417&r1=1416&r2=1417&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Tue Jan 23 19:42:25 2007
@@ -1,17 +1,17 @@
-2.2.0, not yet released
+2.2.0, 2007.01.23 (r1417)
o ColData, const_string, and SQLString can now be constructed
with an explicit length parameter. Furthermore, Query
class's execute(), store() and use() call chains terminate
in a version taking an explicit length parameter, instead
of one taking a simple C string. Together, this means
- that it's now possible to handle data from the SQL server
+ that it's now easier to handle data from the SQL server
containing nulls. The library is almost certainly not yet
capable of handling embedded nulls in all cases, but this
is a big first step towards that.
- o Can now construct a DateTime object from a time_t. Patch by
- Korolyov Ilya.
+ o Can now construct a DateTime object from a time_t, and
+ convert a DateTime back to a time_t. Patch by Korolyov Ilya.
o Changed the way we're handling exported functions in the
Windows DLL case so that it works more reliably under MinGW.
@@ -20,12 +20,8 @@
new connection with the same parameters, not just a bitwise
copy of the object.
- o Added exrun shell script and exrun.bat files to distribution,
- to avoid linkage errors when running the examples while
- you have an older version of MySQL++ still installed.
-
- o Using an explicitly thread-safe variant of localtime() where
- one is available.
+ o Using an explicitly thread-safe variant of localtime() for
+ time conversions where one is available.
o Removed ListInsert template from myset.h. This wasn't used
within the library, and was never documented, so I'm betting
@@ -33,6 +29,10 @@
o Result::copy() was not copying the exception flag in
all cases. Fix by Steven Van Ingelgem.
+
+ o Added exrun shell script and exrun.bat files to distribution,
+ to avoid linkage errors when running the examples while
+ you still have an older version of MySQL++ installed.
o Renamed MYSQLPP_LIB_VERSION to MYSQLPP_HEADER_VERSION, as
what it really encodes is the version number in the mysql++.h
Modified: trunk/configure.ac
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/configure.ac?rev=1417&r1=1416&r2=1417&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Jan 23 19:42:25 2007
@@ -14,7 +14,7 @@
# USA
# Standard autotools stuff
-AC_INIT(mysql++, 2.2.0.beta1, [EMAIL PROTECTED], mysql++)
+AC_INIT(mysql++, 2.2.0, [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