Skip to content

Commit

Permalink
Prepare for the 5.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Util committed Apr 17, 2013
1 parent 94ba01e commit 8874a86
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ E: bruce.gray@acm.org
D: Improvements to Config, Build, and Test sub-systems. D: Improvements to Config, Build, and Test sub-systems.
D: Cage cleaning, codingstd, warnings, and doc corrections. D: Cage cleaning, codingstd, warnings, and doc corrections.
D: Win32 platform fixes. D: Win32 platform fixes.
D: Release manager for 5.1.0 D: Release manager (5.1.0 - 5.3.0)
S: Auburn, AL, USA S: Auburn, AL, USA


N: Bryan C. Warnock N: Bryan C. Warnock
Expand Down
15 changes: 14 additions & 1 deletion ChangeLog
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,23 @@
2013-04-16 release 5.3.0 2013-05-21 release 5.4.0
- Core - Core
- Build - Build
- Documentation - Documentation
- Tests - Tests
- Community - Community


2013-04-16 release 5.3.0
- Build
+ Files generated by `make cover` are now correctly cleaned by `make`
and ignored by `git`.
- Tests
+ Internal testing of the Configure probe for Fink now works correctly
with the --verbose flag.
+ Tests added for .sort method of ResizableFloatArray and
ResizableIntegerArray. [GH #926], [GH #927]
+ Benchmarks added for .sort methods of various Array objects.
[GH #175]
+ Coverage analysis added for pbc_disassemble.

2013-03-19 release 5.2.0 2013-03-19 release 5.2.0
- Core - Core
+ IO now only syncs buffers for the IO types where syncing makes sense. + IO now only syncs buffers for the IO types where syncing makes sense.
Expand Down
2 changes: 1 addition & 1 deletion README.pod
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


=head1 NAME =head1 NAME


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


=head1 DESCRIPTION =head1 DESCRIPTION


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
5.2.0 5.3.0
1 change: 1 addition & 0 deletions docs/parrothist.pod
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -158,5 +158,6 @@ Starred release numbers indicate supported releases.
dukeleto 5.0.0 * 2013-Jan-17 "Johnny Five Alive" dukeleto 5.0.0 * 2013-Jan-17 "Johnny Five Alive"
Util 5.1.0 2013-Feb-19 "Zombie Parrot" Util 5.1.0 2013-Feb-19 "Zombie Parrot"
Util 5.2.0 2013-Mar-19 "Stuffed Parrot" Util 5.2.0 2013-Mar-19 "Stuffed Parrot"
Util 5.3.0 2013-Apr-16 "W00tstock Parrot"


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


- Apr 16, 2013 - 5.3.0 - Util
- May 21, 2013 - 5.4.0 - ?? - May 21, 2013 - 5.4.0 - ??
- Jun 18, 2013 - 5.5.0 - ?? - Jun 18, 2013 - 5.5.0 - ??
- Jul 16, 2013 - Jul 16, 2013 - 5.6.0 - ??
- Aug 20, 2013 - Aug 20, 2013
- Sep 17, 2013 - Sep 17, 2013
- Oct 15, 2013 - Oct 15, 2013
Expand Down
12 changes: 6 additions & 6 deletions tools/release/release.json
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,8 @@
{ {
"release.version" : "5.2.0", "release.version" : "5.3.0",
"release.name" : "Stuffed Parrot", "release.name" : "W00tstock Parrot",
"release.day" : "Tuesday", "release.day" : "Tuesday",
"release.nextdate" : "16 Apr 2013", "release.nextdate" : "21 May 2013",


"web.root" : "http://parrot.org/", "web.root" : "http://parrot.org/",
"web.source" : "download", "web.source" : "download",
Expand All @@ -11,10 +11,10 @@
"web.org_root" : "https://github.com/parrot", "web.org_root" : "https://github.com/parrot",


"bugday.day" : "Saturday", "bugday.day" : "Saturday",
"bugday.date" : "13 April 2013", "bugday.date" : "18 May 2013",


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


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

0 comments on commit 8874a86

Please sign in to comment.