At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 291
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Sun 2007-11-25 14:01:45 -0800
message:
Fixed update_from_swigsvn diffing.
modified:
ChangeLog changelog-20070228020914-u2pk759xg7thauwf-2
swig/SWIG/Tools/config/compile* compile-20071112210008-1re17e4tsaaokwgh-1
swig/SWIG/Tools/config/config.guess* config.guess-20071112210008-1re17e4tsaaokwgh-5
swig/SWIG/Tools/config/config.sub* config.sub-20071112210008-1re17e4tsaaokwgh-2
swig/SWIG/Tools/config/depcomp* depcomp-20071112210008-1re17e4tsaaokwgh-6
swig/SWIG/Tools/config/install-sh* installsh-20071112210008-1re17e4tsaaokwgh-4
swig/SWIG/Tools/config/missing* missing-20071112210008-1re17e4tsaaokwgh-3
swig/SWIG/Tools/config/ylwrap* ylwrap-20071112210008-1re17e4tsaaokwgh-7
swig/update_from_swigsvn.sh update_from_swigsvn.-20071104211339-fod7yzi8t7xd3g0w-5
=== modified file 'ChangeLog'
--- a/ChangeLog 2007-11-25 21:46:55 +0000
+++ b/ChangeLog 2007-11-25 22:01:45 +0000
@@ -2,6 +2,7 @@
Fixed a silly malloc call that was mallocing more memory than we needed.
Added NdbOperation::getTable()
Added forced GC to OutOfConnectionsProblemTest
+Updated SWIG to v1.3.33
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/SWIG/Tools/config/compile' (properties changed)
=== modified file 'swig/SWIG/Tools/config/config.guess' (properties changed)
=== modified file 'swig/SWIG/Tools/config/config.sub' (properties changed)
=== modified file 'swig/SWIG/Tools/config/depcomp' (properties changed)
=== modified file 'swig/SWIG/Tools/config/install-sh' (properties changed)
=== modified file 'swig/SWIG/Tools/config/missing' (properties changed)
=== modified file 'swig/SWIG/Tools/config/ylwrap' (properties changed)
=== modified file 'swig/update_from_swigsvn.sh'
--- a/swig/update_from_swigsvn.sh 2007-11-25 21:46:55 +0000
+++ b/swig/update_from_swigsvn.sh 2007-11-25 22:01:45 +0000
@@ -1,7 +1,6 @@
#!/bin/sh
-bzr diff -r232.. SWIG > SWIG.patch
-bzr diff -r232.. SWIG/Source/Makefile.am > swigsafe.patch
+bzr diff -r231..273 SWIG/Source/Makefile.am > SWIG.patch
rm -rf 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
| Thread |
|---|
| • Rev 291: Fixed update_from_swigsvn diffing. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel | Monty Taylor | 25 Nov |