Skip to content

Commit

Permalink
Release 0.4.11 "Tax Bird" Versioning
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@18271 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
mdiep committed Apr 17, 2007
1 parent b13f907 commit 1b7d78f
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 17 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,6 +1,10 @@
#1 $Id$ #1 $Id$




2007.04.17 mdiep
* Released 0.4.10
See NEWS for more.

2007.03.20 coke 2007.03.20 coke
* Released 0.4.10 * Released 0.4.10
See NEWS for more. See NEWS for more.
Expand Down
4 changes: 2 additions & 2 deletions DEVELOPING
@@ -1,7 +1,7 @@
# $Id$ # $Id$


THIS RELEASE: Parrot 0.4.10 2007.03.20 THIS RELEASE: Parrot 0.4.11 2007.04.17
PREVIOUS RELEASE: Parrot 0.4.9 2007.02.22 PREVIOUS RELEASE: Parrot 0.4.10 2007.03.20


This file should only exist in development distributions. Delete it This file should only exist in development distributions. Delete it
(and its entry in the MANIFEST) before packaging Parrot up for a CPAN (and its entry in the MANIFEST) before packaging Parrot up for a CPAN
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.generated
Expand Up @@ -2,11 +2,11 @@
# See tools/dev/install_files.pl for documentation on the # See tools/dev/install_files.pl for documentation on the
# format of this file. # format of this file.
# Please re-sort this file after *EVERY* modification # 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.a [main]lib
blib/lib/libparrot.dylib [main]lib blib/lib/libparrot.dylib [main]lib
blib/lib/libparrot.so [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] compilers/imcc/imclexer.c [main]
config/gen/cpu/i386/memcpy_mmx.c [main] config/gen/cpu/i386/memcpy_mmx.c [main]
config/gen/cpu/i386/memcpy_sse.c [main] config/gen/cpu/i386/memcpy_sse.c [main]
Expand Down
2 changes: 1 addition & 1 deletion META.yml
@@ -1,6 +1,6 @@
--- ---
name: parrot name: parrot
version: 0.4.10 version: 0.4.11
author: ~ author: ~
abstract: ~ abstract: ~
license: perl license: perl
Expand Down
1 change: 1 addition & 0 deletions PBC_COMPAT
Expand Up @@ -28,6 +28,7 @@


# please insert tab separated entries at the top of the list # 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.15 jonathan added get_class opcodes and clone_p_p_p opcode
2007.04.07 jonathan added addrole opcode 2007.04.07 jonathan added addrole opcode
2007.03.20 coke released 0.4.10 2007.03.20 coke released 0.4.10
Expand Down
4 changes: 2 additions & 2 deletions 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. Parrot is Copyright (C) 2001-2007, The Perl Foundation.
Expand Down Expand Up @@ -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: 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 make install


But please note that dynamic libs will not be found for non-standard But please note that dynamic libs will not be found for non-standard
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.10 0.4.11
4 changes: 2 additions & 2 deletions docs/ROADMAP.pod
Expand Up @@ -34,9 +34,9 @@ This is the B<highest> priority.


=back =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>. feature see L<NEWS>.


=head1 OVERVIEW =head1 OVERVIEW
Expand Down
4 changes: 3 additions & 1 deletion docs/parrothist.pod
Expand Up @@ -15,7 +15,7 @@ Parrot history in brief...
=head1 THE KEEPERS OF THE PUMPKIN =head1 THE KEEPERS OF THE PUMPKIN


Simon Cozens, Jeff Goff, Steve Fink, Leo Toetsch, Chip Salzenberg, Jerry Gay, Simon Cozens, Jeff Goff, Steve Fink, Leo Toetsch, Chip Salzenberg, Jerry Gay,
Patrick Michaud, Will Coleda Patrick Michaud, Will Coleda, Matt Diephouse


=head2 PUMPKIN? =head2 PUMPKIN?


Expand Down Expand Up @@ -92,4 +92,6 @@ the strings?).


Will 0.4.10 2007-Mar-20 "Release Formerly Known as Prince" Will 0.4.10 2007-Mar-20 "Release Formerly Known as Prince"


Matt 0.4.11 2007-Apr-17 "Tax Bird"

=cut =cut
2 changes: 1 addition & 1 deletion parrot.spec
@@ -1,4 +1,4 @@
%define version 0.4.10 %define version 0.4.11
%define devel -devel %define devel -devel
%define prefix /usr/local/parrot/%{version} %define prefix /usr/local/parrot/%{version}
%define exec_prefix %{prefix} %define exec_prefix %{prefix}
Expand Down
Binary file modified t/native_pbc/integer_1.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_2.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_3.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_4.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_1.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_2.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_3.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_4.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_5.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_1.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_2.pbc
Binary file not shown.
10 changes: 5 additions & 5 deletions tools/util/release.json
@@ -1,17 +1,17 @@
{ {
"release.version" : "0.4.10", "release.version" : "0.4.11",
"release.name" : "The Release Formerly Known as \"Prince\"", "release.name" : "Tax Bird",
"release.day" : "Tuesday", "release.day" : "Tuesday",
"release.date" : "20 March 2007", "release.date" : "17 April 2007",
"release.nextdate" : "17 April 2007", "release.nextdate" : "15 May 2007",


"web.root" : "http://parrotcode.org/", "web.root" : "http://parrotcode.org/",
"web.source" : "source.html", "web.source" : "source.html",
"web.openpatches" : "openpatches.html", "web.openpatches" : "openpatches.html",
"web.repository" : "https://svn.perl.org/parrot/trunk/", "web.repository" : "https://svn.perl.org/parrot/trunk/",


"bugday.day" : "Saturday", "bugday.day" : "Saturday",
"bugday.date" : "17 March 2007", "bugday.date" : "12 May 2007",


"rt.root" : "https://rt.perl.org/rt3/", "rt.root" : "https://rt.perl.org/rt3/",
"rt.tracking" : "Ticket/Display.html?id=41581", "rt.tracking" : "Ticket/Display.html?id=41581",
Expand Down

0 comments on commit 1b7d78f

Please sign in to comment.