[svn:parrot] r35854 - in trunk: . docs docs/project t/native_pbc tools/util
[email protected] Wed, 21 Jan 2009 00:08:43 -0800 (PST)
| Newsgroups | perl.cvs.parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: chromatic Date: Wed Jan 21 00:08:42 2009 New Revision: 35854 Modified: trunk/ChangeLog trunk/DEPRECATED.pod trunk/MANIFEST.generated trunk/META.yml trunk/NEWS trunk/README trunk/VERSION trunk/docs/parrothist.pod trunk/docs/project/release_manager_guide.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: [distro] Updated for 0.9.0 release. Modified: trunk/ChangeLog ============================================================================== --- trunk/ChangeLog (original) +++ trunk/ChangeLog Wed Jan 21 00:08:42 2009 @@ -1,8 +1,12 @@ #1 $Id$ +2009.01.20 chromatic + * Released 0.9.0 + See NEWS for more. + 2008.12.16 Whiteknight - * Released 0.8.2 - See NEWS for more. + * Released 0.8.2 + See NEWS for more. 2008.11.18 chromatic * Released 0.8.1 Modified: trunk/DEPRECATED.pod ============================================================================== --- trunk/DEPRECATED.pod (original) +++ trunk/DEPRECATED.pod Wed Jan 21 00:08:42 2009 @@ -33,16 +33,6 @@ =back -=head1 Opcodes - -=over 4 - -=item * C<n_*> math opcode variants [post 0.7.1] - -See RT #58410. - -=back - =head1 PMCS =over 4 Modified: trunk/MANIFEST.generated ============================================================================== --- trunk/MANIFEST.generated (original) +++ trunk/MANIFEST.generated Wed Jan 21 00:08:42 2009 @@ -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.8.2.dylib [main]lib +blib/lib/libparrot.0.9.0.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.8.2 [main]lib +blib/lib/libparrot.so.0.9.0 [main]lib compilers/imcc/imclexer.c [main] compilers/json/JSON.pbc [main] compilers/json/JSON/grammar.pbc [main] Modified: trunk/META.yml ============================================================================== --- trunk/META.yml (original) +++ trunk/META.yml Wed Jan 21 00:08:42 2009 @@ -4,7 +4,7 @@ # See http://module-build.sourceforge.net/META-spec-current.html for details. --- name: parrot -version: 0.8.2 +version: 0.9.0 author: [email protected] abstract: a virtual machine designed for dynamic languages license: artistic2 Modified: trunk/NEWS ============================================================================== --- trunk/NEWS (original) +++ trunk/NEWS Wed Jan 21 00:08:42 2009 @@ -1,6 +1,6 @@ # $Id$ -New in January 2009 release +New in January 2009 release (0.9.0) - Implementation + Implemented bytecode annotations + Role composition is now aware of multi-subs Modified: trunk/README ============================================================================== --- trunk/README (original) +++ trunk/README Wed Jan 21 00:08:42 2009 @@ -1,7 +1,7 @@ -This is Parrot, version 0.8.2 +This is Parrot, version 0.9.0 ------------------------------ -Parrot is Copyright (C) 2001-2008, The Perl Foundation. +Parrot is Copyright (C) 2001-2009, The Perl Foundation. $Id$ Modified: trunk/VERSION ============================================================================== --- trunk/VERSION (original) +++ trunk/VERSION Wed Jan 21 00:08:42 2009 @@ -1 +1 @@ -0.8.2 +0.9.0 Modified: trunk/docs/parrothist.pod ============================================================================== --- trunk/docs/parrothist.pod (original) +++ trunk/docs/parrothist.pod Wed Jan 21 00:08:42 2009 @@ -132,4 +132,6 @@ Whiteknight 0.8.2 2008-Dec-16 "Feliz Loro" + chromatic 0.9.0 2009-Jan-20 "From Outer Space" + =cut Modified: trunk/docs/project/release_manager_guide.pod ============================================================================== --- trunk/docs/project/release_manager_guide.pod (original) +++ trunk/docs/project/release_manager_guide.pod Wed Jan 21 00:08:42 2009 @@ -413,7 +413,8 @@ determined each month, and will depend on the features actually present in that release. - - January 20th, 2009 - chromatic + - February 17, 2009 - 0.9.1 + - March 17, 2009 - 1.0.0 =cut Modified: trunk/parrot.spec ============================================================================== --- trunk/parrot.spec (original) +++ trunk/parrot.spec Wed Jan 21 00:08:42 2009 @@ -1,5 +1,5 @@ Name: parrot -Version: 0.8.2 +Version: 0.9.0 Release: 1%{?dist} Summary: Parrot Virtual Machine License: Artistic 2.0 @@ -132,6 +132,9 @@ %{_libdir}/pkgconfig/* %changelog +* Tue Jan 20 2009 chromatic <[email protected]> 0.9.0 +- updated to 0.9.0 + * Tue Dec 16 2008 Whiteknight <[email protected]> 0.8.2 - updated to 0.8.2 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 Wed Jan 21 00:08:42 2009 @@ -1,9 +1,9 @@ { - "release.version" : "0.8.2", - "release.name" : "Feliz Loro", + "release.version" : "0.9.0", + "release.name" : "From Outer Space", "release.day" : "Tuesday", - "release.date" : "16 Dec 2008", - "release.nextdate" : "20 January 2009", + "release.date" : "20 January 2009", + "release.nextdate" : "17 February 2009", "web.root" : "http://parrotcode.org/", "web.source" : "source.html", @@ -11,10 +11,10 @@ "web.repository" : "https://svn.perl.org/parrot/trunk/", "bugday.day" : "Saturday", - "bugday.date" : "17 Jan 2009", + "bugday.date" : "14 Feb 2009", "wiki.root" : "http://www.perlfoundation.org/parrot/index.cgi?", - "wiki.bugday" : "bug_day_2009_01_17", + "wiki.bugday" : "bug_day_2009_02_14", "cpan.search" : "http://search.cpan.org/dist/parrot", "subversion.root" : "http://subversion.tigris.org/",