From 77b34d3f9dc26d2bc7cb1ad85c5ce4f092c8fec9 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 16 Nov 2003 17:03:32 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5325 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 0683f7e5f..2934790f7 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,5 +1,15 @@ Version 1.3.20 (In progress) ============================ +11/16/2003: cheetah (William Fulton) + Fixes for installation to work with the upcoming Automake-1.8. + mkinstalldirs was being used by a non-Automake makefile. + mkinstalldirs is being phased out and so was not being + created by Automake. install-sh used instead. + +11/16/2003: cheetah (William Fulton) + [Java] Numerous director improvements, tweaks and bug fixes since + the initial implementation have been contributed by Scott Michel. + 11/12/2003: beazley [Python] When %feature("shadow") is used to add code to shadow classes, the special variable $action expands to the name of the