Skip to content

Commit

Permalink
Releasing 0.0.11
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@4116 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
hotsphink committed Sep 20, 2003
1 parent 896347a commit 733f1b1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DEVELOPING
@@ -1,4 +1,4 @@
LAST RELEASE: Parrot 0.0.10, 18 March 2003
LAST RELEASE: Parrot 0.0.11, 19 September 2003

This file should only exist in development distributions. Delete it
(and its entry in the MANIFEST) before packaging Parrot up for a CPAN
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
This is Parrot, version 0.0.10
This is Parrot, version 0.0.11
------------------------------

Parrot is Copyright (C) 2001-2003 The Perl Foundation. All Rights Reserved.
Expand Down
16 changes: 10 additions & 6 deletions RELEASE_INSTRUCTIONS
Expand Up @@ -4,12 +4,13 @@ To prepare a release:
couple days in advance, asking if there are any
showstopping bugs.

1. cvs update.
1. cvs update -dP

2. Update files with version-specific information:

a. Increment the version number in VERSION and
adjust IMCC_VERSION in languages/imcc/main.c.
a. Increment the version number in VERSION,
adjust IMCC_VERSION in languages/imcc/main.c,
and update VERSION in languages/perl6/perl6.

b. Change the information in DEVELOPING to reflect
this release's version number and date.
Expand All @@ -25,16 +26,19 @@ To prepare a release:

3. cvs commit.

5. make release
4. make release VERSION=<version>

6. untar parrot-<version>.tar.gz into another area
5. untar parrot-<version>.tar.gz into another area

7. Make sure everything works--Configure, make and
6. Make sure everything works--Configure, make and
make fulltest. Check the Tinderbox and make sure that
everything's green (or that any yellows and reds are
due to problems with the particular box, like a
botched compiler upgrade).

7. cvs tag RELEASE_a_b_c
where a.b.c is the version number

8. upload to CPAN.

9. Compose and send out the announcements--perl6-internals,
Expand Down
2 changes: 1 addition & 1 deletion RESPONSIBLE_PARTIES
Expand Up @@ -4,7 +4,7 @@ people with CVS commit access, just those who have an area they've
taken responsibility for.

Release pumpking Steve Fink
JIT Daniel Grunblatt
JIT Daniel Grunblatt, Leopold Toetsch
Configure Brent Dax
I/O Melvin Smith, Juergen Boemmels
Vtables David Lloyd
Expand Down
2 changes: 1 addition & 1 deletion TODO
Expand Up @@ -69,7 +69,7 @@ pdump

Stability
---------
Purify and other memory badness detectors
Purify, Valgrind, and other memory badness detectors

Performance
-----------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.0.10
0.0.11

0 comments on commit 733f1b1

Please sign in to comment.