summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorAndrew Rogers <andrew.rogers@wdc.com>2021-05-17 22:44:56 +0100
committerAndrew Rogers <andrew.rogers@wdc.com>2021-05-17 22:44:56 +0100
commit04a0b526eb4a849d81803e9e92159258d3804d6a (patch)
tree489b144d38345a695605fedd6ce545d3f0b04ee0 /CHANGES.current
parent84ff84f4fbee16e92f5fa98bfbe91090eca4a23f (diff)
parent02ae5168d7f55df8c8ef8507a11686dd8889cdfd (diff)
downloadswig-04a0b526eb4a849d81803e9e92159258d3804d6a.tar.gz
Merge remote-tracking branch 'upstream/master' into memleak
# Conflicts: # CHANGES.current
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current39
1 files changed, 37 insertions, 2 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 19b2e90c0..d82cde76d 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,8 +7,8 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
-2021-05-12: adr26
- #1985 [Python] Fix memory leaks:
+2021-05-17: adr26
+ [Python] #1985 Fix memory leaks:
1. Python object references were being incorrectly retained by
SwigPyClientData, causing swig_varlink_dealloc() never to run / free
@@ -33,6 +33,41 @@ Version 4.1.0 (in progress)
SWIG_Python_SetModule() (failure could be caused by OOM or a name
clash caused by malicious code)
+2021-05-13: olly
+ [UFFI] #2009 Remove code for Common Lisp UFFI. We dropped support
+ for it in SWIG 4.0.0 and nobody has stepped forward to revive it in
+ over 2 years.
+
+2021-05-13: olly
+ [S-EXP] #2009 Remove code for Common Lisp S-Exp. We dropped
+ support for it in SWIG 4.0.0 and nobody has stepped forward to
+ revive it in over 2 years.
+
+2021-05-13: olly
+ [Pike] #2009 Remove code for Pike. We dropped support for it in
+ SWIG 4.0.0 and nobody has stepped forward to revive it in over 2
+ years.
+
+2021-05-13: olly
+ [Modula3] #2009 Remove code for Modula3. We dropped support for it
+ in SWIG 4.0.0 and nobody has stepped forward to revive it in over 2
+ years.
+
+2021-05-13: olly
+ [CLISP] #2009 Remove code for GNU Common Lisp. We dropped support
+ for it in SWIG 4.0.0 and nobody has stepped forward to revive it in
+ over 2 years.
+
+2021-05-13: olly
+ [Chicken] #2009 Remove code for Chicken. We dropped support for it
+ in SWIG 4.0.0 and nobody has stepped forward to revive it in over 2
+ years.
+
+2021-05-13: olly
+ [Allegrocl] #2009 Remove code for Allegro Common Lisp. We dropped
+ support for it in SWIG 4.0.0 and nobody has stepped forward to
+ revive it in over 2 years.
+
2021-05-04: olly
[PHP] #1982 #1457 https://sourceforge.net/p/swig/bugs/1339/
SWIG now only use PHP's C API to implement its wrappers, and no