Accepting request 729459 from home:kwk:branches:devel:tools:building

Update to 4.0.1

OBS-URL: https://build.opensuse.org/request/show/729459
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=114
This commit is contained in:
Martin Pluskal
2019-09-09 14:35:28 +00:00
committed by Git OBS Bridge
parent 635c445ef0
commit 4a97955ae4
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Sep 9 08:17:39 UTC 2019 - Klaus Kämpf <kkaempf@suse.com>
- 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 8 12:57:04 UTC 2019 - Klaus Kämpf <kkaempf@suse.com>