From 2fd4ecbca8a5134b04110cce47f1b38d6e576ce7 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 15 Oct 2005 01:16:59 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7660 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 89fc75753..63a7376f6 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,13 @@ Version 1.3.27 (October 15, 2005) ================================= +07/15/2005: wsfulton + Fix for %feature("immutable","0") attempting to generate setters + for constants. + + Restored %immutable and %makedefault to clear the feature as it + behaved in SWIG-1.3.25 and earlier. + 10/14/2005: mmatus Fix bug in anonymous typedef structures which was leading to strange behaviour.