NDB/Bindings 0.6.3

Mainly a cleanup release. A few bug fixes for Python and some code cleaning/reorg in python and java.

Milestone information

Project:
NDB/Bindings
Series:
devel
Version:
0.6.3
Released:
 
Registrant:
Monty Taylor
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
No bugs are targeted to this milestone.

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon ndb-bindings-0.6.3.tar.gz (md5, sig) source tarball 42
last downloaded 50 weeks ago
Total downloads: 42

Release notes 

Split MGM/J into Interfaces/Implementations.
Fixed copyright headers and source code spacing.
Removed debian dir from this source. It is now in it's own tree.
Removed bundled swig dir.
Added dbugPush method to allow setting of tracelog settings.
Reorganized python files.
Fixed a couple of python/perl segfaults.
Fixed the python install.
Checked for minimum Java version in autoconf.

Changelog 

View the full changelog

revno: 394
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sat 2008-04-19 12:05:05 -0700
message:
  Split ClusterState into ClusterState and ClusterStateImpl.
------------------------------------------------------------
revno: 393
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sat 2008-04-19 11:53:30 -0700
message:
  More copyright header fixes.
  Fixed spacing too.
------------------------------------------------------------
revno: 392
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-18 11:28:20 -0700
message:
  Fixed the copyright headers in the mgmapi swig files.
------------------------------------------------------------
revno: 391
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-18 11:24:20 -0700
message:
  Added new swig files for Python to the Python EXTRA_DIST variable.
------------------------------------------------------------
revno: 390
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-18 11:10:29 -0700
message:
  Added support for outputting the parse tree in XML for doc and testing reasons.
------------------------------------------------------------
revno: 389
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-18 10:29:49 -0700
message:
  Removed included swig dir, since there are problematic ownership issues for distribution by Sun if we include it.
------------------------------------------------------------
revno: 388
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-18 10:28:23 -0700
message:
  Removed references to NdbMgmFactory.i which was removed in the last commit.
------------------------------------------------------------
revno: 387
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-18 10:13:05 -0700
message:
  Split main classes in MGM/J out into Interface/Implementation.
------------------------------------------------------------
revno: 386
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-04-15 06:16:21 -0700
message:
  Cleaned up copyright headers.
------------------------------------------------------------
revno: 385
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-04-15 06:15:53 -0700
message:
  Added dbugPush method to set tracelog settings.
------------------------------------------------------------
revno: 384
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-04-15 06:14:23 -0700
message:
  Made SampleMGMJ run without commandline arguments.
------------------------------------------------------------
revno: 383
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Tue 2008-04-15 06:13:18 -0700
message:
  Added getMysqlVersion(), which was missing.
------------------------------------------------------------
revno: 382
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-13 14:51:23 -0700
message:
  Started cleaning up copyright headers.
  Split python/ndbapi.i into mulitple files.
------------------------------------------------------------
revno: 381
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-13 14:25:51 -0700
message:
  Cleaned up a bunch of leftover quick test files.
  Renamed useful test files to tests or examples.
------------------------------------------------------------
revno: 380
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-13 14:08:34 -0700
message:
  Made a global TestSuite that runs all the tests.
  Rearranged some files.
------------------------------------------------------------
revno: 379
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Sun 2008-04-13 13:59:19 -0700
message:
  python: Had createNdb add a reference to the NdbCluserConnection object to the Ndb object to prevent the NdbClusterConnection from being garbage collected before the Ndb objects.
------------------------------------------------------------
revno: 378
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 14:59:36 +0200
message:
  Added the swig autogen back in.
------------------------------------------------------------
revno: 377
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 14:29:51 +0200
message:
  Added entries for mysql and mysql.cluster as modules to install to ensure we get the __init__.py.
------------------------------------------------------------
revno: 376
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 03:35:06 +0200
message:
  Split with option for each lanauge from acinclude.m4 to their own file.
------------------------------------------------------------
revno: 375
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 03:15:16 +0200
message:
  Shut up warnings about GNU make extensions. We require GNU make.
------------------------------------------------------------
revno: 374
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 03:12:18 +0200
message:
  Apparently autotools folks like to call this file configure.ac these days.
------------------------------------------------------------
revno: 373
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 02:41:55 +0200
message:
  Bug #32729 ndb-connectors configure doesn't check for min. java version

  Added in a compilation test against annotations, which will fail in 1.4 but succeed in 1.5.
------------------------------------------------------------
revno: 372
committer: Monty Taylor <email address hidden>
branch nick: trunk
timestamp: Fri 2008-04-11 02:16:20 +0200
message:
  Removed debian tree from mainline source and put it in its own branch.
  Management of merge packages is much easier than split packages.
------------------------------------------------------------

0 blueprints and 0 bugs targeted

There are no feature specifications or bug tasks targeted to this milestone. The project's maintainer, driver, or bug supervisor can target specifications and bug tasks to this milestone to track the things that are expected to be completed for the release.

This milestone contains Public information
Everyone can see this information.