diff --git a/ChangeLog b/ChangeLog index 2b86b326ba..6b6366eef2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ #1 $Id$ +2009.05.19 Infinoid + * Released 1.2.0 + See NEWS for more. + 2009.04.21 fperrad * Released 1.1.0 See NEWS for more. diff --git a/MANIFEST.generated b/MANIFEST.generated index e9189895c0..2acdf97e2e 100644 --- a/MANIFEST.generated +++ b/MANIFEST.generated @@ -2,10 +2,10 @@ # 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.1.1.0.dylib [main]lib +blib/lib/libparrot.1.2.0.dylib [main]lib blib/lib/libparrot.a [main]lib blib/lib/libparrot.dylib [main]lib -blib/lib/libparrot.so.1.1.0 [main]lib +blib/lib/libparrot.so.1.2.0 [main]lib blib/lib/libparrot.so [main]lib compilers/json/JSON/grammar.pbc [json] compilers/json/JSON.pbc [json] diff --git a/META.yml b/META.yml index 64444d7f8f..afc8bbc270 100644 --- a/META.yml +++ b/META.yml @@ -4,7 +4,7 @@ # See http://module-build.sourceforge.net/META-spec-current.html for details. --- name: parrot -version: 1.1.0 +version: 1.2.0 author: parrot-dev@lists.parrot.org abstract: a virtual machine designed for dynamic languages license: artistic2 diff --git a/NEWS b/NEWS index 8771888a52..b7d3d93254 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,28 @@ # $Id$ +New in 1.2.0 +- Core + + Fixes for pir classes inheriting from core pmcs. + + Cleaned up headers and reorganized some sources into subsystem directories. + + Clean up PMCs so libparrot.so exports far fewer vtable/method symbols. + + Clean up the GC API. + + Several unicode identifier improvements in IMCC. +- Deprecations + + Protoobject stringification is gone. +- Documentation + + Rewrite several core documents. + + Many reworks, improvements & additions to the Parrot Book. + + Installation PDD is launched out of draft. +- Tools + + Fixes for running the language shell generator outside the parrot tree. + + Several fixes for developing and building HLLs from an installed parrot. + + Configure.pl now has a --no-line-directives option to ease source level debugging. +- Miscellaneous + + Portability updates for macports, netbsd, mingw32, hpux. + + Several (build time, runtime) performance improvements. + + Lots of updates to examples and tests. + + Various bugfixes, code cleanups, and coding standard fixes. + New in 1.1.0 - Core + Added op: load_language, find_caller_lex diff --git a/README b/README index b0c7c43575..51de141b2e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is Parrot, version 1.1.0 +This is Parrot, version 1.2.0 ------------------------------ Parrot is Copyright (C) 2001-2009, Parrot Foundation. diff --git a/RESPONSIBLE_PARTIES b/RESPONSIBLE_PARTIES index 3d0e1fd05f..d64c3f1565 100644 --- a/RESPONSIBLE_PARTIES +++ b/RESPONSIBLE_PARTIES @@ -25,6 +25,7 @@ Release Manager Bob Rogers Andrew Whitworth Klaas-Jan Stol Francois Perrad + Mark Glines Metacommitter Allison Randal Jerry Gay @@ -47,6 +48,7 @@ Core Developer Jonathan Worthington Christoph Otto Julian Albo Mark Glines + Vasily Chekalkin Compiler Developer Patrick Michaud (PGE, PCT) Allison Randal (TGE) diff --git a/VERSION b/VERSION index 9084fa2f71..26aaba0e86 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0 diff --git a/docs/parrothist.pod b/docs/parrothist.pod index 64d716393d..67430c9be7 100644 --- a/docs/parrothist.pod +++ b/docs/parrothist.pod @@ -89,7 +89,7 @@ Francois Perrad. kjs 0.9.1 2009-Feb-17 "Final Countdown" Allison 1.0.0 2009-Mar-17 "Haru Tatsu" - Francois 1.1.0 2009-Apr-21 "Half-moon Conure" + Infinoid 1.2.0 2009-May-19 "Bird Brain" =cut diff --git a/docs/project/release_manager_guide.pod b/docs/project/release_manager_guide.pod index e24f65baa7..e95ac93b24 100644 --- a/docs/project/release_manager_guide.pod +++ b/docs/project/release_manager_guide.pod @@ -362,7 +362,6 @@ the 3rd Tuesday of each month. The starred releases are Parrot's twice-yearly supported releases, see F. - - May 19, 2009 - 1.2 - tewk - June 16, 2009 - 1.3 - whiteknight - July 21, 2009 - 1.4* - cotto - August 18, 2009 - 1.5 - rgrjr diff --git a/tools/util/release.json b/tools/util/release.json index 586d1e85a3..8e0801c431 100644 --- a/tools/util/release.json +++ b/tools/util/release.json @@ -1,9 +1,9 @@ { - "release.version" : "1.1.0", - "release.name" : "Half-moon Conure", + "release.version" : "1.2.0", + "release.name" : "Bird Brain", "release.day" : "Tuesday", - "release.date" : "21 April 2009", - "release.nextdate" : "19 May 2009", + "release.date" : "19 May 2009", + "release.nextdate" : "16 June 2009", "web.root" : "http://parrot.org/", "web.source" : "download", @@ -11,13 +11,13 @@ "web.repository" : "https://svn.parrot.org/parrot/trunk/", "bugday.day" : "Saturday", - "bugday.date" : "16 May 2009", + "bugday.date" : "13 June 2009", "wiki.root" : "https://trac.parrot.org/parrot/wiki/", - "wiki.bugday" : "bug_day_2009_05_16", + "wiki.bugday" : "bug_day_2009_06_13", "cpan.search" : "http://search.cpan.org/dist/parrot", - "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/1.1.0/", + "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/1.2.0/", "subversion.root" : "http://subversion.tigris.org/", "svk.root" : "http://svk.bestpractical.com/" }