From bb715e08c1927fa837f258395d6cee1c9258dd9b Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 20 Jul 2000 20:11:01 +0000 Subject: [PATCH] New entry. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@587 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/SWIG/CHANGES b/SWIG/CHANGES index 173ae7363..e6f52ae53 100644 --- a/SWIG/CHANGES +++ b/SWIG/CHANGES @@ -3,6 +3,15 @@ SWIG (Simplified Wrapper and Interface Generator) Version 1.3 Alpha 4 (not yet released) ====================================== +7/20/00 : ttn + Fixed unspecified-module bug in Guile support and removed + more non-"with-smobs" functionality using patches submitted + by Matthias Koeppe. + + Re-enable recognition of "-with-smobs" (with no effect since + we use smobs by default now) for the time being. After the + 1.3a4 release, this option will signal an error. + 7/17/00 : ttn Fixed NULL-input bug in parameter list handling. Reported by Matthias Koeppe.