Author: mdiep
Date: Tue Apr 17 15:14:31 2007
New Revision: 18271

Modified:
   trunk/ChangeLog
   trunk/DEVELOPING
   trunk/MANIFEST.generated
   trunk/META.yml
   trunk/PBC_COMPAT
   trunk/README
   trunk/VERSION
   trunk/docs/ROADMAP.pod
   trunk/docs/parrothist.pod
   trunk/parrot.spec
   trunk/t/native_pbc/integer_1.pbc
   trunk/t/native_pbc/integer_2.pbc
   trunk/t/native_pbc/integer_3.pbc
   trunk/t/native_pbc/integer_4.pbc
   trunk/t/native_pbc/number_1.pbc
   trunk/t/native_pbc/number_2.pbc
   trunk/t/native_pbc/number_3.pbc
   trunk/t/native_pbc/number_4.pbc
   trunk/t/native_pbc/number_5.pbc
   trunk/t/native_pbc/string_1.pbc
   trunk/t/native_pbc/string_2.pbc
   trunk/tools/util/release.json

Log:
Release 0.4.11 "Tax Bird" Versioning


Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog     (original)
+++ trunk/ChangeLog     Tue Apr 17 15:14:31 2007
@@ -1,6 +1,10 @@
 #1 $Id$
 
 
+2007.04.17    mdiep
+       * Released 0.4.10
+       See NEWS for more.
+
 2007.03.20    coke
        * Released 0.4.10
        See NEWS for more.

Modified: trunk/DEVELOPING
==============================================================================
--- trunk/DEVELOPING    (original)
+++ trunk/DEVELOPING    Tue Apr 17 15:14:31 2007
@@ -1,7 +1,7 @@
 # $Id$
 
-    THIS RELEASE:     Parrot 0.4.10  2007.03.20
-PREVIOUS RELEASE:     Parrot 0.4.9   2007.02.22
+    THIS RELEASE:     Parrot 0.4.11  2007.04.17
+PREVIOUS RELEASE:     Parrot 0.4.10  2007.03.20
 
 This file should only exist in development distributions. Delete it
 (and its entry in the MANIFEST) before packaging Parrot up for a CPAN

Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated    (original)
+++ trunk/MANIFEST.generated    Tue Apr 17 15:14:31 2007
@@ -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.0.4.10.dylib                   [main]lib
+blib/lib/libparrot.0.4.11.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.0.4.10                      [main]lib
+blib/lib/libparrot.so.0.4.11                      [main]lib
 compilers/imcc/imclexer.c                         [main]
 config/gen/cpu/i386/memcpy_mmx.c                  [main]
 config/gen/cpu/i386/memcpy_sse.c                  [main]

Modified: trunk/META.yml
==============================================================================
--- trunk/META.yml      (original)
+++ trunk/META.yml      Tue Apr 17 15:14:31 2007
@@ -1,6 +1,6 @@
 ---
 name: parrot
-version: 0.4.10
+version: 0.4.11
 author: ~
 abstract: ~
 license: perl

Modified: trunk/PBC_COMPAT
==============================================================================
--- trunk/PBC_COMPAT    (original)
+++ trunk/PBC_COMPAT    Tue Apr 17 15:14:31 2007
@@ -28,6 +28,7 @@
 
 # please insert tab separated entries at the top of the list
 
+2007.04.17     mdiep   released 0.4.11
 2007.04.15  jonathan    added get_class opcodes and clone_p_p_p opcode
 2007.04.07     jonathan        added addrole opcode
 2007.03.20     coke    released 0.4.10

Modified: trunk/README
==============================================================================
--- trunk/README        (original)
+++ trunk/README        Tue Apr 17 15:14:31 2007
@@ -1,4 +1,4 @@
-This is Parrot, version 0.4.10
+This is Parrot, version 0.4.11
 -----------------------------
 
 Parrot is Copyright (C) 2001-2007, The Perl Foundation.
@@ -110,7 +110,7 @@
 
 If you want to install Parrot into a non-standard location use:
 
-    perl Configure.pl --prefix=/Users/foo/parrot-0.4.10
+    perl Configure.pl --prefix=/Users/foo/parrot-0.4.11
     make install
 
 But please note that dynamic libs will not be found for non-standard

Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION       (original)
+++ trunk/VERSION       Tue Apr 17 15:14:31 2007
@@ -1 +1 @@
-0.4.10
+0.4.11

Modified: trunk/docs/ROADMAP.pod
==============================================================================
--- trunk/docs/ROADMAP.pod      (original)
+++ trunk/docs/ROADMAP.pod      Tue Apr 17 15:14:31 2007
@@ -34,9 +34,9 @@
 
 =back
 
-=head1 CURRENT RELEASE (0.4.10)
+=head1 CURRENT RELEASE (0.4.11)
 
-Parrot 0.4.10 was released on March 20, 2007. For a list of new and fixed
+Parrot 0.4.11 was released on April 17, 2007. For a list of new and fixed
 feature see L<NEWS>.
 
 =head1 OVERVIEW

Modified: trunk/docs/parrothist.pod
==============================================================================
--- trunk/docs/parrothist.pod   (original)
+++ trunk/docs/parrothist.pod   Tue Apr 17 15:14:31 2007
@@ -15,7 +15,7 @@
 =head1 THE KEEPERS OF THE PUMPKIN
 
 Simon Cozens, Jeff Goff, Steve Fink, Leo Toetsch, Chip Salzenberg, Jerry Gay,
-Patrick Michaud, Will Coleda
+Patrick Michaud, Will Coleda, Matt Diephouse
 
 =head2 PUMPKIN?
 
@@ -92,4 +92,6 @@
 
  Will    0.4.10         2007-Mar-20     "Release Formerly Known as Prince"
 
+ Matt    0.4.11         2007-Apr-17     "Tax Bird"
+
 =cut

Modified: trunk/parrot.spec
==============================================================================
--- trunk/parrot.spec   (original)
+++ trunk/parrot.spec   Tue Apr 17 15:14:31 2007
@@ -1,4 +1,4 @@
-%define version 0.4.10
+%define version 0.4.11
 %define devel -devel
 %define prefix /usr/local/parrot/%{version}
 %define exec_prefix %{prefix}

Modified: trunk/t/native_pbc/integer_1.pbc
==============================================================================
Binary files. No diff available.

Modified: trunk/t/native_pbc/integer_2.pbc
==============================================================================
Binary files. No diff available.

Modified: trunk/t/native_pbc/integer_3.pbc
==============================================================================
Binary files. No diff available.

Modified: trunk/t/native_pbc/integer_4.pbc
==============================================================================
Binary files. No diff available.

Modified: trunk/t/native_pbc/number_1.pbc
==============================================================================
Binary files. No diff available.

Modified: trunk/t/native_pbc/number_2.pbc
==============================================================================
Binary files. No diff available.

Modified: trunk/t/native_pbc/number_3.pbc
==============================================================================
Binary files. No diff available.

Modified: trunk/t/native_pbc/number_4.pbc
==============================================================================
Binary files. No diff available.

Modified: trunk/t/native_pbc/number_5.pbc
==============================================================================
Binary files. No diff available.

Modified: trunk/t/native_pbc/string_1.pbc
==============================================================================
Binary files. No diff available.

Modified: trunk/t/native_pbc/string_2.pbc
==============================================================================
Binary files. No diff available.

Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json       (original)
+++ trunk/tools/util/release.json       Tue Apr 17 15:14:31 2007
@@ -1,9 +1,9 @@
 {
-    "release.version"  : "0.4.10",
-    "release.name"     : "The Release Formerly Known as \"Prince\"",
+    "release.version"  : "0.4.11",
+    "release.name"     : "Tax Bird",
     "release.day"      : "Tuesday",
-    "release.date"     : "20 March 2007",
-    "release.nextdate" : "17 April 2007",
+    "release.date"     : "17 April 2007",
+    "release.nextdate" : "15 May 2007",
 
     "web.root"         : "http://parrotcode.org/";,
     "web.source"       : "source.html",
@@ -11,7 +11,7 @@
     "web.repository"   : "https://svn.perl.org/parrot/trunk/";,
 
     "bugday.day"       : "Saturday",
-    "bugday.date"      : "17 March 2007",
+    "bugday.date"      : "12 May 2007",
 
     "rt.root"          : "https://rt.perl.org/rt3/";,
     "rt.tracking"      : "Ticket/Display.html?id=41581",

Reply via email to