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

gerd at svn.parrot.org gerd at svn.parrot.org
Tue Apr 20 09:48:05 UTC 2010


Author: gerd
Date: Tue Apr 20 09:48:04 2010
New Revision: 45819
URL: https://trac.parrot.org/parrot/changeset/45819

Log:
update to version 2.3.0

Modified:
   trunk/CREDITS
   trunk/ChangeLog
   trunk/MANIFEST.generated
   trunk/META.yml
   trunk/NEWS
   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 Apr 20 08:44:06 2010	(r45818)
+++ trunk/CREDITS	Tue Apr 20 09:48:04 2010	(r45819)
@@ -402,7 +402,7 @@
 
 N: Gerd Pokorra
 E: pokorra at uni-siegen.de
-D: Release manager for 1.9.0
+D: Release manager for 1.9.0 and 2.3.0
 
 N: Goplat
 D: Win98 and other fixes.

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Tue Apr 20 08:44:06 2010	(r45818)
+++ trunk/ChangeLog	Tue Apr 20 09:48:04 2010	(r45819)
@@ -1,5 +1,9 @@
 #1 $Id$
 
+2010.04.20     Gerd
+	* Released 2.3.0
+	See NEWS for more.
+
 2010.03.16     cotto
 	* Released 2.2.0
 	See NEWS for more.

Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated	Tue Apr 20 08:44:06 2010	(r45818)
+++ trunk/MANIFEST.generated	Tue Apr 20 09:48:04 2010	(r45819)
@@ -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.2.0.dylib                    [main]lib
+blib/lib/libparrot.2.3.0.dylib                    [main]lib
 blib/lib/libparrot.a                              [main]lib
 blib/lib/libparrot.dylib                          [main]lib
-blib/lib/libparrot.so.2.2.0                       [main]lib
+blib/lib/libparrot.so.2.3.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 Apr 20 08:44:06 2010	(r45818)
+++ trunk/META.yml	Tue Apr 20 09:48:04 2010	(r45819)
@@ -4,7 +4,7 @@
 # See http://module-build.sourceforge.net/META-spec-current.html for details.
 ---
 name: parrot
-version: 2.2.0
+version: 2.3.0
 author: parrot-dev at lists.parrot.org
 abstract: a virtual machine designed for dynamic languages
 license: artistic2

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	Tue Apr 20 08:44:06 2010	(r45818)
+++ trunk/NEWS	Tue Apr 20 09:48:04 2010	(r45819)
@@ -1,7 +1,6 @@
 # $Id$
 
 New in 2.3.0
-- Features
 - Core
   + Allow passing parameters to the dynamic linker ('dlopen' improved)
   + loadlib opcode added
@@ -9,19 +8,14 @@
   + Recursive make for src/dynpmc removed
   + Datatype STRINGNULL for a single Null STRING added
   + config_lib.pasm replaced with config_lib.pir
-- Compilers
-- Deprecations
-- API
 - Platforms
   + Improved handling of new compilers
   + Cygwin packages will be updated again with Parrot releases
   + Fedora packages add desktop files
   + gzip and bzip2 compressed tar files for releases
-- Bugfix
-- Tests
 - Tools
   + tapir executable added; tapir is a TAP test harness
-- Documentation
+  + Added TAP options --merge --ignore-exit
 - Miscellaneous
   + 3 month cycle for supported releases
   + Review and vote of GSoC applications

Modified: trunk/README
==============================================================================
--- trunk/README	Tue Apr 20 08:44:06 2010	(r45818)
+++ trunk/README	Tue Apr 20 09:48:04 2010	(r45819)
@@ -1,4 +1,4 @@
-This is Parrot, version 2.2.0
+This is Parrot, version 2.3.0
 ------------------------------
 
 Parrot is Copyright (C) 2001-2010, Parrot Foundation.

Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION	Tue Apr 20 08:44:06 2010	(r45818)
+++ trunk/VERSION	Tue Apr 20 09:48:04 2010	(r45819)
@@ -1 +1 @@
-2.2.0
+2.3.0

Modified: trunk/docs/parrothist.pod
==============================================================================
--- trunk/docs/parrothist.pod	Tue Apr 20 08:44:06 2010	(r45818)
+++ trunk/docs/parrothist.pod	Tue Apr 20 09:48:04 2010	(r45819)
@@ -105,4 +105,6 @@
  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"
+
+ Gerd        2.3.0 *        2010-Apr-20     "Samoan Lory"
 =cut

Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod	Tue Apr 20 08:44:06 2010	(r45818)
+++ trunk/docs/project/release_manager_guide.pod	Tue Apr 20 09:48:04 2010	(r45819)
@@ -394,10 +394,11 @@
 visible at
 L<http://www.google.com/calendar/render?cid=ldhctdamsgfg5a1cord52po9h8@group.calendar.google.com>.
 
- - Apr 20, 2010 - 2.3* - gerd
  - May 18, 2010 - 2.4  - whiteknight
  - Jun 15, 2010 - 2.5  - gerd
  - Jul 20, 2010 - 2.6* - coke
+ - Aug 17, 2010 - 2.7  - ??
+ - Sep 21, 2010 - 2.8  - gerd
 
 =cut
 

Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json	Tue Apr 20 08:44:06 2010	(r45818)
+++ trunk/tools/util/release.json	Tue Apr 20 09:48:04 2010	(r45819)
@@ -1,9 +1,9 @@
 {
-    "release.version"  : "2.2.0",
-    "release.name"     : "Like Clockwork",
+    "release.version"  : "2.3.0",
+    "release.name"     : "Samoan Lory",
     "release.day"      : "Tuesday",
-    "release.date"     : "16 March 2010",
-    "release.nextdate" : "20 April 2010",
+    "release.date"     : "20 April 2010",
+    "release.nextdate" : "18 May 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"      : "13 March 2010",
+    "bugday.date"      : "17 April 2010",
 
     "wiki.root"        : "https://trac.parrot.org/parrot/wiki/",
-    "wiki.bugday"      : "bug_day_2010_03_13",
+    "wiki.bugday"      : "bug_day_2010_04_17",
 
     "cpan.search"      : "http://search.cpan.org/dist/parrot",
-    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/devel/2.2.0/",
-    "subversion.root"  : "http://subversion.tigris.org/",
+    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/stable/2.3.0/",
+    "subversion.root"  : "http://subversion.apache.org/",
     "svk.root"         : "http://svk.bestpractical.com/"
 }


More information about the parrot-commits mailing list