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

chromatic at svn.parrot.org chromatic at svn.parrot.org
Wed Jan 20 00:05:11 UTC 2010


Author: chromatic
Date: Wed Jan 20 00:05:09 2010
New Revision: 43485
URL: https://trac.parrot.org/parrot/changeset/43485

Log:
Updated documentation and distribution files for 2.0.0 release.

Modified:
   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/ChangeLog
==============================================================================
--- trunk/ChangeLog	Tue Jan 19 19:27:34 2010	(r43484)
+++ trunk/ChangeLog	Wed Jan 20 00:05:09 2010	(r43485)
@@ -1,5 +1,9 @@
 #1 $Id$
 
+2010.01.19     chromatic
+	* Released 2.0.0
+	See NEWS for more.
+
 2009.12.15     Gerd
 	* Released 1.9.0
 	See NEWS for more.

Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated	Tue Jan 19 19:27:34 2010	(r43484)
+++ trunk/MANIFEST.generated	Wed Jan 20 00:05:09 2010	(r43485)
@@ -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.1.9.0.dylib                    [main]lib
+blib/lib/libparrot.2.0.0.dylib                    [main]lib
 blib/lib/libparrot.a                              [main]lib
 blib/lib/libparrot.dylib                          [main]lib
-blib/lib/libparrot.so.1.9.0                       [main]lib
+blib/lib/libparrot.so.2.0.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 Jan 19 19:27:34 2010	(r43484)
+++ trunk/META.yml	Wed Jan 20 00:05:09 2010	(r43485)
@@ -4,7 +4,7 @@
 # See http://module-build.sourceforge.net/META-spec-current.html for details.
 ---
 name: parrot
-version: 1.9.0
+version: 2.0.0
 author: parrot-dev at lists.parrot.org
 abstract: a virtual machine designed for dynamic languages
 license: artistic2

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	Tue Jan 19 19:27:34 2010	(r43484)
+++ trunk/NEWS	Wed Jan 20 00:05:09 2010	(r43485)
@@ -1,27 +1,22 @@
 # $Id$
 
 New in 2.0.0
-- Functionality
+- Features
   + Context PMCs now support attribute-based introspection
   + Context and CallSignature PMCs merged into CallContext
   + .lex directive throws exceptions when used with incorrect register types
-- Compilers
-  + PIRC (new PIR compiler) built by default
 - Platforms
   + Packaging improved for free OS distributions
   + PPC, PPC64, and ARM now tested when running Linux
 - Performance
   + Minor improvements to the profiling runcore
-  + Modest improvements from the CallContext PMC merge
+  + Improvements from the CallContext PMC merge
 - New deprecations
   + In/out parameters in STRING modification functions
   + Void handling in NCI signatures
   + Parameter passing opcodes order in PBC
-- Realized deprecations
 - Tests
   + Continued migration of core tests from Perl 5 to PIR
-- Documentation
-  + Improved accuracy, removed typos
 - Tools
   + dependency checker improved
 - Miscellaneous

Modified: trunk/README
==============================================================================
--- trunk/README	Tue Jan 19 19:27:34 2010	(r43484)
+++ trunk/README	Wed Jan 20 00:05:09 2010	(r43485)
@@ -1,7 +1,7 @@
-This is Parrot, version 1.9.0
+This is Parrot, version 2.0.0
 ------------------------------
 
-Parrot is Copyright (C) 2001-2009, Parrot Foundation.
+Parrot is Copyright (C) 2001-2010, Parrot Foundation.
 
 $Id$
 
@@ -16,15 +16,15 @@
 
 You need a C compiler, a linker, and a make program of course.
 
-If you will be linking with the ICU library you have to download and install it before
-configuring Parrot. Get it from http://site.icu-project.org/download
+If you will be linking with the ICU library you have to download and install it
+before configuring Parrot. Get it from http://site.icu-project.org/download
 
 You also need Perl 5.8.4 or newer, and Storable 2.12 or newer
 for running various configure and build scripts.
 
 For most of the platforms that we are supporting initially, Parrot should build
-out of the box. docs/parrot.pod lists the core platforms.
-PLATFORMS provides reports on the platforms on which Parrot has been built and tested. 
+out of the box. docs/parrot.pod lists the core platforms.  PLATFORMS provides
+reports on the platforms on which Parrot has been built and tested.
 
 INSTRUCTIONS
 ------------

Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION	Tue Jan 19 19:27:34 2010	(r43484)
+++ trunk/VERSION	Wed Jan 20 00:05:09 2010	(r43485)
@@ -1 +1 @@
-1.9.0
+2.0.0

Modified: trunk/docs/parrothist.pod
==============================================================================
--- trunk/docs/parrothist.pod	Tue Jan 19 19:27:34 2010	(r43484)
+++ trunk/docs/parrothist.pod	Wed Jan 20 00:05:09 2010	(r43485)
@@ -102,4 +102,6 @@
  Barney      1.8.0          2009-Nov-17     "Zygodactyly"
  Gerd        1.9.0          2009-Dec-15     "Blue-fronted Amazon"
 
+ chromatic   2.0.0 *        2010-Jan-19     "Inevitable"
+
 =cut

Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod	Tue Jan 19 19:27:34 2010	(r43484)
+++ trunk/docs/project/release_manager_guide.pod	Wed Jan 20 00:05:09 2010	(r43485)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2009, Parrot Foundation.
+# Copyright (C) 2007-2010, Parrot Foundation.
 # $Id$
 
 =head1 Release Instructions
@@ -42,7 +42,7 @@
 On the Saturday before a release you should notify other developers to stop
 committing non-release related code to trunk.  This will help avoid
 complications. They are of course free to commit to branches as much as
-they like. You might also set the topic in #parrot, announcing the 
+they like. You might also set the topic in #parrot, announcing the
 time when you plan on starting the release procedure. This will help
 the committers with timing their last minute commits.
 
@@ -137,8 +137,10 @@
 policy. (Those changes are all included within the major version number
 increase for the supported release.)
 
-Once you've updated PBC_COMPAT, run C<tools/dev/mk_native_pbc> to update the
-pbc files used in the native pbc tests.
+Once you've updated PBC_COMPAT, run C<sh tools/dev/mk_native_pbc> to update the
+pbc files used in the native pbc tests.  Note that you must have Parrot already
+built for this to work, and that this script will reconfigure and rebuild
+Parrot with various primitive size options.
 
 =item h
 
@@ -391,7 +393,6 @@
 visible at
 L<http://www.google.com/calendar/render?cid=ldhctdamsgfg5a1cord52po9h8@group.calendar.google.com>.
 
- - Jan 19, 2010      - 2.0* - chromatic
  - Feb 16, 2010      - 2.1  - darbelo
  - Mar 16, 2010      - 2.2  - cotto
  - Apr 20, 2010      - 2.3* - gerd

Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json	Tue Jan 19 19:27:34 2010	(r43484)
+++ trunk/tools/util/release.json	Wed Jan 20 00:05:09 2010	(r43485)
@@ -1,9 +1,9 @@
 {
-    "release.version"  : "1.9.0",
-    "release.name"     : "Blue-fronted Amazon",
+    "release.version"  : "2.0.0",
+    "release.name"     : "Inevitable",
     "release.day"      : "Tuesday",
-    "release.date"     : "15 December 2009",
-    "release.nextdate" : "19 January 2010",
+    "release.date"     : "19 January 2010",
+    "release.nextdate" : "16 Februuary 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"      : "16 January 2010",
+    "bugday.date"      : "14 February 2010",
 
     "wiki.root"        : "https://trac.parrot.org/parrot/wiki/",
-    "wiki.bugday"      : "bug_day_2010_01_19",
+    "wiki.bugday"      : "bug_day_2010_02_14",
 
     "cpan.search"      : "http://search.cpan.org/dist/parrot",
-    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/devel/1.9.0/",
+    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/stable/2.0.0/",
     "subversion.root"  : "http://subversion.tigris.org/",
     "svk.root"         : "http://svk.bestpractical.com/"
 }


More information about the parrot-commits mailing list