summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2009-01-13 07:11:00 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2009-01-13 07:11:00 +0000
commit3a23be44344664b1b15b0f9a87de0b2afcb7b3eb (patch)
tree8379d771b483febdf713736a08fcd76de46da388
parentd029d0a6275b3968ee7bed3098998d75484b982f (diff)
downloadswig-3a23be44344664b1b15b0f9a87de0b2afcb7b3eb.tar.gz
1.3.37 final touchesv1.3.37rel-1.3.37
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11063 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--ANNOUNCE2
-rw-r--r--CHANGES.current8
-rw-r--r--Doc/Manual/Sections.html2
-rw-r--r--README4
4 files changed, 8 insertions, 8 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 6d27f19e2..9e7af3c20 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 1.3.37 (30 December 2008) ***
+*** ANNOUNCE: SWIG 1.3.37 (13 January 2009) ***
http://www.swig.org
diff --git a/CHANGES.current b/CHANGES.current
index ef8b9d798..4e3a925a6 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -1,5 +1,5 @@
-Version 1.3.37 (30 December 2008)
-=================================
+Version 1.3.37 (13 January 2009)
+================================
2009-01-13: mgossage
[Lua] Added contract support for requiring that unsigned numbers are >=0
@@ -11,10 +11,10 @@ Version 1.3.37 (30 December 2008)
methods reported by Sam Hendley.
2009-01-12: drjoe
- Fixed handling of integer arrays
+ [R] Fixed handling of integer arrays
2009-01-10: drjoe
- Fix integer handling in r to deal correctly with signed
+ [R] Fix integer handling in r to deal correctly with signed
and unsigned issues
2009-01-10: wsfulton
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index e869e340f..03fd4aa57 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-1.3 Development Documentation</H1>
-Last update : SWIG-1.3.37 (30 December 2008)
+Last update : SWIG-1.3.37 (13 January 2009)
<H2>Sections</H2>
diff --git a/README b/README
index 660e67d30..4c8776f92 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
-Version: 1.3.37 (30 December 2008)
+Version: 1.3.37 (13 January 2009)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
@@ -100,7 +100,7 @@ SWIG-1.3.37 summary:
- Improved C# array support
- Numerous Allegro CL improvements
- Bug fixes/enhancements for Python, PHP, Java, C#, Chicken, Allegro CL,
- CFFI, Ruby, Tcl, Perl.
+ CFFI, Ruby, Tcl, Perl, R, Lua.
- Other minor generic bug fixes and enhancements
SWIG-1.3.36 summary: