Skip to content

Commit

Permalink
Prepare for the 5.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Util committed Mar 24, 2013
1 parent 5120d02 commit dfc3d7c
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 11 deletions.
16 changes: 15 additions & 1 deletion ChangeLog
@@ -1,10 +1,24 @@
2013-03-19 release 5.2.0
2013-04-16 release 5.3.0
- Core
- Build
- Documentation
- Tests
- Community

2013-03-19 release 5.2.0
- Core
+ IO now only syncs buffers for the IO types where syncing makes sense.
= PIO_VF_SYNC_IO flag added
- Build
+ installable_pdump now has the correct rpath (blib corrected to lib).
- Libraries
+ Tcl/Glob.pir has been removed. (PGE/Glob.pir remains intact)
- Ecosystem
+ All Parrot tarballs are now symlinked to the 'all' directory,
regardless of their true homes ('devel' or 'stable'), to better
allow for automated downloads.
ftp://ftp.parrot.org/pub/parrot/releases/all/

2013-02-19 release 5.1.0
- Core
+ The .sort() method was added to the FixedFloatArray PMC
Expand Down
2 changes: 1 addition & 1 deletion README.pod
Expand Up @@ -4,7 +4,7 @@

=head1 NAME

README.pod - Readme to Parrot, version 5.1.0.
README.pod - Readme to Parrot, version 5.2.0.

=head1 DESCRIPTION

Expand Down
1 change: 1 addition & 0 deletions RESPONSIBLE_PARTIES
Expand Up @@ -39,6 +39,7 @@ Release Manager Bob Rogers
Kevin Polulak
Alvis Yardley
Reini Urban
Bruce Gray

Metacommitter Allison Randal
Jerry Gay
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
5.1.0
5.2.0
1 change: 1 addition & 0 deletions docs/parrothist.pod
Expand Up @@ -157,5 +157,6 @@ Starred release numbers indicate supported releases.

dukeleto 5.0.0 * 2013-Jan-17 "Johnny Five Alive"
Util 5.1.0 2013-Feb-19 "Zombie Parrot"
Util 5.2.0 2013-Mar-19 "Stuffed Parrot"

=cut
2 changes: 1 addition & 1 deletion docs/project/release_manager_guide.pod
Expand Up @@ -563,9 +563,9 @@ The calendar of releases is available at the C<comp.lang.parrot> Google
calendar, visible at
L<http://www.google.com/calendar/render?cid=ldhctdamsgfg5a1cord52po9h8@group.calendar.google.com>.

- Mar 19, 2013 - 5.2.0 - Util
- Apr 16, 2013 - 5.3.0 - ??
- May 21, 2013 - 5.4.0 - ??
- Jun 18, 2013 - 5.5.0 - ??

=cut

Expand Down
14 changes: 7 additions & 7 deletions tools/release/release.json
@@ -1,20 +1,20 @@
{
"release.version" : "5.1.0",
"release.name" : "Zombie Parrot",
"release.version" : "5.2.0",
"release.name" : "Stuffed Parrot",
"release.day" : "Tuesday",
"release.nextdate" : "19 Mar 2013",
"release.nextdate" : "16 Apr 2013",

"web.root" : "http://parrot.org/",
"web.source" : "download",
"web.openpatches" : "openpatches.html",
"web.repository" : "https://github.com/parrot/parrot",
"web.org_root" : "https://github.com/parrot",
"web.org_root" : "https://github.com/parrot",

"bugday.day" : "Saturday",
"bugday.date" : "16 March 2013",
"bugday.date" : "13 April 2013",

"wiki.root" : "https://github.com/parrot/parrot/wiki",
"wiki.bugday" : "bug_day_2013_03_16",
"wiki.bugday" : "bug_day_2013_04_13",

"ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/supported/5.1.0/"
"ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/5.2.0/"
}

0 comments on commit dfc3d7c

Please sign in to comment.