[svn:parrot] r42558 - in trunk: . docs docs/project tools/util
barney at svn.parrot.org
barney at svn.parrot.org
Tue Nov 17 16:01:36 UTC 2009
Author: barney
Date: Tue Nov 17 16:01:32 2009
New Revision: 42558
URL: https://trac.parrot.org/parrot/changeset/42558
Log:
[release] Prepare for Parrot 1.8.0
Modified:
trunk/CREDITS
trunk/ChangeLog
trunk/MANIFEST.generated
trunk/META.yml
trunk/README
trunk/VERSION
trunk/docs/parrothist.pod
trunk/docs/project/release_manager_guide.pod
trunk/tools/util/release.json
Modified: trunk/CREDITS
==============================================================================
--- trunk/CREDITS Tue Nov 17 14:29:29 2009 (r42557)
+++ trunk/CREDITS Tue Nov 17 16:01:32 2009 (r42558)
@@ -149,13 +149,11 @@
N: Bernhard Schmalhofer
U: bernhard
-D: Bugfixes
D: Eclectus, Scheme on Parrot
D: Parrot m4
D: Pipp, PHP on Parrot
D: HQ9plus
-D: Release manager for Parrot 0.6.0 and Parrot 0.6.4
-D: Tests for languages/lisp
+D: Release manager for Parrot 0.6.0, Parrot 0.6.4, and Parrot 1.8.0
E: Bernhard.Schmalhofer at gmx.de
N: Bob Diertens
Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog Tue Nov 17 14:29:29 2009 (r42557)
+++ trunk/ChangeLog Tue Nov 17 16:01:32 2009 (r42558)
@@ -1,5 +1,9 @@
#1 $Id$
+2009.10.20 barney
+ * Released 1.8.0
+ See NEWS for more.
+
2009.10.20 dukeleto
* Released 1.7.0
See NEWS for more.
Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated Tue Nov 17 14:29:29 2009 (r42557)
+++ trunk/MANIFEST.generated Tue Nov 17 16:01:32 2009 (r42558)
@@ -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.7.0.dylib [main]lib
+blib/lib/libparrot.1.8.0.dylib [main]lib
blib/lib/libparrot.a [main]lib
blib/lib/libparrot.dylib [main]lib
-blib/lib/libparrot.so.1.7.0 [main]lib
+blib/lib/libparrot.so.1.8.0 [main]lib
blib/lib/libparrot.so [main]lib
compilers/data_json/data_json.pbc [data_json]
compilers/json/JSON.pbc [json]
Modified: trunk/META.yml
==============================================================================
--- trunk/META.yml Tue Nov 17 14:29:29 2009 (r42557)
+++ trunk/META.yml Tue Nov 17 16:01:32 2009 (r42558)
@@ -4,7 +4,7 @@
# See http://module-build.sourceforge.net/META-spec-current.html for details.
---
name: parrot
-version: 1.7.0
+version: 1.8.0
author: parrot-dev at lists.parrot.org
abstract: a virtual machine designed for dynamic languages
license: artistic2
Modified: trunk/README
==============================================================================
--- trunk/README Tue Nov 17 14:29:29 2009 (r42557)
+++ trunk/README Tue Nov 17 16:01:32 2009 (r42558)
@@ -1,4 +1,4 @@
-This is Parrot, version 1.7.0
+This is Parrot, version 1.8.0
------------------------------
Parrot is Copyright (C) 2001-2009, Parrot Foundation.
Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION Tue Nov 17 14:29:29 2009 (r42557)
+++ trunk/VERSION Tue Nov 17 16:01:32 2009 (r42558)
@@ -1 +1 @@
-1.7.0
+1.8.0
Modified: trunk/docs/parrothist.pod
==============================================================================
--- trunk/docs/parrothist.pod Tue Nov 17 14:29:29 2009 (r42557)
+++ trunk/docs/parrothist.pod Tue Nov 17 16:01:32 2009 (r42558)
@@ -96,5 +96,6 @@
Whiteknight 1.5.0 2009-Aug-18 "TEH PARROTZ!"
Jerry 1.6.0 2009-Sep-15 "half-pie"
dukeleto 1.7.0 2009-Oct-20 "African Grey"
+ Barney 1.8.0 2009-Nov-17 "Zygodactyly"
=cut
Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod Tue Nov 17 14:29:29 2009 (r42557)
+++ trunk/docs/project/release_manager_guide.pod Tue Nov 17 16:01:32 2009 (r42558)
@@ -25,11 +25,12 @@
Also ask people to review the tickets targeted for the upcoming release
L<https://trac.parrot.org/parrot/roadmap>.
-Make sure your ssh keys have been added to the FTP server ftp-osl.osuosl.org.
-The key need to be there, so you'll be able to ship the release.
-Also set up your account on L<http://www.parrot.org/> and ask an existing release
+Make sure your ssh key have been added to the FTP server ftp-osl.osuosl.org.
+Without the key you won't be able to ship the release.
+
+Set up your account on L<http://www.parrot.org/> and ask an previous release
manager to provide you with editor privileges if you don't already have them.
-Any previous release manager can help.
+Any previous release manager should be able to help.
A couple of days in advance: announce the new release to
parrot-dev at lists.parrot.org and to the IRC channel #parrot. Ask whether
@@ -51,6 +52,7 @@
=item 1.
+The day of the release has come.
Make sure you're up to date:
$ svn update
@@ -389,7 +391,6 @@
visible at
L<http://www.google.com/calendar/render?cid=ldhctdamsgfg5a1cord52po9h8@group.calendar.google.com>.
- - Nov 17, 2009 - 1.8 - bernhard
- Dec 15, 2009 - 1.9 - gerd
- Jan 19, 2010 - 2.0* - chromatic
- Feb 16, 2010 - 2.1 - darbelo
Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json Tue Nov 17 14:29:29 2009 (r42557)
+++ trunk/tools/util/release.json Tue Nov 17 16:01:32 2009 (r42558)
@@ -1,9 +1,9 @@
{
- "release.version" : "1.7.0",
- "release.name" : "African Grey",
+ "release.version" : "1.8.0",
+ "release.name" : "Zygodactyly",
"release.day" : "Tuesday",
- "release.date" : "20 October 2009",
- "release.nextdate" : "17 November 2009",
+ "release.date" : "17 November 2009",
+ "release.nextdate" : "15 December 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" : "17 October 2009",
+ "bugday.date" : "12 December 2009",
"wiki.root" : "https://trac.parrot.org/parrot/wiki/",
- "wiki.bugday" : "bug_day_2009_10_17",
+ "wiki.bugday" : "bug_day_2009_12_15",
"cpan.search" : "http://search.cpan.org/dist/parrot",
- "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/1.7.0/",
+ "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/1.8.0/",
"subversion.root" : "http://subversion.tigris.org/",
"svk.root" : "http://svk.bestpractical.com/"
}
More information about the parrot-commits
mailing list