summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2006-01-25 22:55:53 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2006-01-25 22:55:53 +0000
commitff358c978af47ae99abddda502fed68ad0b3cf15 (patch)
tree1406ff67f6b980790840f1952d9fbe10039de373 /README
parenta49864752a36d6e22c9bfe7be85aa5dda1433965 (diff)
downloadswig-ff358c978af47ae99abddda502fed68ad0b3cf15.tar.gz
Update for 1.3.28. The summary is no complete yet, I'm only half way through summarising the CHANGES.current file.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8560 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 17 insertions, 5 deletions
diff --git a/README b/README
index c99667ab4..2d75c6c79 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 1.3.27 (October 15, 2005)
+Version: 1.3.28 (February 5, 2006)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
@@ -17,17 +17,15 @@ The guilty parties working on this are:
Active Developers:
Dave Beazley (dave-swig@dabeaz.com) (SWIG core, Python, Tcl, Perl)
+ Marcelo Matus (Python, core)
William Fulton (wsf@fultondesigns.co.uk) (Java, C#, Windows, Cygwin)
Matthias Köppe (mkoeppe@mail.math.uni-magdeburg.de) (Guile/MzScheme)
Jason Stewart (jason@openinformatics.com) (Perl5)
Luigi Ballabio (luigi.ballabio@fastwebnet.it) (STL wrapping)
Art Yerkes (ayerkes@speakeasy.net) (Ocaml)
- Jonah Beckford (beckford@usermail.com) (CHICKEN)
- Mark Rose (mrose@stm.lbl.gov) (Directors)
Henning Thielemann (swig@henning-thielemann.de) (Modula3)
Ahmon Dancy (dancy@franz.com) (Allegro CL)
- Marcelo Matus (Python, Evil C++ testing)
- John Lenz (Guile, MzScheme updates, Chicken module)
+ John Lenz (Guile, MzScheme updates, Chicken module, runtime system)
Surendra Singhi (efuzzyone@netscape.net) (CLISP)
Charlie Savage (cfis@interserv.com) (Ruby)
@@ -41,6 +39,8 @@ Major contributors include:
Masaki Fukushima (Ruby)
Scott Michel (scottm@cs.ucla.edu) (Java directors)
Tiger Feng (songyanf@cs.uchicago.edu) (SWIG core)
+ Mark Rose (mrose@stm.lbl.gov) (Directors)
+ Jonah Beckford (beckford@usermail.com) (CHICKEN)
Past contributors include:
James Michael DuPont, Clark McGrew, Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran
@@ -72,6 +72,18 @@ Information about SWIG is also available in Japanese translation at
What's New?
===========
+SWIG-1.3.28 summary:
+- Minor bug fixes and improvements to the Lua, Ruby, Java,
+modules.
+- Support for Ruby bang methods.
+- More powerful renaming (%rename) capability.
+- More user friendly warning handling.
+- Initial GCJ/Java to scripting language support.
+- Copy constructor generation if none declared.
+- Explicit conversions (python)
+- Better handling of std::string variables.
+- Unified typemap library (UTL) providing core typemaps for all scripting languages.
+
SWIG-1.3.27 summary:
- Fix bug in anonymous typedef structures which was leading to strange behaviour