At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 289
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Sun 2007-11-25 13:46:55 -0800
message:
Changed ChangeLog entries to not keep shelved changes.
Changed update_from_swigsvn.sh to tie to a release tag.
modified:
ChangeLog changelog-20070228020914-u2pk759xg7thauwf-2
swig/update_from_swigsvn.sh update_from_swigsvn.-20071104211339-fod7yzi8t7xd3g0w-5
=== modified file 'ChangeLog'
--- a/ChangeLog 2007-11-24 04:14:32 +0000
+++ b/ChangeLog 2007-11-25 21:46:55 +0000
@@ -1,8 +1,7 @@
-Made NdbBlob implement java.sql.Blob and NdbResultSet implement
-java.sql.ResultSet.
-Made NdbApiException implement SQLException
+0.5.1.22.4:
Fixed a silly malloc call that was mallocing more memory than we needed.
Added NdbOperation::getTable()
+Added forced GC to OutOfConnectionsProblemTest
0.5.1.22.3:
Fixed BUG#32669 ndb-connectors rely on not yet standard map::at() method
Fixed BUG#32671 ndb-connector java compilation fails with "/bin/sh: no:
=== modified file 'swig/update_from_swigsvn.sh'
--- a/swig/update_from_swigsvn.sh 2007-11-04 22:52:01 +0000
+++ b/swig/update_from_swigsvn.sh 2007-11-25 21:46:55 +0000
@@ -1,8 +1,9 @@
#!/bin/sh
-bzr diff -rtag:SWIG_BASE SWIG > SWIG.patch
+bzr diff -r232.. SWIG > SWIG.patch
+bzr diff -r232.. SWIG/Source/Makefile.am > swigsafe.patch
rm -rf SWIG
-svn export https://swig.svn.sourceforge.net/svnroot/swig/trunk SWIG
+svn export https://swig.svn.sourceforge.net/svnroot/swig/tags/rel-1.3.33 SWIG
rm SWIG/Tools/config/config.guess SWIG/Tools/config/config.sub
find SWIG | xargs -n50 bzr add
cat SWIG.patch | patch -p1
| Thread |
|---|
| • Rev 289: Changed ChangeLog entries to not keep shelved changes. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel | Monty Taylor | 25 Nov |