dos2unix to remove ctrl-M chars

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9403 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-10-04 11:06:34 +00:00
commit 5c3a3b0e28

View file

@ -1,11 +1,18 @@
Version 1.3.30 (in progress)
============================
10/03/2006: wsfulton
[Ruby] Fix #1527885 - Overloaded director virtual methods sometimes produced
uncompileable code when used with the director:except feature.
10/03/2006: wsfulton
Directors: Directors are output in the order in which they are declared in
the C++ class rather than in some pseudo-random order.
10/04/2006: mgossage
[Lua] Partial Fix #1569587. The type is now correct, but the name is still not correct.
10/03/2006: mmatus
Fix #1486281 and #1471039.
10/03/2006: olly