Skip to content

Commit

Permalink
[RELEASE]: 0.4.9 metadata
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@17150 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
pmichaud committed Feb 22, 2007
1 parent 5c95142 commit d08fcb3
Show file tree
Hide file tree
Showing 25 changed files with 38 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CREDITS
Expand Up @@ -87,7 +87,7 @@ D: Bugfixes
D: Parrot m4
D: Parrot bc
D: Plumhead
D: Cleanup of examples/assembly
D: Cleanup of examples/assembly

N: Bob Diertens
D: patch regarding macro argument expansion
Expand Down
11 changes: 11 additions & 0 deletions ChangeLog
@@ -1,5 +1,16 @@
#1 $Id$

2006.02.22 pmichaud
* Released 0.4.9
See NEWS for more.

2006.01.17 chromatic
* changed 'name' method on namespaces to 'get_name' per pdd21

2006.01.16 particle
* Released 0.4.8
See NEWS for more.

2006.12.12 particle
* added C<isnull> opcode

Expand Down
4 changes: 2 additions & 2 deletions DEVELOPING
@@ -1,7 +1,7 @@
# $Id$

THIS RELEASE: Parrot 0.4.8 2007.01.16
PREVIOUS RELEASE: Parrot 0.4.7 2006.11.14
THIS RELEASE: Parrot 0.4.9 2007.02.22
PREVIOUS RELEASE: Parrot 0.4.8 2007.01.16

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
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.8.dylib [main]lib
blib/lib/libparrot.0.4.9.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.8 [main]lib
blib/lib/libparrot.so.0.4.9 [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
@@ -1,6 +1,6 @@
---
name: parrot
version: 0.4.8
version: 0.4.9
author: ~
abstract: ~
license: perl
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Expand Up @@ -16,13 +16,13 @@ New in 0.4.9
+ perl6 now supports binding (':=') and 'join'
+ lua generates tail calls, and supports its own regex flavor (PGE-based)
+ Pheme still works, huzzah!
+ <insert other specific language news here>
- Design:
+ PDD21 "Objects" - rewritten
+ PDD22 "I/O" - updated and 'TODO' tests added
- Documentation:
+ Interface stability classification standards approved
+ Roles and Responsibilities documented approved
+ Official 'drafts' directory created (was 'clip')
- Implementation:
+ More NameSpace and OS PMC methods implemented
+ Parrot executable fullname and basename now available in PIR/PASM code
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

2007.02.22 pmichaud released 0.4.9
2007.01.16 particle released 0.4.8
2006.12.16 paultcochrane deleted fetchmethod opcode
2006.11.14 chip released 0.4.7
Expand Down
4 changes: 2 additions & 2 deletions README
@@ -1,4 +1,4 @@
This is Parrot, version 0.4.8
This is Parrot, version 0.4.9
-----------------------------

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:

perl Configure.pl --prefix=/Users/foo/parrot-0.4.7
perl Configure.pl --prefix=/Users/foo/parrot-0.4.9
make install

But please note that dynamic libs will not be found for non-standard
Expand Down
4 changes: 3 additions & 1 deletion RELEASE_INSTRUCTIONS
Expand Up @@ -3,7 +3,9 @@
To prepare a release:

0. Announce to parrot-porters and #parrot at least a couple days in
advance, asking if there are any showstopping bugs.
advance, asking if there are any showstopping bugs. You might
also select a name for your release ( e.g., perhaps select a
name from http://en.wikipedia.org/wiki/List_of_parrots ).

1. Make sure you're up to date:

Expand Down
5 changes: 4 additions & 1 deletion RESPONSIBLE_PARTIES
Expand Up @@ -38,12 +38,15 @@ Core Developer Leopold Toetsch (incl. JIT x86, ppc)

Compiler Developer Leopold Toetsch (IMCC)
Vishal Soni (BCG, IMCC)
Patrick Michaud (PGE)
Patrick Michaud (PGE, PAST-pm, TGE)
Allison Randal (TGE)

High Level Language Developer Patrick Michaud (Perl 6)
Matt Diephouse (Tcl)
Will Coleda (Tcl)
Francois Perrad (Lua)
Bernhard Schmalhofer (Plumhead (PHP))
Kevin Tew (Cardinal (Ruby))

Build Manager Joshua Hoblitt

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.8
0.4.9
11 changes: 5 additions & 6 deletions docs/ROADMAP.pod
Expand Up @@ -34,9 +34,9 @@ This is the B<highest> priority.

=back

=head1 CURRENT RELEASE (0.4.8)
=head1 CURRENT RELEASE (0.4.9)

Parrot 0.4.8 was released on January 16th, 2007. For a list of new and fixed
Parrot 0.4.9 was released on February 22, 2007. For a list of new and fixed
feature see L<NEWS>.

=head1 OVERVIEW
Expand Down Expand Up @@ -123,9 +123,7 @@ with someone who should know.)

=item *

Document project goals and priorities, based on Chip's talk to APW as found at
L<http://feather.perl6.nl/~chip/Chip_APW.sxi> or
L<http://feather.perl6.nl/~chip/Chip_APW.pdf>.
Document project goals and priorities.

=item *

Expand Down Expand Up @@ -382,7 +380,8 @@ Portable fcntl() replacement for platforms without it

=item *

See L<PORTABILITY>. Test suite should have no failure on supported platforms.
See L<pdds/draft/pdd01_overview.pod>. Test suite should have no
failure on supported platforms.

=item *

Expand Down
4 changes: 3 additions & 1 deletion docs/parrothist.pod
Expand Up @@ -14,7 +14,7 @@ Parrot history in brief...

=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

=head2 PUMPKIN?

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

Jerry 0.4.8b 2007-Jan-16 "Eponymous"

Patrick 0.4.9 2007-Feb-22 "Socorro"

=cut
2 changes: 1 addition & 1 deletion parrot.spec
@@ -1,4 +1,4 @@
%define version 0.4.8
%define version 0.4.9
%define devel -devel
%define prefix /usr/local/parrot/%{version}
%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.

0 comments on commit d08fcb3

Please sign in to comment.