1 message in com.mysql.lists.ndb-connectorsRev 280: Released 0.5.1.22.2. in http...
FromSent OnAttachments
Monty Taylor22 Nov 2007 10:26 
Subject:Rev 280: Released 0.5.1.22.2. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
From:Monty Taylor (mtay@mysql.com)
Date:11/22/2007 10:26:31 AM
List:com.mysql.lists.ndb-connectors

At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel

------------------------------------------------------------ revno: 280 revision-id: mtay@mysql.com-20071122182639-fjxx0gg53if03e4m parent: mtay@mysql.com-20071122181359-4p200iozfk0a5l9t committer: Monty Taylor <mtay@mysql.com> branch nick: devel timestamp: Thu 2007-11-22 10:26:39 -0800 message: Released 0.5.1.22.2. modified: ChangeLog changelog-20070228020914-u2pk759xg7thauwf-2 configure.in configure.in-20070228020914-u2pk759xg7thauwf-13 === modified file 'ChangeLog' --- a/ChangeLog 2007-11-22 08:34:53 +0000 +++ b/ChangeLog 2007-11-22 18:26:39 +0000 @@ -4,6 +4,8 @@ java.sql.ResultSet. Made NdbApiException implement SQLException Fixed a silly malloc call that was mallocing more memory than we needed. +0.5.1.22.2: +Fixed problem with jar paths. 0.5.1.22.1: Fixed problem with automake 1.9 Cleaned up old javadoc references to Ref classes.

=== modified file 'configure.in' --- a/configure.in 2007-11-22 08:34:53 +0000 +++ b/configure.in 2007-11-22 18:26:39 +0000 @@ -1,4 +1,4 @@ -AC_INIT([ndb-connectors], [0.5.1.22.2]) +AC_INIT([ndb-connectors], [0.5.1.22.3]) AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h)