[svn:parrot] r40184 - in trunk: . docs docs/project t/native_pbc tools/util

cotto at svn.parrot.org cotto at svn.parrot.org
Tue Jul 21 08:08:36 UTC 2009


Author: cotto
Date: Tue Jul 21 08:08:33 2009
New Revision: 40184
URL: https://trac.parrot.org/parrot/changeset/40184

Log:
[RELEASE] prepare for 1.4.0 release

Modified:
   trunk/ChangeLog
   trunk/MANIFEST.generated
   trunk/META.yml
   trunk/PBC_COMPAT
   trunk/README
   trunk/VERSION
   trunk/docs/parrothist.pod
   trunk/docs/project/release_manager_guide.pod
   trunk/t/native_pbc/annotations.pbc
   trunk/t/native_pbc/integer_1.pbc
   trunk/t/native_pbc/number_1.pbc
   trunk/t/native_pbc/number_2.pbc
   trunk/t/native_pbc/string_1.pbc
   trunk/tools/util/release.json

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Tue Jul 21 07:11:54 2009	(r40183)
+++ trunk/ChangeLog	Tue Jul 21 08:08:33 2009	(r40184)
@@ -1,12 +1,16 @@
 #1 $Id$
 
+2009.7.21     cotto
+	* Released 1.4.0
+	See NEWS for more.
+
 2009.06.16    Whiteknight
-        * Released 1.3.0
-        Ses NEWS for more.
+	* Released 1.3.0
+	Ses NEWS for more.
 
 2009.05.19    Infinoid
-        * Released 1.2.0
-        See NEWS for more.
+	* Released 1.2.0
+	See NEWS for more.
 
 2009.04.21    fperrad
 	* Released 1.1.0

Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated	Tue Jul 21 07:11:54 2009	(r40183)
+++ trunk/MANIFEST.generated	Tue Jul 21 08:08:33 2009	(r40184)
@@ -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.3.0.dylib                    [main]lib
+blib/lib/libparrot.1.4.0.dylib                    [main]lib
 blib/lib/libparrot.a                              [main]lib
 blib/lib/libparrot.dylib                          [main]lib
-blib/lib/libparrot.so.1.3.0                       [main]lib
+blib/lib/libparrot.so.1.4.0                       [main]lib
 blib/lib/libparrot.so                             [main]lib
 compilers/json/JSON/grammar.pbc                   [json]
 compilers/json/JSON.pbc                           [json]

Modified: trunk/META.yml
==============================================================================
--- trunk/META.yml	Tue Jul 21 07:11:54 2009	(r40183)
+++ trunk/META.yml	Tue Jul 21 08:08:33 2009	(r40184)
@@ -4,7 +4,7 @@
 # See http://module-build.sourceforge.net/META-spec-current.html for details.
 ---
 name: parrot
-version: 1.3.0
+version: 1.4.0
 author: parrot-dev at lists.parrot.org
 abstract: a virtual machine designed for dynamic languages
 license: artistic2

Modified: trunk/PBC_COMPAT
==============================================================================
--- trunk/PBC_COMPAT	Tue Jul 21 07:11:54 2009	(r40183)
+++ trunk/PBC_COMPAT	Tue Jul 21 08:08:33 2009	(r40184)
@@ -27,15 +27,7 @@
 
 # please insert tab separated entries at the top of the list
 
-4.9	2009.07.16	bacek	Bump revision after merging keys_revamp branch. A lot of *Iterator PMCs were added.
-4.8	2009.05.30	Infinoid	Added Handle PMC
-4.7	2009.05.29	cotto	add cmp_pmc opcode (also, addition of setstdin and root_new in previous commits)
-4.6	2009.05.18	bacek	removed PackfileAnnotationKeys PMC
-4.5	2009.04.10	cotto	removed Ref and SharedRef PMCs
-4.4	2009.04.07	pmichaud	find_caller_lex added
-4.3	2009.03.25	jonathan	socket opcodes added
-4.2	2009.03.21	cotto	removed Bound_NCI PMC
-4.1	2009.03.17	cotto	removed Slice PMC
+5.0	2009.07.21	cotto	released 1.4.0 
 4.0	2009.03.17	allison	released 1.0.0
 3.0	2007.07.23	jonathan	implementing new PBC header format
 2.0	2005.11.22	leo	changed PBC format (HLL_info)

Modified: trunk/README
==============================================================================
--- trunk/README	Tue Jul 21 07:11:54 2009	(r40183)
+++ trunk/README	Tue Jul 21 08:08:33 2009	(r40184)
@@ -1,4 +1,4 @@
-This is Parrot, version 1.3.0
+This is Parrot, version 1.4.0
 ------------------------------
 
 Parrot is Copyright (C) 2001-2009, Parrot Foundation.

Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION	Tue Jul 21 07:11:54 2009	(r40183)
+++ trunk/VERSION	Tue Jul 21 08:08:33 2009	(r40184)
@@ -1 +1 @@
-1.3.0
+1.4.0

Modified: trunk/docs/parrothist.pod
==============================================================================
--- trunk/docs/parrothist.pod	Tue Jul 21 07:11:54 2009	(r40183)
+++ trunk/docs/parrothist.pod	Tue Jul 21 08:08:33 2009	(r40184)
@@ -93,4 +93,6 @@
  Infinoid    1.2.0          2009-May-19     "Bird Brain"
  Whiteknight 1.3.0          2009-Jun-16     "Andean Swift"
 
+ cotto       1.4.0          2009-Jul-21     "Mundo Cani"
+
 =cut

Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod	Tue Jul 21 07:11:54 2009	(r40183)
+++ trunk/docs/project/release_manager_guide.pod	Tue Jul 21 08:08:33 2009	(r40184)
@@ -125,6 +125,9 @@
 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.
+
 =item h
 
 Make sure everything works:
@@ -361,7 +364,6 @@
 The starred releases are Parrot's twice-yearly supported releases, see
 F<docs/project/support_policy.pod>.
 
- - July 21, 2009     - 1.4* - cotto
  - August 18, 2009   - 1.5  - rgrjr
  - Sept 15, 2009     - 1.6  - particle
  - Oct 20, 2009      - 1.7  -

Modified: trunk/t/native_pbc/annotations.pbc
==============================================================================
Binary file (source and/or target). No diff available.

Modified: trunk/t/native_pbc/integer_1.pbc
==============================================================================
Binary file (source and/or target). No diff available.

Modified: trunk/t/native_pbc/number_1.pbc
==============================================================================
Binary file (source and/or target). No diff available.

Modified: trunk/t/native_pbc/number_2.pbc
==============================================================================
Binary file (source and/or target). No diff available.

Modified: trunk/t/native_pbc/string_1.pbc
==============================================================================
Binary file (source and/or target). No diff available.

Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json	Tue Jul 21 07:11:54 2009	(r40183)
+++ trunk/tools/util/release.json	Tue Jul 21 08:08:33 2009	(r40184)
@@ -1,9 +1,9 @@
 {
-    "release.version"  : "1.3.0",
-    "release.name"     : "Andean Swift",
+    "release.version"  : "1.4.0",
+    "release.name"     : "Mundo Cani",
     "release.day"      : "Tuesday",
-    "release.date"     : "16 June 2009",
-    "release.nextdate" : "21 July 2009",
+    "release.date"     : "21 July 2009",
+    "release.nextdate" : "18 August 2009",
 
     "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"      : "18 July 2009",
+    "bugday.date"      : "15 August 2009",
 
     "wiki.root"        : "https://trac.parrot.org/parrot/wiki/",
-    "wiki.bugday"      : "bug_day_2009_07_18",
+    "wiki.bugday"      : "bug_day_2009_08_15",
 
     "cpan.search"      : "http://search.cpan.org/dist/parrot",
-    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/devel/1.3.0/",
+    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/devel/1.4.0/",
     "subversion.root"  : "http://subversion.tigris.org/",
     "svk.root"         : "http://svk.bestpractical.com/"
 }


More information about the parrot-commits mailing list