Skip to content

Commit

Permalink
updates for 0.4.17 release
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@22158 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
coke committed Oct 17, 2007
1 parent ae5721b commit 7e1865b
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#1 $Id$

2007.10.16 coke
2007.10.17 coke
* Released 0.4.17
See NEWS for more.

Expand Down
4 changes: 2 additions & 2 deletions DEVELOPING
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $Id$

THIS RELEASE: Parrot 0.4.16 2007.09.18
PREVIOUS RELEASE: Parrot 0.4.15 2007.08.22
THIS RELEASE: Parrot 0.4.17 2007.10.17
PREVIOUS RELEASE: Parrot 0.4.16 2007.09.18

This file should only exist in development distributions. Delete it
(and its entry in the MANIFEST) before packaging Parrot up for a CPAN
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.generated
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.dylib [main]lib
blib/lib/libparrot.0.4.17.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.16 [main]lib
blib/lib/libparrot.so.0.4.17 [main]lib
compilers/imcc/imclexer.c [main]
config/gen/cpu/i386/memcpy_mmx.c [main]
config/gen/cpu/i386/memcpy_sse.c [main]
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: parrot
version: 0.4.16
version: 0.4.17
author: ~
abstract: ~
license: artistic2
Expand Down
1 change: 1 addition & 0 deletions PBC_COMPAT
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

# please insert tab separated entries at the top of the list

3.03 2007.10.17 coke released 0.4.17
3.02 2007.09.20 bernhard remove opcode hash
3.02 2007.09.07 bernhard deprecate opcode substr_r
3.01 2007.08.17 chromatic store HLL names as strings in frozen Sub PMCs
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is Parrot, version 0.4.15
This is Parrot, version 0.4.17
------------------------------

Parrot is Copyright (C) 2001-2007, The Perl Foundation.
Expand Down Expand Up @@ -104,7 +104,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.15
perl Configure.pl --prefix=/Users/foo/parrot-0.4.17
make install

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

=back

=head1 CURRENT RELEASE (0.4.16)
=head1 CURRENT RELEASE (0.4.17)

Parrot 0.4.16 was released on September 18, 2007. For a list of new and fixed
Parrot 0.4.17 was released on October 17, 2007. For a list of new and fixed
feature see L<NEWS>.

=head1 OVERVIEW
Expand Down
2 changes: 2 additions & 0 deletions docs/parrothist.pod
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,6 @@ the strings?).

Jerry 0.4.16 2007-Sep-18 "A Farewell to Alex"

Will 0.4.17 2007-Oct-17 "Two for Finching"

=cut
2 changes: 1 addition & 1 deletion parrot.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: parrot
Version: 0.4.16
Version: 0.4.17
Release: 1%{?dist}
Summary: Parrot Virtual Machine
License: Artistic 2.0
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.
18 changes: 9 additions & 9 deletions tools/util/release.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"release.version" : "0.4.16",
"release.name" : "A Farewell to Alex",
"release.day" : "Tuesday",
"release.date" : "18 September 2007",
"release.nextdate" : "16 October 2007",
"release.version" : "0.4.17",
"release.name" : "Two for Finching",
"release.day" : "Wednesday",
"release.date" : "17 October 2007",
"release.nextdate" : "20 November 2007",

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

"bugday.day" : "Saturday",
"bugday.date" : "13 October 2007",
"bugday.date" : "17 November 2007",

"rt.root" : "https://rt.perl.org/rt3/",
"rt.tracking" : "Ticket/Display.html?id=45507",
"rt.saved_search" : "http://xrl.us/59ua",
"rt.tracking" : "Ticket/Display.html?id=38967",
"rt.saved_search" : "http://xrl.us/7gif",

"wiki.root" : "http://www.perlfoundation.org/parrot/index.cgi?",
"wiki.bugday" : "bug_day_2007_10_13",
"wiki.bugday" : "bug_day_2007_11_17",

"cpan.search" : "http://search.cpan.org/",
"subversion.root" : "http://subversion.tigris.org/",
Expand Down

0 comments on commit 7e1865b

Please sign in to comment.