[svn:parrot] r44953 - in trunk: . docs docs/project tools/util

cotto at svn.parrot.org cotto at svn.parrot.org
Tue Mar 16 07:45:10 UTC 2010


Author: cotto
Date: Tue Mar 16 07:45:09 2010
New Revision: 44953
URL: https://trac.parrot.org/parrot/changeset/44953

Log:
get ready for 2.2.0 release

Modified:
   trunk/ChangeLog
   trunk/MANIFEST.generated
   trunk/META.yml
   trunk/README
   trunk/VERSION
   trunk/docs/parrothist.pod
   trunk/docs/project/release_manager_guide.pod
   trunk/tools/util/release.json

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Tue Mar 16 07:31:33 2010	(r44952)
+++ trunk/ChangeLog	Tue Mar 16 07:45:09 2010	(r44953)
@@ -1,5 +1,9 @@
 #1 $Id$
 
+2010.03.16     cotto
+	* Released 2.2.0
+	See NEWS for more.
+
 2010.02.16     darbelo
 	* Released 2.1.0
 	See NEWS for more.

Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated	Tue Mar 16 07:31:33 2010	(r44952)
+++ trunk/MANIFEST.generated	Tue Mar 16 07:45:09 2010	(r44953)
@@ -2,10 +2,10 @@
 # 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.1.0.dylib                    [main]lib
+blib/lib/libparrot.2.2.0.dylib                    [main]lib
 blib/lib/libparrot.a                              [main]lib
 blib/lib/libparrot.dylib                          [main]lib
-blib/lib/libparrot.so.2.1.0                       [main]lib
+blib/lib/libparrot.so.2.2.0                       [main]lib
 blib/lib/libparrot.so                             [main]lib
 compilers/data_json/data_json.pbc                 [data_json]
 compilers/json/JSON.pbc                           [json]

Modified: trunk/META.yml
==============================================================================
--- trunk/META.yml	Tue Mar 16 07:31:33 2010	(r44952)
+++ trunk/META.yml	Tue Mar 16 07:45:09 2010	(r44953)
@@ -4,7 +4,7 @@
 # See http://module-build.sourceforge.net/META-spec-current.html for details.
 ---
 name: parrot
-version: 2.1.0
+version: 2.2.0
 author: parrot-dev at lists.parrot.org
 abstract: a virtual machine designed for dynamic languages
 license: artistic2

Modified: trunk/README
==============================================================================
--- trunk/README	Tue Mar 16 07:31:33 2010	(r44952)
+++ trunk/README	Tue Mar 16 07:45:09 2010	(r44953)
@@ -1,4 +1,4 @@
-This is Parrot, version 2.1.0
+This is Parrot, version 2.2.0
 ------------------------------
 
 Parrot is Copyright (C) 2001-2010, Parrot Foundation.

Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION	Tue Mar 16 07:31:33 2010	(r44952)
+++ trunk/VERSION	Tue Mar 16 07:45:09 2010	(r44953)
@@ -1 +1 @@
-2.1.0
+2.2.0

Modified: trunk/docs/parrothist.pod
==============================================================================
--- trunk/docs/parrothist.pod	Tue Mar 16 07:31:33 2010	(r44952)
+++ trunk/docs/parrothist.pod	Tue Mar 16 07:45:09 2010	(r44953)
@@ -104,4 +104,5 @@
 
  chromatic   2.0.0 *        2010-Jan-19     "Inevitable"
  darbelo     2.1.0          2010-Feb-16     "As Scheduled"
+ cotto       2.2.0          2010-Mar-16     "Like Clockwork"
 =cut

Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod	Tue Mar 16 07:31:33 2010	(r44952)
+++ trunk/docs/project/release_manager_guide.pod	Tue Mar 16 07:45:09 2010	(r44953)
@@ -393,7 +393,6 @@
 visible at
 L<http://www.google.com/calendar/render?cid=ldhctdamsgfg5a1cord52po9h8@group.calendar.google.com>.
 
- - Mar 16, 2010 - 2.2  - cotto
  - Apr 20, 2010 - 2.3* - gerd
  - May 18, 2010 - 2.4  - whiteknight
  - Jun 15, 2010 - 2.5  - gerd

Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json	Tue Mar 16 07:31:33 2010	(r44952)
+++ trunk/tools/util/release.json	Tue Mar 16 07:45:09 2010	(r44953)
@@ -1,9 +1,10 @@
 {
-    "release.version"  : "2.0.0",
-    "release.name"     : "Inevitable",
+    "release.version"  : "2.2.0",
+    "release.name"     : "Like Clockwork",
     "release.day"      : "Tuesday",
     "release.date"     : "16 Februuary 2010",
-    "release.nextdate" : "16 March 2010",
+    "release.date"     : "16 Februuary 2010",
+    "release.nextdate" : "20 April 2010",
 
     "web.root"         : "http://parrot.org/",
     "web.source"       : "download",
@@ -17,7 +18,7 @@
     "wiki.bugday"      : "bug_day_2010_03_13",
 
     "cpan.search"      : "http://search.cpan.org/dist/parrot",
-    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/devel/stable/2.1.0/",
+    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/devel/2.2.0/",
     "subversion.root"  : "http://subversion.tigris.org/",
     "svk.root"         : "http://svk.bestpractical.com/"
 }


More information about the parrot-commits mailing list