Skip to content

Commit

Permalink
[release] Update the necessary bits for the 1.2.0 release.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@38954 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Infinoid committed May 20, 2009
1 parent 7fc1e6a commit 8b2c822
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 14 deletions.
4 changes: 4 additions & 0 deletions 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.
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.generated
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -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
Expand Down
23 changes: 23 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 2 additions & 0 deletions RESPONSIBLE_PARTIES
Expand Up @@ -25,6 +25,7 @@ Release Manager Bob Rogers
Andrew Whitworth
Klaas-Jan Stol
Francois Perrad
Mark Glines

Metacommitter Allison Randal
Jerry Gay
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.1.0
1.2.0
2 changes: 1 addition & 1 deletion docs/parrothist.pod
Expand Up @@ -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
1 change: 0 additions & 1 deletion docs/project/release_manager_guide.pod
Expand Up @@ -362,7 +362,6 @@ the 3rd Tuesday of each month.
The starred releases are Parrot's twice-yearly supported releases, see
F<docs/project/support_policy.pod>.

- May 19, 2009 - 1.2 - tewk
- June 16, 2009 - 1.3 - whiteknight
- July 21, 2009 - 1.4* - cotto
- August 18, 2009 - 1.5 - rgrjr
Expand Down
14 changes: 7 additions & 7 deletions tools/util/release.json
@@ -1,23 +1,23 @@
{
"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",
"web.openpatches" : "openpatches.html",
"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/"
}

0 comments on commit 8b2c822

Please sign in to comment.