From aa030d033b4232034bb8c80fb66e640a0d9fe75b Mon Sep 17 00:00:00 2001 From: rgrjr Date: Tue, 19 Aug 2008 16:06:13 +0000 Subject: [PATCH] Update version numbers etc. for Parrot release 0.7.0 "Severe Macaw". git-svn-id: https://svn.perl.org/parrot/branches/RELEASE_0_7_0@30346 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- ChangeLog | 4 ++++ MANIFEST.generated | 4 ++-- META.yml | 2 +- README | 4 ++-- VERSION | 2 +- docs/parrothist.pod | 2 ++ docs/project/release_manager_guide.pod | 4 ++-- parrot.spec | 2 +- t/native_pbc/integer_1.pbc | Bin 736 -> 736 bytes t/native_pbc/integer_2.pbc | Bin 224 -> 224 bytes t/native_pbc/integer_3.pbc | Bin 368 -> 368 bytes t/native_pbc/integer_4.pbc | Bin 368 -> 368 bytes t/native_pbc/number_1.pbc | Bin 2544 -> 2544 bytes t/native_pbc/number_2.pbc | Bin 1424 -> 1424 bytes t/native_pbc/number_3.pbc | Bin 1312 -> 1312 bytes t/native_pbc/number_4.pbc | Bin 2304 -> 2304 bytes t/native_pbc/number_5.pbc | Bin 2304 -> 2304 bytes t/native_pbc/string_1.pbc | Bin 624 -> 624 bytes t/native_pbc/string_2.pbc | Bin 272 -> 272 bytes tools/util/release.json | 14 +++++++------- 20 files changed, 22 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0dda0b0840..5d525f44f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/MANIFEST.generated b/MANIFEST.generated index 52d648231f..0ad2951f07 100644 --- a/MANIFEST.generated +++ b/MANIFEST.generated @@ -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] diff --git a/META.yml b/META.yml index f3adf56e6a..6f80ee2550 100644 --- a/META.yml +++ b/META.yml @@ -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: parrot-porters@perl.org abstract: a virtual machine designed for dynamic languages license: artistic2 diff --git a/README b/README index d4b58e346d..1d2a21b81b 100644 --- a/README +++ b/README @@ -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 @@ This installs a bunch of files in /usr/local. The parrot executable is in 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 diff --git a/VERSION b/VERSION index d2b13eb644..faef31a435 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.4 +0.7.0 diff --git a/docs/parrothist.pod b/docs/parrothist.pod index 13a181c1b0..7ef455584c 100644 --- a/docs/parrothist.pod +++ b/docs/parrothist.pod @@ -122,4 +122,6 @@ the strings?). Barney 0.6.4 2008-Jul-15 "St. Vincent Amazon" + Bob 0.7.0 2008-Aug-19 "Severe Macaw" + =cut diff --git a/docs/project/release_manager_guide.pod b/docs/project/release_manager_guide.pod index a18b004cb3..895e108a62 100644 --- a/docs/project/release_manager_guide.pod +++ b/docs/project/release_manager_guide.pod @@ -131,7 +131,8 @@ When all is well, then commit your changes: 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 @@ the 3rd Tuesday of each month. Version numbers for each release will be 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 diff --git a/parrot.spec b/parrot.spec index e6be53ab1f..7104008d20 100644 --- a/parrot.spec +++ b/parrot.spec @@ -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 diff --git a/t/native_pbc/integer_1.pbc b/t/native_pbc/integer_1.pbc index 93c317700f14e9ae7cc2108ac5c50814636e5aca..23adf11cd937ca917c1f871969a72b1bb0739a57 100644 GIT binary patch delta 25 hcwT$J`hZp7UjPF;FW2AV&`G&E3@qkp8wD;f0RVHW2x|ZU delta 25 hcwT$J`hZp7UjPFeFPGrzq<0B(CbgWF*(h*<2>^SZ3Eltz diff --git a/t/native_pbc/integer_2.pbc b/t/native_pbc/integer_2.pbc index cb314d77ab7a9f7ac6d5443264450adaa9e974ca..df76b299ee6c8f9fdcc98780000037f6dbe2b57c 100644 GIT binary patch delta 24 fcwT$J_<&J>g^_`sh2d{;=%id71{U+Qi2@e@Q2_?! delta 24 gcwT$J_<&J>g^_`cg+Xw2(z}E?lUh#8Ocb~P09SzsSO5S3 diff --git a/t/native_pbc/integer_3.pbc b/t/native_pbc/integer_3.pbc index 93f65637e945905fad4542011cc378114eb41ac2..31d420c3c409d778d2576f133d8689475bac4ad8 100644 GIT binary patch delta 25 gcwYO!^npo$gMopagW+#+=%id71{U+QjRFab09!H!zW@LL delta 25 hcwYO!^npo$gMopKgF$e0(z}E?lUh#8Y!paf1OQ_t2r>Ww diff --git a/t/native_pbc/integer_4.pbc b/t/native_pbc/integer_4.pbc index be81dd6cb3e958051b2252ba7a2d7437d3b5dafc..432a3487103777f20b577716d5c99366da53e072 100644 GIT binary patch delta 25 gcwYO!^npo$gOP!qgW+#+=%id71{U+QjRFab09!={zyJUM delta 25 hcwYO!^npo$gOP!agF$e0(z}E?lUh#8Y!paf1OQ_=2r~cx diff --git a/t/native_pbc/number_1.pbc b/t/native_pbc/number_1.pbc index 7c225da947d2d2b11d1ad6e8c6bce2cdafaa281c..e429744ea9db99042887f93e4b81876b6d38170c 100644 GIT binary patch delta 25 hcwYM;{6SdYUjPF;FW2AV&`G&E3@qkp8wDP40swhd2)+OS delta 25 hcwYM;{6SdYUjPFeFPGrzq<0B(CbgWF*(mUU699op3NZix diff --git a/t/native_pbc/number_2.pbc b/t/native_pbc/number_2.pbc index fd85d04d5efd68aa0a6e6d629dcfa71e4d7c2d43..9776f4f0f66deb5e6f08ee089771718baf808391 100644 GIT binary patch delta 25 gcwU>pJ%L+*g@J*ch4F83=%id71{U+QjRFm<07{bvE&u=k delta 25 hcwU>pJ%L+*g@J*Mg;8*I(z}E?lUh#8Y!ql<1prcp2cZA} diff --git a/t/native_pbc/number_3.pbc b/t/native_pbc/number_3.pbc index 57b8c6eb06281e038403be37dea2288ab3bd71b7..d6627a352b9cb8411f69bb635d028a5164b40f9a 100644 GIT binary patch delta 25 gcwSq;wSY^2g^_`sh2d{;=%id71{U+QjRFF!08EJm+yDRo delta 25 hcwSq;wSY^2g^_`cg+Xw2(z}E?lUh#8Y!nb+1prih2TuS1 diff --git a/t/native_pbc/number_4.pbc b/t/native_pbc/number_4.pbc index 73335747179f56269a333c62b36699837c89dbc2..8f6458105d6bd5f7132846fa5354c44120c9e42b 100644 GIT binary patch delta 25 gcwTD|Y7i3OU|?Y9VE9`cIw@C&fyF#+qre9a07^LqmH+?% delta 25 hcwTD|Y7i3OU|?Y5U=UoL^e$n}q?Xe%8wEaa002@f2nhfH diff --git a/t/native_pbc/number_5.pbc b/t/native_pbc/number_5.pbc index aec216a82304bdcde7ddc741826cc70df2ad9949..71b63e0a2235c91961ca06846f1c68cd37b02f6b 100644 GIT binary patch delta 25 gcwTD|Y7i3OU}RwDVE9`cIw@C&fyF#+qre9a07^^-mjD0& delta 25 hcwTD|Y7i3OU}Rw9U=UoL^e$n}q?Xe%8wEaa002@y2nqlI diff --git a/t/native_pbc/string_1.pbc b/t/native_pbc/string_1.pbc index b30f5779861d71e830c3d1d77418748d3dbe1dcf..97e296d58c74e93282a00b9fd0a6ca30f8f65c1b 100644 GIT binary patch delta 25 gcwYO!@_|Kwg@J*ch2d{;=%id71{U+QjRFZw09yYByZ`_I delta 25 hcwYO!@_|Kwg@J*Mg+Xw2(z}E?lUh#8Y!paf0svz22rmEt diff --git a/t/native_pbc/string_2.pbc b/t/native_pbc/string_2.pbc index ebe24e4262664d01627d8f98aa776317ea1d0ceb..cf0d5ba7fef06de66c4f74185207bcfefcf2e0e2 100644 GIT binary patch delta 24 fcwU>pG=WKgg@J*ch2d{;=%id71{U+Qg#wHKLL3E$ delta 24 gcwU>pG=WKgg@J*Mg+Xw2(z}E?lUh#8EEHe_07#q$`Tzg` diff --git a/tools/util/release.json b/tools/util/release.json index 90a7dbd9ae..c761c181a5 100644 --- a/tools/util/release.json +++ b/tools/util/release.json @@ -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/", -- 2.11.4.GIT