Skip to content

Commit

Permalink
various updates to prepare for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed Jan 18, 2011
1 parent 59ec665 commit 994be38
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 15 deletions.
8 changes: 6 additions & 2 deletions ChangeLog
@@ -1,8 +1,12 @@
#1 $Id$

2011.01.18 cotto
* Released 3.0.0
See NEWS for more.

2010.12.21 Whiteknight
* Released 2.11.0
See NEWS for more.
* Released 2.11.0
See NEWS for more.

2010.11.16 tcurtis
* Released 2.10.0
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.generated
@@ -1,11 +1,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.2.11.0.dylib [main]lib
blib/lib/libparrot.3.0.0.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.2.11.0 [main]lib
blib/lib/libparrot.so.3.0.0 [main]lib
compilers/data_json/data_json.pbc [data_json]
config/gen/call_list/opengl.in []
docs/ops/bit.pod [doc]
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
This is Parrot, version 2.11.0
This is Parrot, version 3.0.0
------------------------------

Parrot is Copyright (C) 2001-2011, Parrot Foundation.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.11.0
3.0.0
2 changes: 2 additions & 0 deletions docs/parrothist.pod
Expand Up @@ -121,4 +121,6 @@ Starred release numbers indicate supported releases.
Gerd 2.10.1 2010-Nov-18 (bugfix release)
Whiteknight 2.11.0 2010-Dec-21 "At The ROFLBBQ"

cotto 3.0.0 * 2011-Jan-18 "Beef Stew"

=cut
3 changes: 1 addition & 2 deletions docs/project/release_manager_guide.pod
Expand Up @@ -59,7 +59,7 @@ Make sure you have the most recent version of the master branch:
Also be sure you do not have any local commits that have not yet
been pushed out and tested thoroughly. You can check for this with

git log ..origin/master
git log origin/master..

If there is no output from that command, then your local master
and the master on origin are in sync.
Expand Down Expand Up @@ -429,7 +429,6 @@ The calendar of releases is available at the comp.lang.parrot google calendar,
visible at
L<http://www.google.com/calendar/render?cid=ldhctdamsgfg5a1cord52po9h8@group.calendar.google.com>.

- Jan 18, 2011 - 3.0* - cotto
- Feb 15, 2011 - 3.1 - mikehh
- Mar 15, 2011 - 3.2 - gerd
- Apr 19, 2011 - 3.3* - ??
Expand Down
14 changes: 7 additions & 7 deletions tools/release/release.json
@@ -1,9 +1,9 @@
{
"release.version" : "2.11.0",
"release.name" : "At The ROFLBBQ",
"release.version" : "3.0.0",
"release.name" : "Beef Stew",
"release.day" : "Tuesday",
"release.date" : "21 December 2010",
"release.nextdate" : "18 January 2011",
"release.date" : "18 January 2011",
"release.nextdate" : "15 February 2011",

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

"bugday.day" : "Saturday",
"bugday.date" : "16 January 2011",
"bugday.date" : "12 February 2011",

"wiki.root" : "https://trac.parrot.org/parrot/wiki/",
"wiki.bugday" : "bug_day_2011_01_16",
"wiki.bugday" : "bug_day_2011_02_12",

"ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/2.11.0/",
"ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/stable/3.0.0/",
}

0 comments on commit 994be38

Please sign in to comment.