2.0.9 release notes and date

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13977 626c5289-ae23-0410-ae9c-e8d60b6d4f22
diff --git a/ANNOUNCE b/ANNOUNCE
index f6a2496..8ac2242 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
-*** ANNOUNCE: SWIG 2.0.9 (in progress) ***
+*** ANNOUNCE: SWIG 2.0.9 (16 December 2012) ***
 
 http://www.swig.org
 
diff --git a/CHANGES.current b/CHANGES.current
index 22c9a33..c88bed3 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -2,11 +2,11 @@
 See the CHANGES file for changes in older releases.
 See the RELEASENOTES file for a summary of changes in each release.
 
-Version 2.0.9 (in progress)
-===========================
+Version 2.0.9 (16 December 2012)
+================================
 
 2012-12-16: wsfulton
-            Fix garbage line number / empty file name reporting for some  missing
+            Fix garbage line number / empty file name reporting for some missing
             '}' or ')' error messages.
 
 2012-12-15: kkaempf
@@ -19,7 +19,7 @@
 
 2012-12-14: kkaempf
             [Ruby] Applied patches #3530442 and 3530443 to adapt compile and runtime include
-            pathes to match Ruby 1.9+
+            paths to match Ruby 1.9+
 
 2012-12-14: wsfulton
             [CFFI] Fix #3161614 - Some string constants are incorrect
diff --git a/Doc/Manual/Sections.html b/Doc/Manual/Sections.html
index 483d644..faff952 100644
--- a/Doc/Manual/Sections.html
+++ b/Doc/Manual/Sections.html
@@ -6,7 +6,7 @@
 <body bgcolor="#ffffff">
 <H1><a name="Sections"></a>SWIG-2.0 Documentation</H1>
 
-Last update : SWIG-2.0.9 (in progress)
+Last update : SWIG-2.0.9 (16 December 2012)
 
 <H2>Sections</H2>
 
diff --git a/README b/README
index c9abef4..68a55e8 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 SWIG (Simplified Wrapper and Interface Generator)
 
-Version: 2.0.9 (in progress)
+Version: 2.0.9 (16 December 2012)
 
 Tagline: SWIG is a compiler that integrates C and C++ with languages
          including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
diff --git a/RELEASENOTES b/RELEASENOTES
index e09e2ca..af9f4fb 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -4,6 +4,12 @@
 
 Release Notes
 =============
+SWIG-2.0.9 summary:
+- Improved typemap matching.
+- Ruby 1.9 support is much improved.
+- Various bug fixes and minor improvements in C#, CFFI, Go, Java,
+  Modula3, Octave, Perl, Python, R, Ruby, Tcl and in ccache-swig.
+
 SWIG-2.0.8 summary:
 - Fix a couple of regressions introduced in 2.0.5 and 2.0.7.
 - Improved using declarations and using directives support.