diff --git a/ChangeLog b/ChangeLog index 8e6eb01d63..b6c90916c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/DEVELOPING b/DEVELOPING index 5080b3e929..1d13860d18 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -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 diff --git a/MANIFEST.generated b/MANIFEST.generated index f5fd7be748..021ce7b36e 100644 --- a/MANIFEST.generated +++ b/MANIFEST.generated @@ -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] diff --git a/META.yml b/META.yml index 184f854d5a..ce668dd37c 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- name: parrot -version: 0.4.10 +version: 0.4.11 author: ~ abstract: ~ license: perl diff --git a/PBC_COMPAT b/PBC_COMPAT index 87f67861c5..edfc54ecb2 100644 --- a/PBC_COMPAT +++ b/PBC_COMPAT @@ -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 diff --git a/README b/README index 3333258aef..f5478d3584 100644 --- a/README +++ b/README @@ -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 @@ This installs a bunch of files in /usr/local. The parrot executable is in 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 diff --git a/VERSION b/VERSION index e8423da873..5f749c1366 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.10 +0.4.11 diff --git a/docs/ROADMAP.pod b/docs/ROADMAP.pod index e0e828b04a..f0c5c13c6d 100644 --- a/docs/ROADMAP.pod +++ b/docs/ROADMAP.pod @@ -34,9 +34,9 @@ This is the B priority. =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. =head1 OVERVIEW diff --git a/docs/parrothist.pod b/docs/parrothist.pod index 145bdead04..387b379df1 100644 --- a/docs/parrothist.pod +++ b/docs/parrothist.pod @@ -15,7 +15,7 @@ Parrot history in brief... =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 @@ the strings?). Will 0.4.10 2007-Mar-20 "Release Formerly Known as Prince" + Matt 0.4.11 2007-Apr-17 "Tax Bird" + =cut diff --git a/parrot.spec b/parrot.spec index b5f70134d9..31bd7be11b 100644 --- a/parrot.spec +++ b/parrot.spec @@ -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} diff --git a/t/native_pbc/integer_1.pbc b/t/native_pbc/integer_1.pbc index 5297a0f193..5e1221cde6 100644 Binary files a/t/native_pbc/integer_1.pbc and b/t/native_pbc/integer_1.pbc differ diff --git a/t/native_pbc/integer_2.pbc b/t/native_pbc/integer_2.pbc index eef88bb04a..ccf64fc69b 100644 Binary files a/t/native_pbc/integer_2.pbc and b/t/native_pbc/integer_2.pbc differ diff --git a/t/native_pbc/integer_3.pbc b/t/native_pbc/integer_3.pbc index 9e264c31b4..ae16a32b5a 100644 Binary files a/t/native_pbc/integer_3.pbc and b/t/native_pbc/integer_3.pbc differ diff --git a/t/native_pbc/integer_4.pbc b/t/native_pbc/integer_4.pbc index 8b57726940..dd2be6fa8a 100644 Binary files a/t/native_pbc/integer_4.pbc and b/t/native_pbc/integer_4.pbc differ diff --git a/t/native_pbc/number_1.pbc b/t/native_pbc/number_1.pbc index c6c6c97904..c85d008f32 100644 Binary files a/t/native_pbc/number_1.pbc and b/t/native_pbc/number_1.pbc differ diff --git a/t/native_pbc/number_2.pbc b/t/native_pbc/number_2.pbc index d16c88a618..56ec53cb6a 100644 Binary files a/t/native_pbc/number_2.pbc and b/t/native_pbc/number_2.pbc differ diff --git a/t/native_pbc/number_3.pbc b/t/native_pbc/number_3.pbc index 9f9ab051fe..208676a26b 100644 Binary files a/t/native_pbc/number_3.pbc and b/t/native_pbc/number_3.pbc differ diff --git a/t/native_pbc/number_4.pbc b/t/native_pbc/number_4.pbc index 5836cd3fca..6da6f810ec 100644 Binary files a/t/native_pbc/number_4.pbc and b/t/native_pbc/number_4.pbc differ diff --git a/t/native_pbc/number_5.pbc b/t/native_pbc/number_5.pbc index d3c86b4875..2c0eb751f2 100644 Binary files a/t/native_pbc/number_5.pbc and b/t/native_pbc/number_5.pbc differ diff --git a/t/native_pbc/string_1.pbc b/t/native_pbc/string_1.pbc index 99476e5b60..0f8af2a5d5 100644 Binary files a/t/native_pbc/string_1.pbc and b/t/native_pbc/string_1.pbc differ diff --git a/t/native_pbc/string_2.pbc b/t/native_pbc/string_2.pbc index 31770d8ae2..33005af81b 100644 Binary files a/t/native_pbc/string_2.pbc and b/t/native_pbc/string_2.pbc differ diff --git a/tools/util/release.json b/tools/util/release.json index d303cdf301..2b1e80d1a2 100644 --- a/tools/util/release.json +++ b/tools/util/release.json @@ -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",