Author: rgrjr
Date: Tue Aug 19 09:06:13 2008
New Revision: 30346

Modified:
   branches/RELEASE_0_7_0/ChangeLog
   branches/RELEASE_0_7_0/MANIFEST.generated
   branches/RELEASE_0_7_0/META.yml
   branches/RELEASE_0_7_0/README
   branches/RELEASE_0_7_0/VERSION
   branches/RELEASE_0_7_0/docs/parrothist.pod
   branches/RELEASE_0_7_0/docs/project/release_manager_guide.pod
   branches/RELEASE_0_7_0/parrot.spec
   branches/RELEASE_0_7_0/t/native_pbc/integer_1.pbc
   branches/RELEASE_0_7_0/t/native_pbc/integer_2.pbc
   branches/RELEASE_0_7_0/t/native_pbc/integer_3.pbc
   branches/RELEASE_0_7_0/t/native_pbc/integer_4.pbc
   branches/RELEASE_0_7_0/t/native_pbc/number_1.pbc
   branches/RELEASE_0_7_0/t/native_pbc/number_2.pbc
   branches/RELEASE_0_7_0/t/native_pbc/number_3.pbc
   branches/RELEASE_0_7_0/t/native_pbc/number_4.pbc
   branches/RELEASE_0_7_0/t/native_pbc/number_5.pbc
   branches/RELEASE_0_7_0/t/native_pbc/string_1.pbc
   branches/RELEASE_0_7_0/t/native_pbc/string_2.pbc
   branches/RELEASE_0_7_0/tools/util/release.json

Log:
Update version numbers etc. for Parrot release 0.7.0 "Severe Macaw".


Modified: branches/RELEASE_0_7_0/ChangeLog
==============================================================================
--- branches/RELEASE_0_7_0/ChangeLog    (original)
+++ branches/RELEASE_0_7_0/ChangeLog    Tue Aug 19 09:06:13 2008
@@ -1,5 +1,9 @@
 #1 $Id$
 
+2008.08.19    rgrjr
+       * Released 0.7.0
+       See NEWS for more.
+
 2008.07.15    barney
        * Released 0.6.4
        See NEWS for more.

Modified: branches/RELEASE_0_7_0/MANIFEST.generated
==============================================================================
--- branches/RELEASE_0_7_0/MANIFEST.generated   (original)
+++ branches/RELEASE_0_7_0/MANIFEST.generated   Tue Aug 19 09:06:13 2008
@@ -2,11 +2,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.0.6.4.dylib                    [main]lib
+blib/lib/libparrot.0.7.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.0.6.4                       [main]lib
+blib/lib/libparrot.so.0.7.0                       [main]lib
 compilers/imcc/imclexer.c                         [main]
 compilers/json/JSON.pbc                           [main]
 compilers/json/JSON/grammar.pbc                   [main]

Modified: branches/RELEASE_0_7_0/META.yml
==============================================================================
--- branches/RELEASE_0_7_0/META.yml     (original)
+++ branches/RELEASE_0_7_0/META.yml     Tue Aug 19 09:06:13 2008
@@ -4,7 +4,7 @@
 # See http://module-build.sourceforge.net/META-spec-current.html for details.
 ---
 name: parrot
-version: 0.6.4
+version: 0.7.0
 author: [EMAIL PROTECTED]
 abstract: a virtual machine designed for dynamic languages
 license: artistic2

Modified: branches/RELEASE_0_7_0/README
==============================================================================
--- branches/RELEASE_0_7_0/README       (original)
+++ branches/RELEASE_0_7_0/README       Tue Aug 19 09:06:13 2008
@@ -1,4 +1,4 @@
-This is Parrot, version 0.6.4
+This is Parrot, version 0.7.0
 ------------------------------
 
 Parrot is Copyright (C) 2001-2008, The Perl Foundation.
@@ -96,7 +96,7 @@
 
 If you want to install Parrot into a non-standard location use:
 
-    perl Configure.pl --prefix=/Users/foo/parrot-0.6.4
+    perl Configure.pl --prefix=/Users/foo/parrot-0.7.0
     make install
 
 But please note that dynamic libs will not be found for non-standard

Modified: branches/RELEASE_0_7_0/VERSION
==============================================================================
--- branches/RELEASE_0_7_0/VERSION      (original)
+++ branches/RELEASE_0_7_0/VERSION      Tue Aug 19 09:06:13 2008
@@ -1 +1 @@
-0.6.4
+0.7.0

Modified: branches/RELEASE_0_7_0/docs/parrothist.pod
==============================================================================
--- branches/RELEASE_0_7_0/docs/parrothist.pod  (original)
+++ branches/RELEASE_0_7_0/docs/parrothist.pod  Tue Aug 19 09:06:13 2008
@@ -122,4 +122,6 @@
 
  Barney    0.6.4          2008-Jul-15     "St. Vincent Amazon"
 
+ Bob       0.7.0          2008-Aug-19     "Severe Macaw"
+
 =cut

Modified: branches/RELEASE_0_7_0/docs/project/release_manager_guide.pod
==============================================================================
--- branches/RELEASE_0_7_0/docs/project/release_manager_guide.pod       
(original)
+++ branches/RELEASE_0_7_0/docs/project/release_manager_guide.pod       Tue Aug 
19 09:06:13 2008
@@ -131,7 +131,8 @@
  svn diff | more
  svn commit
 
-Write down the revision number from this commit. You will need it later in 
step 7.
+Write down the revision number from this commit. You will need it later in
+step 7.
 
 =item 4.
 
@@ -322,7 +323,6 @@
 determined each month, and will depend on the features actually present in
 that release.
 
- - August 19th, 2008    - Bob Rogers
  - September 16th, 2008 - Patrick R. Michaud
  - October 21st, 2008   - Jerry Gay
  - November 18th, 2008  - chromatic

Modified: branches/RELEASE_0_7_0/parrot.spec
==============================================================================
--- branches/RELEASE_0_7_0/parrot.spec  (original)
+++ branches/RELEASE_0_7_0/parrot.spec  Tue Aug 19 09:06:13 2008
@@ -1,5 +1,5 @@
 Name:           parrot
-Version:        0.6.4
+Version:        0.7.0
 Release:        1%{?dist}
 Summary:        Parrot Virtual Machine
 License:        Artistic 2.0

Modified: branches/RELEASE_0_7_0/t/native_pbc/integer_1.pbc
==============================================================================
Binary files. No diff available.

Modified: branches/RELEASE_0_7_0/t/native_pbc/integer_2.pbc
==============================================================================
Binary files. No diff available.

Modified: branches/RELEASE_0_7_0/t/native_pbc/integer_3.pbc
==============================================================================
Binary files. No diff available.

Modified: branches/RELEASE_0_7_0/t/native_pbc/integer_4.pbc
==============================================================================
Binary files. No diff available.

Modified: branches/RELEASE_0_7_0/t/native_pbc/number_1.pbc
==============================================================================
Binary files. No diff available.

Modified: branches/RELEASE_0_7_0/t/native_pbc/number_2.pbc
==============================================================================
Binary files. No diff available.

Modified: branches/RELEASE_0_7_0/t/native_pbc/number_3.pbc
==============================================================================
Binary files. No diff available.

Modified: branches/RELEASE_0_7_0/t/native_pbc/number_4.pbc
==============================================================================
Binary files. No diff available.

Modified: branches/RELEASE_0_7_0/t/native_pbc/number_5.pbc
==============================================================================
Binary files. No diff available.

Modified: branches/RELEASE_0_7_0/t/native_pbc/string_1.pbc
==============================================================================
Binary files. No diff available.

Modified: branches/RELEASE_0_7_0/t/native_pbc/string_2.pbc
==============================================================================
Binary files. No diff available.

Modified: branches/RELEASE_0_7_0/tools/util/release.json
==============================================================================
--- branches/RELEASE_0_7_0/tools/util/release.json      (original)
+++ branches/RELEASE_0_7_0/tools/util/release.json      Tue Aug 19 09:06:13 2008
@@ -1,9 +1,9 @@
 {
-    "release.version"  : "0.6.4",
-    "release.name"     : "St. Vincent Amazon",
+    "release.version"  : "0.7.0",
+    "release.name"     : "Severe Macaw",
     "release.day"      : "Tuesday",
-    "release.date"     : "15 July 2008",
-    "release.nextdate" : "19 Aug 2008",
+    "release.date"     : "19 Aug 2008",
+    "release.nextdate" : "16 Sep 2008",
 
     "web.root"         : "http://parrotcode.org/";,
     "web.source"       : "source.html",
@@ -11,13 +11,13 @@
     "web.repository"   : "https://svn.perl.org/parrot/trunk/";,
 
     "bugday.day"       : "Saturday",
-    "bugday.date"      : "16 Aug 2008",
+    "bugday.date"      : "13 Sep 2008",
 
     "rt.root"          : "https://rt.perl.org/rt3/";,
-    "rt.tracking"      : "Ticket/Display.html?id=56912",
+    "rt.tracking"      : "Ticket/Display.html?id=58058",
 
     "wiki.root"        : "http://www.perlfoundation.org/parrot/index.cgi?";,
-    "wiki.bugday"      : "bug_day_2008_08_16",
+    "wiki.bugday"      : "bug_day_2008_09_13",
 
     "cpan.search"      : "http://search.cpan.org/dist/parrot";,
     "subversion.root"  : "http://subversion.tigris.org/";,

Reply via email to