summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDave Beazley <dave-swig@dabeaz.com>2003-03-28 16:12:03 +0000
committerDave Beazley <dave-swig@dabeaz.com>2003-03-28 16:12:03 +0000
commit10427706a36bc348c49eed53389d4589da7db277 (patch)
tree1c6d865e13e18532caf1fcd76e4aeae1a011bb5e /CHANGES
parent1aefd191bf2e8c10d0713d57f83a02c0ad6f1531 (diff)
downloadswig-10427706a36bc348c49eed53389d4589da7db277.tar.gz
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4640 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4fb6570a2..6875dc589 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,23 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version 1.3.19 (in progress)
+
+Version 1.3.20 (In progress)
============================
Due to the size of the CHANGES file, please add change entries to the
file CHANGES.current. It will be merged into this file before
release. -- Dave
+Version 1.3.19 (March 28, 2003)
+===============================
+03/28/2003: beazley
+ Variety of minor bug fixes to the 1.3.18 release including:
+
+ - Segmentation fault with %extend directive.
+ - Typemap variable substitution bug.
+ - Expression evaluation bug.
+ - Large memory leak with template expansion.
+
Version 1.3.18 (March 23, 2003)
===============================