update release date info

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@816368 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-09-17 20:18:51 +00:00
parent 9d7babcb26
commit 7c757a03c1
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Lucene Change Log
$Id$
======================= Release 2.9.0 2009-09-07 =======================
======================= Release 2.9.0 2009-09-21 =======================
Changes in backwards compatibility policy

View File

@ -1,6 +1,6 @@
Lucene contrib change Log
======================= Release 2.9.0 2009-09-07 =======================
======================= Release 2.9.0 2009-09-21 =======================
Changes in runtime behavior

View File

@ -613,7 +613,8 @@ sub setup_release_dates {
'2.0.0' => '2006-05-26', '2.1.0' => '2007-02-14',
'2.2.0' => '2007-06-19', '2.3.0' => '2008-01-21',
'2.3.1' => '2008-02-22', '2.3.2' => '2008-05-05',
'2.4.0' => '2008-10-06', '2.4.1' => '2009-03-09');
'2.4.0' => '2008-10-06', '2.4.1' => '2009-03-09',
'2.9.0' => '2009-09-21');
}