SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for swig-4.1.0-167.2.x86_64.rpm :

* Wed Nov 02 2022 Klaus Kämpf - adapt source name to please build service
* Tue Oct 25 2022 kkaempfAATTsuse.com- Update to version 4.1.0 from 4.1.0-beta1
* Sun Oct 16 2022 Klaus Kämpf - Update to 4.1.0~beta1
* Add Javascript Node v12-v18 support, remove support prior to v6.
* Octave 6.0 to 6.4 support added.
* Add PHP 8 support.
* PHP wrapping is now done entirely via PHP\'s C API - no more .php wrapper.
* Perl 5.8.0 is now the oldest version SWIG supports.
* Python 3.3 is now the oldest Python 3 version SWIG supports.
* Python 3.9-3.11 support added.
* Various memory leak fixes in Python generated code.
* Scilab 5.5-6.1 support improved.
* Many improvements for each and every target language.
* Various preprocessor expression handling improvements.
* Improved C99, C++11, C++14, C++17 support. Start adding C++20 standard.
* Make SWIG much more move semantics friendly.
* Add C++ std::unique_ptr support.
* Few minor C++ template handling improvements.
* Various C++ using declaration fixes.
* Few fixes for handling Doxygen comments.
* GitHub Actions is now used instead of Travis CI for continuous integration.
* Add building SWIG using CMake as a secondary build system.
* Update optional SWIG build dependency for regex support from PCRE to PCRE2.- dropped patches, all upstream
* 15515f390c5e3316a7faf0cf85d661a297d45a50.patch
* fix-gcc12-error.patch
* swig-Define-PY_SSIZE_T_CLEAN-macro.patch
* swig-Define-PY_SSIZE_T_CLEAN-only-when-not-defined-yet.patch
* swig-Python-define-PY_SSIZE_T_CLEAN.patch
* swig-octave-6.patch
* swig-python310.patch
* swig308-isfinite.diff
* Fri Oct 14 2022 kkaempfAATTsuse.com- Update to version rel-4.0.2:
* [R] Run destructors of local C++ objects on SWIG_fail
* [php] Update exception_memory_leak_runme.php
* [lua] Run destructors of local C++ objects on SWIG_fail
* Fix issues with exception_memory_leak testcase
* Define PY_SSIZE_T_CLEAN only when not defined yet
* Add missing SWIGTYPE
*const& typemaps
* Revert \"[xml] Move to \"Experimental\" target language status\"
* Cleanup SWIG_VERSION definition
* Additional SWIG_VERSION testing
* Thu Sep 08 2022 Stephan Kulow - Cherrypick 15515f390c5e3316a7faf0cf85d661a297d45a50.patch from upstream to replace obsolete pcre1 with pcre2
* Sun May 08 2022 Ben Greiner - Add swig-python310.patch -- gh#swig/swig#2064, Fix swig test suite with Python 3.10
* Wed Jan 19 2022 Martin Liška - Add fix-gcc12-error.patch in order to fix GCC 12 compilation error.
* Tue Jun 08 2021 Atri Bhattacharya - Add swig-octave-6.patch -- Allow swig to work with octave 6 and above; patch part of upstream merge request [gh#swig/swig#2020].
* Thu Nov 26 2020 Michael Behrisch - Fixing package dependencies for CentOS
* Mon Nov 23 2020 Klaus Kämpf - move examples to /usr/share/swig/examples
* Wed Jun 10 2020 Klaus Kämpf - Update to 4.0.2 - A few fixes around doxygen comment handling. - Ruby 2.7 support added. - Various minor improvements to C#, D, Java, OCaml, Octave, Python, R, Ruby. - Considerable performance improvement running SWIG on large interface files.- drop upstreamed patches ruby-std-wstring-byte-order.patch 0001-Fix-code-generated-for-Ruby-global-variables.patch 0002-Add-support-for-Ruby-2.7.patch 0003-Move-new-macros-for-Ruby-to-their-dedicated-namespac.patch 0004-Improve-description-of-cast-macros-for-Ruby.patch
* Sat May 23 2020 Andreas Schwab - Revert last change, drop 0005-disable_li_std_wstring.patch- ruby-std-wstring-byte-order.patch: fix wstring encoding boo#1171368
* Mon May 18 2020 Michel Normand - Add 0005-disable_li_std_wstring.patch for BE arches (ppc64 s390 s390x) as bypass boo#1171368
* Wed Apr 15 2020 Klaus Kämpf - Ruby 2.7 support (cherry-picked from upstream) 0001-Fix-code-generated-for-Ruby-global-variables.patch 0002-Add-support-for-Ruby-2.7.patch 0003-Move-new-macros-for-Ruby-to-their-dedicated-namespac.patch 0004-Improve-description-of-cast-macros-for-Ruby.patch
* Mon Sep 09 2019 Klaus Kämpf - Update to 4.0.1 - SWIG now cleans up on error by removing all generated files. - Add Python 3.8 support. - Python Sphinx compatibility added for Doxygen comments. - Some minor regressions introduced in 4.0.0 were fixed. - Fix some C++17 compatibility problems in Python and Ruby generated code. - Minor improvements/fixes for C#, Java, Javascript, Lua, MzScheme, Ocaml, Octave and Python. See https://raw.githubusercontent.com/swig/swig/master/CHANGES
* Wed May 08 2019 Klaus Kämpf - Update to 4.0.0 - Support for Doxygen documentation comments which are parsed and converted into JavaDoc or PyDoc comments. - STL wrappers improved for C#, Java and Ruby. - C++11 STL containers added for Java, Python and Ruby. - Improved support for parsing C++11 and C++14 code. - Various fixes for shared_ptr. - Various C preprocessor corner case fixes. - Corner case fixes for member function pointers. - Python module overhaul by simplifying the generated code and turning most optimizations on by default. - %template improvements wrt scoping to align with C++ explicit template instantiations. - Added support for a command-line options file (sometimes called a response file). - Numerous enhancements and fixes for all supported target languages. - SWIG now classifies the status of target languages into either \'Experimental\' or \'Supported\' to indicate the expected maturity level. - Support for CFFI, Allegrocl, Chicken, CLISP, S-EXP, UFFI, Pike, Modula3 has been removed. - Octave 4.4-5.1 support added. - PHP5 support removed, PHP7 is now the supported PHP version. - Minimum Python version required is now 2.7, 3.2-3.7 are the only other versions supported. - Added support for Javascript NodeJS versions 2-10. - OCaml support is much improved and updated, minimum OCaml version required is now 3.12.0. See https://raw.githubusercontent.com/swig/swig/master/CHANGES- Drop patches (all included) swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch swig-3.0.12-Fix-generated-code-for-constant-expressions-containi.patch swig-perl526.patch swig-3.0.12-fix-collections.patch swig-3.0.12-Fix-Coverity-issue-reported-for-setslice-pycontainer.patch swig-3.0.12-Coverity-fix-issue-reported-for-wrapper-argument-che.patch swig-3.0.12-support-octave-4.4.patch swig-ocaml-int64.patch swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_ConvertF.patch
 
ICM