At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 278
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Thu 2007-11-22 00:34:53 -0800
message:
Bumped version. Released new tarball.
modified:
ChangeLog changelog-20070228020914-u2pk759xg7thauwf-2
configure.in configure.in-20070228020914-u2pk759xg7thauwf-13
=== modified file 'ChangeLog'
--- a/ChangeLog 2007-11-20 02:12:16 +0000
+++ b/ChangeLog 2007-11-22 08:34:53 +0000
@@ -1,2 +1,12 @@
-0.5.1.22.0: Initial Release. All major pieces work in Java, and should work in
+Added NdbOperation::getTable()
+Added NdbResultSetMetaData
+Made NdbBlob implement java.sql.Blob and NdbResultSet implement
+java.sql.ResultSet.
+Made NdbApiException implement SQLException
+Fixed a silly malloc call that was mallocing more memory than we needed.
+0.5.1.22.1:
+Fixed problem with automake 1.9
+Cleaned up old javadoc references to Ref classes.
+0.5.1.22.0:
+Initial Release. All major pieces work in Java, and should work in
Python and Ruby. Anything that doens't work should be considered a bug.
=== modified file 'configure.in'
--- a/configure.in 2007-11-21 18:55:50 +0000
+++ b/configure.in 2007-11-22 08:34:53 +0000
@@ -1,4 +1,4 @@
-AC_INIT([ndb-connectors], [0.5.1.22.1])
+AC_INIT([ndb-connectors], [0.5.1.22.2])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
| Thread |
|---|
| • Rev 278: Bumped version. Released new tarball. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel | Monty Taylor | 22 Nov |