Changelog for
swig-doc-2.0.7-2.1.2.noarch.rpm :
* Sun May 27 2012 kkaempfAATTsuse.com- Fix segfault in constructor/destructor warning (upstream ID 3530078)
* Sat May 26 2012 kkaempfAATTsuse.com- Port SWIG to Ruby 1.9 (various patches)- Disable broken tests
* Sat May 26 2012 kkaempfAATTsuse.com- Update to 2.0.7
* Important regression fixes since 2.0.5 for typemaps in general and in Python.
* Fixes and enhancements for Go, Java, Octave and PHP.
* Mon Apr 30 2012 idonmezAATTsuse.com- Update to 2.0.6
* Various fixes with templates and typedef types.
* Some template lookup problems fixed.
* Templated type fixes to use correct typemaps.
* Autodoc documentation generation improvements.
* Python STL container wrappers improvements including addition of stepped slicing.
* Approximately 70 fixes and minor enhancements for the following target languages: AllegroCL, C#, D, Go, Java, Lua, Ocaml, Octave, Perl, PHP, Python, R, Ruby, Tcl, Xml.
* Mon Apr 09 2012 asterios.dramisAATTgmail.com- Added a patch (r12814.patch) to fix regression leading to uncompilable code when using typedef and function pointer references (taken from Debian).
* Tue Mar 06 2012 dvaleevAATTsuse.com- The perl 5.12 packages are compiled with -Duse64bitint, which means that IVs are 64-bits even on 32-bit architectures. When converting IVs, SWIG assumes that an IV is the same size as a long, which causes OverflowErrors with unsigned longs when the value is greater than 2^31.
* Tue Mar 06 2012 kkaempfAATTsuse.com- fix SLES 10 build, disable failing test (bnc#750618)
* Mon Mar 05 2012 kkaempfAATTsuse.com- fix build, add Group field to subpackages
* Fri Dec 09 2011 cooloAATTsuse.com- fix license to be in spdx.org format
* Mon Dec 05 2011 pgajdosAATTsuse.com- generate guile 2 friendly code
* Tue Sep 20 2011 kkaempfAATTsuse.com- Update to swig 2.0.4 (see CHANGES.current for complete list)
* [Perl] Patch #3260265 fixing overloading of non-primitive types and integers in Perl 5.12 and later.
* [Ruby] Fix %import where one of the imported files %include one of the STL include files such as std_vector.i.
* [python] Additional fixes for python3.2 support.
* [python] Fixed PyGetSetDescr for python3.2.
* Bug 2635919: Convenience method to convert std::map to a python dict.
* Fixed bug 1163440: vararg typemaps.
* [Python] Applied patch #1932484: migrate PyCObject to PyCapsule.
* [Python] Merged in the szager-python-builtin branch, adding the -builtin feature for python. The -builtin option may provide a significant performance gain in python wrappers. For full details and limitations, refer to Doc/Manual/Python.html. A small test suite designed to demonstrate the performance gain is in Examples/python/performance.
* Tue Sep 20 2011 kkaempfAATTsuse.com- Fix RHEL/Fedora build
* Thu May 19 2011 idoenmezAATTnovell.com- Drop adapt-perl512.diff and replace it with swig-2.0.3-perl512.patch which is applied upstream.
* Thu May 19 2011 idoenmezAATTnovell.com- Add swig-2.0.3-perl514.patch: fix test failures with Perl 5.14
* Mon May 02 2011 idoenmezAATTnovell.com- Update to swig 2.0.3
* Much better nested class/struct support.
* Much improved template partial specialization and explicit specialization handling.
* Namespace support improved with the \'nspace\' feature where namespaces can be automatically translated into Java packages or C# namespaces.
* Improved typemap and symbol table debugging.
* Numerous subtle typemap matching rule changes when using the default (SWIGTYPE) type. These now work much like C++ class template partial specialization matching.
* Other small enhancements for typemaps. Typemap fragments are also now official and documented.
* Warning and error display refinements.
* Wrapping of shared_ptr is improved and documented now.
* Numerous C++ unary scope operator (::) fixes.
* Better support for boolean expressions.
* Various bug fixes and improvements in the Allegrocl, C#, Java, Lua, Octave, PHP, Python, R, Ruby and XML modules.
* Tue Apr 06 2010 cooloAATTnovell.com- fix build with new perl 5.12: there is no Reference type anymore, but references and integers are the same, so a 0L was seen as 0 pointer - breaking the test suite. The fix is to remove the check
* Sun Feb 14 2010 cooloAATTnovell.com- take patch from swig svn to fix assertion on -xmlout (fix yast2-storage build)
* Thu Dec 17 2009 kkaempfAATTnovell.com- tune .spec file to build on multiple distros
* Wed Dec 16 2009 jengelhAATTmedozas.de- package documentation as noarch
* Tue Nov 24 2009 kkaempfAATTsuse.de- updated to 1.3.40
* SWIG now supports directors for PHP.
* PHP support improved in general.
* Octave 3.2 support added.
* Various bug fixes/enhancements for Allegrocl, C#, Java, Octave, Perl, Python, Ruby and Tcl.
* Other generic fixes and minor new features.
* Wed Aug 12 2009 mmarekAATTsuse.cz- updated to 1.3.39
* Python 3 support added
* PHP4 support dropped
* many bugfixes and improvements- ccache support disabled as it didn\'t work (todo after 11.2)