[svn:parrot] r46768 - in trunk: . docs docs/project tools/util
whiteknight at svn.parrot.org
whiteknight at svn.parrot.org
Tue May 18 16:47:21 UTC 2010
Author: whiteknight
Date: Tue May 18 16:47:20 2010
New Revision: 46768
URL: https://trac.parrot.org/parrot/changeset/46768
Log:
Update all metadata for the 2.4 release.
Modified:
trunk/CREDITS
trunk/ChangeLog
trunk/MANIFEST.generated
trunk/README
trunk/VERSION
trunk/docs/parrothist.pod
trunk/docs/project/release_manager_guide.pod
trunk/tools/util/release.json
Modified: trunk/CREDITS
==============================================================================
--- trunk/CREDITS Tue May 18 16:15:52 2010 (r46767)
+++ trunk/CREDITS Tue May 18 16:47:20 2010 (r46768)
@@ -92,7 +92,7 @@
N: Andrew Whitworth
D: Internals development
D: Documentation
-D: Release manager for 0.8.2, 1.3.0 and 1.5.0
+D: Release manager for 0.8.2, 1.3.0, 1.5.0 and 2.4.0
E: wknight8111 at gmail.com
U: Whiteknight
Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog Tue May 18 16:15:52 2010 (r46767)
+++ trunk/ChangeLog Tue May 18 16:47:20 2010 (r46768)
@@ -1,5 +1,9 @@
#1 $Id$
+2010.05.18 Whiteknight
+ * Released 2.4.0
+ See NEWS for more
+
2010.04.20 Gerd
* Released 2.3.0
See NEWS for more.
Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated Tue May 18 16:15:52 2010 (r46767)
+++ trunk/MANIFEST.generated Tue May 18 16:47:20 2010 (r46768)
@@ -2,11 +2,11 @@
# See tools/dev/install_files.pl for documentation on the
# format of this file.
# Please re-sort this file after *EVERY* modification
-blib/lib/libparrot.2.3.0.dylib [main]lib
+blib/lib/libparrot.2.4.0.dylib [main]lib
blib/lib/libparrot.a [main]lib
blib/lib/libparrot.dylib [main]lib
blib/lib/libparrot.so [main]lib
-blib/lib/libparrot.so.2.3.0 [main]lib
+blib/lib/libparrot.so.2.4.0 [main]lib
compilers/data_json/data_json.pbc [data_json]
config/gen/call_list/opengl.in []
docs/ops/bit.pod [doc]
Modified: trunk/README
==============================================================================
--- trunk/README Tue May 18 16:15:52 2010 (r46767)
+++ trunk/README Tue May 18 16:47:20 2010 (r46768)
@@ -1,4 +1,4 @@
-This is Parrot, version 2.3.0
+This is Parrot, version 2.4.0
------------------------------
Parrot is Copyright (C) 2001-2010, Parrot Foundation.
Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION Tue May 18 16:15:52 2010 (r46767)
+++ trunk/VERSION Tue May 18 16:47:20 2010 (r46768)
@@ -1 +1 @@
-2.3.0
+2.4.0
Modified: trunk/docs/parrothist.pod
==============================================================================
--- trunk/docs/parrothist.pod Tue May 18 16:15:52 2010 (r46767)
+++ trunk/docs/parrothist.pod Tue May 18 16:47:20 2010 (r46768)
@@ -108,4 +108,6 @@
cotto 2.2.0 2010-Mar-16 "Like Clockwork"
Gerd 2.3.0 * 2010-Apr-20 "Samoan Lory"
+ Whiteknight 2.4.0 2010-May-18 "Sulfer Crest"
+
=cut
Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod Tue May 18 16:15:52 2010 (r46767)
+++ trunk/docs/project/release_manager_guide.pod Tue May 18 16:47:20 2010 (r46768)
@@ -394,7 +394,6 @@
visible at
L<http://www.google.com/calendar/render?cid=ldhctdamsgfg5a1cord52po9h8@group.calendar.google.com>.
- - May 18, 2010 - 2.4 - whiteknight
- Jun 15, 2010 - 2.5 - gerd
- Jul 20, 2010 - 2.6* - coke
- Aug 17, 2010 - 2.7 - ??
Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json Tue May 18 16:15:52 2010 (r46767)
+++ trunk/tools/util/release.json Tue May 18 16:47:20 2010 (r46768)
@@ -1,9 +1,9 @@
{
- "release.version" : "2.3.0",
- "release.name" : "Samoan Lory",
+ "release.version" : "2.4.0",
+ "release.name" : "Sulfer Crest",
"release.day" : "Tuesday",
- "release.date" : "20 April 2010",
- "release.nextdate" : "18 May 2010",
+ "release.date" : "18 May 2010",
+ "release.nextdate" : "15 June 2010",
"web.root" : "http://parrot.org/",
"web.source" : "download",
@@ -11,13 +11,13 @@
"web.repository" : "https://svn.parrot.org/parrot/trunk/",
"bugday.day" : "Saturday",
- "bugday.date" : "17 April 2010",
+ "bugday.date" : "12 June 2010",
"wiki.root" : "https://trac.parrot.org/parrot/wiki/",
- "wiki.bugday" : "bug_day_2010_04_17",
+ "wiki.bugday" : "bug_day_2010_06_12",
"cpan.search" : "http://search.cpan.org/dist/parrot",
- "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/stable/2.3.0/",
+ "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/2.4.0/
"subversion.root" : "http://subversion.apache.org/",
"svk.root" : "http://svk.bestpractical.com/"
}
More information about the parrot-commits
mailing list