Author: Whiteknight Date: Tue Dec 16 17:31:09 2008 New Revision: 34005 Modified: branches/RELEASE_0_8_2/CREDITS branches/RELEASE_0_8_2/ChangeLog branches/RELEASE_0_8_2/MANIFEST.generated branches/RELEASE_0_8_2/META.yml branches/RELEASE_0_8_2/NEWS branches/RELEASE_0_8_2/README branches/RELEASE_0_8_2/VERSION branches/RELEASE_0_8_2/docs/parrothist.pod branches/RELEASE_0_8_2/docs/project/release_manager_guide.pod branches/RELEASE_0_8_2/parrot.spec branches/RELEASE_0_8_2/t/native_pbc/integer_1.pbc branches/RELEASE_0_8_2/t/native_pbc/integer_2.pbc branches/RELEASE_0_8_2/t/native_pbc/integer_3.pbc branches/RELEASE_0_8_2/t/native_pbc/integer_4.pbc branches/RELEASE_0_8_2/t/native_pbc/number_1.pbc branches/RELEASE_0_8_2/t/native_pbc/number_2.pbc branches/RELEASE_0_8_2/t/native_pbc/number_3.pbc branches/RELEASE_0_8_2/t/native_pbc/number_4.pbc branches/RELEASE_0_8_2/t/native_pbc/number_5.pbc branches/RELEASE_0_8_2/t/native_pbc/string_1.pbc branches/RELEASE_0_8_2/t/native_pbc/string_2.pbc branches/RELEASE_0_8_2/tools/util/release.json
Log: Updating things for release Modified: branches/RELEASE_0_8_2/CREDITS ============================================================================== --- branches/RELEASE_0_8_2/CREDITS (original) +++ branches/RELEASE_0_8_2/CREDITS Tue Dec 16 17:31:09 2008 @@ -73,8 +73,9 @@ E: [email protected] N: Andrew Whitworth -D: PDD09 Garbage Collector +D: Internals development D: Documentation +D: Release manager for 0.8.2 E: [email protected] N: Andy Dougherty Modified: branches/RELEASE_0_8_2/ChangeLog ============================================================================== --- branches/RELEASE_0_8_2/ChangeLog (original) +++ branches/RELEASE_0_8_2/ChangeLog Tue Dec 16 17:31:09 2008 @@ -1,5 +1,9 @@ #1 $Id$ +2008.12.16 Whiteknight + * Released 0.8.2 + See NEWS for more. + 2008.11.18 chromatic * Released 0.8.1 See NEWS for more. Modified: branches/RELEASE_0_8_2/MANIFEST.generated ============================================================================== --- branches/RELEASE_0_8_2/MANIFEST.generated (original) +++ branches/RELEASE_0_8_2/MANIFEST.generated Tue Dec 16 17:31:09 2008 @@ -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.1.dylib [main]lib +blib/lib/libparrot.0.8.2.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.1 [main]lib +blib/lib/libparrot.so.0.8.2 [main]lib compilers/imcc/imclexer.c [main] compilers/json/JSON.pbc [main] compilers/json/JSON/grammar.pbc [main] Modified: branches/RELEASE_0_8_2/META.yml ============================================================================== --- branches/RELEASE_0_8_2/META.yml (original) +++ branches/RELEASE_0_8_2/META.yml Tue Dec 16 17:31:09 2008 @@ -4,7 +4,7 @@ # See http://module-build.sourceforge.net/META-spec-current.html for details. --- name: parrot -version: 0.8.1 +version: 0.8.2 author: [email protected] abstract: a virtual machine designed for dynamic languages license: artistic2 Modified: branches/RELEASE_0_8_2/NEWS ============================================================================== --- branches/RELEASE_0_8_2/NEWS (original) +++ branches/RELEASE_0_8_2/NEWS Tue Dec 16 17:31:09 2008 @@ -1,6 +1,6 @@ # $Id$ -New in December 2008 Release +New in 0.8.2 - Implementation + fixed lexical semantics + added the 'capture_lex' opcode Modified: branches/RELEASE_0_8_2/README ============================================================================== --- branches/RELEASE_0_8_2/README (original) +++ branches/RELEASE_0_8_2/README Tue Dec 16 17:31:09 2008 @@ -1,4 +1,4 @@ -This is Parrot, version 0.8.1 +This is Parrot, version 0.8.2 ------------------------------ Parrot is Copyright (C) 2001-2008, The Perl Foundation. Modified: branches/RELEASE_0_8_2/VERSION ============================================================================== --- branches/RELEASE_0_8_2/VERSION (original) +++ branches/RELEASE_0_8_2/VERSION Tue Dec 16 17:31:09 2008 @@ -1 +1 @@ -0.8.1 +0.8.2 Modified: branches/RELEASE_0_8_2/docs/parrothist.pod ============================================================================== --- branches/RELEASE_0_8_2/docs/parrothist.pod (original) +++ branches/RELEASE_0_8_2/docs/parrothist.pod Tue Dec 16 17:31:09 2008 @@ -44,90 +44,92 @@ =head1 THE RECORDS - Pump- Release Date Release name + Pump- Release Date Release name king =========================================================================== - Simon 0.0.1 2001-Sep-10 n/a - 0.0.2 2001-Oct-05 n/a - 0.0.3 2001-Dec-08 n/a - 0.0.4 2002-Mar-19 n/a + Simon 0.0.1 2001-Sep-10 n/a + 0.0.2 2001-Oct-05 n/a + 0.0.3 2001-Dec-08 n/a + 0.0.4 2002-Mar-19 n/a - Jeff 0.0.5 2002-Apr-16 n/a - 0.0.6 2002-Jun-04 n/a - 0.0.7 2002-Jul-18 "Percy" - 0.0.8 2002-Sep-01 "Octarine" - 0.0.8.1 2002-Sep-01 (bugfix release) + Jeff 0.0.5 2002-Apr-16 n/a + 0.0.6 2002-Jun-04 n/a + 0.0.7 2002-Jul-18 "Percy" + 0.0.8 2002-Sep-01 "Octarine" + 0.0.8.1 2002-Sep-01 (bugfix release) - Steve 0.0.9 2002-Dec-19 "Nazgul" - 0.0.10 2003-Mar-16 "Juice" - 0.0.11 2003-Sep-20 "Dubloon" - 0.0.11.2 2003-Sep-22 (bugfix release) + Steve 0.0.9 2002-Dec-19 "Nazgul" + 0.0.10 2003-Mar-16 "Juice" + 0.0.11 2003-Sep-20 "Dubloon" + 0.0.11.2 2003-Sep-22 (bugfix release) - Leo 0.0.13 2003-Oct-31 "Screaming Pumpkin" - 0.1.0 2004-Feb-29 "Leaping Kakapo" - 0.1.1 2004-Oct-09 "Poicephalus" - 0.1.2 2005-Mar-06 "Phoenix" - 0.2.0 2005-May-08 "NLnet" - 0.2.1 2005-Jun-04 "APW" - 0.2.2 2005-Jul-03 "Geeksunite" - 0.2.3 2005-Aug-05 "Serenity" - 0.3.0 2005-Oct-01 "Alex" - 0.3.1 2005-Nov-06 "Wart" - 0.4.0 2005-Dec-04 "Luthor" - 0.4.1 2006-Jan-08 "Foghorn Leghorn" - 0.4.2 2006-Feb-22 "GPW" - 0.4.3 2006-Apr-02 "Cold Conure" - 0.4.4 2006-May-14 "Feather" - 0.4.5 2006-Jun-19 n/a + Leo 0.0.13 2003-Oct-31 "Screaming Pumpkin" + 0.1.0 2004-Feb-29 "Leaping Kakapo" + 0.1.1 2004-Oct-09 "Poicephalus" + 0.1.2 2005-Mar-06 "Phoenix" + 0.2.0 2005-May-08 "NLnet" + 0.2.1 2005-Jun-04 "APW" + 0.2.2 2005-Jul-03 "Geeksunite" + 0.2.3 2005-Aug-05 "Serenity" + 0.3.0 2005-Oct-01 "Alex" + 0.3.1 2005-Nov-06 "Wart" + 0.4.0 2005-Dec-04 "Luthor" + 0.4.1 2006-Jan-08 "Foghorn Leghorn" + 0.4.2 2006-Feb-22 "GPW" + 0.4.3 2006-Apr-02 "Cold Conure" + 0.4.4 2006-May-14 "Feather" + 0.4.5 2006-Jun-19 n/a - Chip 0.4.6 2006-Aug-08 n/a - 0.4.7 2006-Nov-14 "Caique" + Chip 0.4.6 2006-Aug-08 n/a + 0.4.7 2006-Nov-14 "Caique" - Jerry 0.4.8b 2007-Jan-16 "Eponymous" + Jerry 0.4.8b 2007-Jan-16 "Eponymous" - Patrick 0.4.9 2007-Feb-22 "Socorro" + Patrick 0.4.9 2007-Feb-22 "Socorro" - 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" + Matt 0.4.11 2007-Apr-17 "Tax Bird" - chromatic 0.4.12 2007-May-15 "Of The Caribbean" + chromatic 0.4.12 2007-May-15 "Of The Caribbean" - Allison 0.4.13 2007-Jun-19 "Clifton" + Allison 0.4.13 2007-Jun-19 "Clifton" - Jerry 0.4.14 2007-Jul-17 "Now, with Seat Belts!" + Jerry 0.4.14 2007-Jul-17 "Now, with Seat Belts!" - Patrick 0.4.15 2007-Aug-22 "Augean Stable" + Patrick 0.4.15 2007-Aug-22 "Augean Stable" - Jerry 0.4.16 2007-Sep-18 "A Farewell to Alex" + Jerry 0.4.16 2007-Sep-18 "A Farewell to Alex" - Will 0.4.17 2007-Oct-17 "Two for Finching" + Will 0.4.17 2007-Oct-17 "Two for Finching" - chromatic 0.5.0 2007-Nov-20 "Caulked Snack" + chromatic 0.5.0 2007-Nov-20 "Caulked Snack" - Jonathan 0.5.1 2007-Dec-18 "Hatachi" + Jonathan 0.5.1 2007-Dec-18 "Hatachi" - Bob 0.5.2 2008-Jan-15 "P.e. nipalensis" + Bob 0.5.2 2008-Jan-15 "P.e. nipalensis" - Patrick 0.5.3 2008-Feb-20 "Way of the Parrot" + Patrick 0.5.3 2008-Feb-20 "Way of the Parrot" - Barney 0.6.0 2008-Mar-18 "P&P" + Barney 0.6.0 2008-Mar-18 "P&P" - Jerry 0.6.1 2008-Apr-15 "Bird of Paradise" + Jerry 0.6.1 2008-Apr-15 "Bird of Paradise" - chromatic 0.6.2 2008-May-20 "Reverse Sublimation" + chromatic 0.6.2 2008-May-20 "Reverse Sublimation" - smash 0.6.3 2008-Jun-17 "Beautiful Parrot" + smash 0.6.3 2008-Jun-17 "Beautiful Parrot" - Barney 0.6.4 2008-Jul-15 "St. Vincent Amazon" + Barney 0.6.4 2008-Jul-15 "St. Vincent Amazon" - Bob 0.7.0 2008-Aug-19 "Severe Macaw" + Bob 0.7.0 2008-Aug-19 "Severe Macaw" - Patrick 0.7.1 2008-Sep-16 "Manu Aloha" + Patrick 0.7.1 2008-Sep-16 "Manu Aloha" - particle 0.8.0 2008-Oct-21 "Pareto Principle" + particle 0.8.0 2008-Oct-21 "Pareto Principle" - chromatic 0.8.1 2008-Nov-18 "Tio Richie" + chromatic 0.8.1 2008-Nov-18 "Tio Richie" + + Whiteknight 0.8.2 2008-Dec-16 "Feliz Loro" =cut Modified: branches/RELEASE_0_8_2/docs/project/release_manager_guide.pod ============================================================================== --- branches/RELEASE_0_8_2/docs/project/release_manager_guide.pod (original) +++ branches/RELEASE_0_8_2/docs/project/release_manager_guide.pod Tue Dec 16 17:31:09 2008 @@ -403,7 +403,6 @@ determined each month, and will depend on the features actually present in that release. - - December 16th, 2008 - Andrew Whitworth - January 20th, 2009 - chromatic =cut Modified: branches/RELEASE_0_8_2/parrot.spec ============================================================================== --- branches/RELEASE_0_8_2/parrot.spec (original) +++ branches/RELEASE_0_8_2/parrot.spec Tue Dec 16 17:31:09 2008 @@ -1,5 +1,5 @@ Name: parrot -Version: 0.8.1 +Version: 0.8.2 Release: 1%{?dist} Summary: Parrot Virtual Machine License: Artistic 2.0 @@ -132,6 +132,9 @@ %{_libdir}/pkgconfig/* %changelog +* Tue Dec 16 2008 Whiteknight <[email protected]> 0.8.2 +- updated to 0.8.2 + * Tue Nov 18 2008 chromatic <[email protected]> 0.8.1 - updated to 0.8.1 Modified: branches/RELEASE_0_8_2/t/native_pbc/integer_1.pbc ============================================================================== Binary files. No diff available. Modified: branches/RELEASE_0_8_2/t/native_pbc/integer_2.pbc ============================================================================== Binary files. No diff available. Modified: branches/RELEASE_0_8_2/t/native_pbc/integer_3.pbc ============================================================================== Binary files. No diff available. Modified: branches/RELEASE_0_8_2/t/native_pbc/integer_4.pbc ============================================================================== Binary files. No diff available. Modified: branches/RELEASE_0_8_2/t/native_pbc/number_1.pbc ============================================================================== Binary files. No diff available. Modified: branches/RELEASE_0_8_2/t/native_pbc/number_2.pbc ============================================================================== Binary files. No diff available. Modified: branches/RELEASE_0_8_2/t/native_pbc/number_3.pbc ============================================================================== Binary files. No diff available. Modified: branches/RELEASE_0_8_2/t/native_pbc/number_4.pbc ============================================================================== Binary files. No diff available. Modified: branches/RELEASE_0_8_2/t/native_pbc/number_5.pbc ============================================================================== Binary files. No diff available. Modified: branches/RELEASE_0_8_2/t/native_pbc/string_1.pbc ============================================================================== Binary files. No diff available. Modified: branches/RELEASE_0_8_2/t/native_pbc/string_2.pbc ============================================================================== Binary files. No diff available. Modified: branches/RELEASE_0_8_2/tools/util/release.json ============================================================================== --- branches/RELEASE_0_8_2/tools/util/release.json (original) +++ branches/RELEASE_0_8_2/tools/util/release.json Tue Dec 16 17:31:09 2008 @@ -1,9 +1,9 @@ { - "release.version" : "0.8.1", - "release.name" : "Tio Richie", + "release.version" : "0.8.2", + "release.name" : "Feliz Loro", "release.day" : "Tuesday", - "release.date" : "18 Nov 2008", - "release.nextdate" : "16 Dec 2008", + "release.date" : "16 Dec 2008", + "release.nextdate" : "20 January 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" : "13 Dec 2008", + "bugday.date" : "17 Jan 2009", "wiki.root" : "http://www.perlfoundation.org/parrot/index.cgi?", - "wiki.bugday" : "bug_day_2008_12_13", + "wiki.bugday" : "bug_day_2009_01_17", "cpan.search" : "http://search.cpan.org/dist/parrot", "subversion.root" : "http://subversion.tigris.org/",
