From 4d32c47be3d154ecf996870f50e6d046c2f1ae78 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 8 Aug 2003 11:56:19 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4984 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index c252e67e6..635b3b82b 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,17 @@ Version 1.3.20 (In progress) ============================ +08/07/2003: cheetah (William Fulton) + New commandline option -outdir to specify where the language specific + files are to be generated. This is useful for target languages like Python, + Java etc which generate proxy files in the appropriate language. + This option does not apply to the C/C++ wrapper file. + +08/07/2003: cheetah (William Fulton) + On Windows the generated files (other than the _wrap.c or _wrap.cxx files) + were sometimes incorrectly being generated into the current directory unless + the input file used the Unix path separator. The Windows path separator + should now be used. Bug reported by Robert Davies. + 08/07/2003: beazley Added array variable set typemap to Perl module.