Skip to content

Commit

Permalink
[release]
Browse files Browse the repository at this point in the history
 * updates for 0.6.3 release


git-svn-id: https://svn.parrot.org/parrot/trunk@28465 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
nunorc committed Jun 17, 2008
1 parent 28824de commit a441212
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 17 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,5 +1,9 @@
#1 $Id$

2008.06.17 smash
* Released 0.6.3
See NEWS for more.

2008.05.20 chromatic
* Released 0.6.2
See NEWS for more.
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.generated
Expand Up @@ -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.2.dylib [main]lib
blib/lib/libparrot.0.6.3.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.2 [main]lib
blib/lib/libparrot.so.0.6.3 [main]lib
compilers/imcc/imclexer.c [main]
compilers/json/JSON.pbc [main]
compilers/json/JSON/grammar.pbc [main]
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Expand Up @@ -4,7 +4,7 @@
# See http://module-build.sourceforge.net/META-spec-current.html for details.
---
name: parrot
version: 0.6.2
version: 0.6.3
author: parrot-porters@perl.org
abstract: a virtual machine designed for dynamic languages
license: artistic2
Expand Down
2 changes: 1 addition & 1 deletion NEWS
@@ -1,6 +1,6 @@
# $Id$

New for next release (2008-06-17, version undecided)
New in 0.6.3
- Specification
+ updated pdd09_gc.pod
- Languages
Expand Down
2 changes: 1 addition & 1 deletion PLATFORMS
Expand Up @@ -25,7 +25,7 @@ linux-x86-gcc3.4.5 Y Y Y ? ? Y Y ? 20071016
linux-x86-gcc4.0.2 Y Y Y Y Y Y Y ? 20060514
linux-x86-gcc4.0.3 Y Y Y Y Y Y Y ? 20060707
linux-x86-gcc4.1.0 Y Y Y Y Y Y Y Y 20060306
linux-x86-gcc4.1.2 Y Y ? Y Y Y Y ? 20071016
linux-x86-gcc4.1.2 Y Y ? Y Y Y Y ? 20080617
linux-x86-gcc4.1.3 Y Y ? Y Y Y Y ? 20080414
linux-x86-gcc4.2.3 Y Y ? Y Y Y Y ? 20080616
linux-x86-icc9.1 Y Y Y ? ? Y Y ? 20071014
Expand Down
4 changes: 2 additions & 2 deletions README
@@ -1,4 +1,4 @@
This is Parrot, version 0.6.2
This is Parrot, version 0.6.3
------------------------------

Parrot is Copyright (C) 2001-2008, The Perl Foundation.
Expand Down Expand Up @@ -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.2
perl Configure.pl --prefix=/Users/foo/parrot-0.6.3
make install

But please note that dynamic libs will not be found for non-standard
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.6.2
0.6.3
7 changes: 5 additions & 2 deletions parrot.spec
@@ -1,5 +1,5 @@
Name: parrot
Version: 0.6.2
Version: 0.6.3
Release: 1%{?dist}
Summary: Parrot Virtual Machine
License: Artistic 2.0
Expand Down Expand Up @@ -132,7 +132,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*

%changelog
* Tue May 20 2008 chromatic <chromatic@wgz.org 0.6.2
* Tue Jun 17 2008 Nuno Carvalho <smash@cpan.org> 0.6.3
- updated to 0.6.3

* Tue May 20 2008 chromatic <chromatic@wgz.org>> 0.6.2
- updated to 0.6.2

* Mon Apr 28 2008 chromatic <chromatic@wgz.org> 0.6.1
Expand Down
14 changes: 7 additions & 7 deletions tools/util/release.json
@@ -1,23 +1,23 @@
{
"release.version" : "0.6.2",
"release.name" : "Reverse Sublimation",
"release.version" : "0.6.3",
"release.name" : "Beautiful Parrot",
"release.day" : "Tuesday",
"release.date" : "20 May 2008",
"release.nextdate" : "17 June 2008",
"release.date" : "17 June 2008",
"release.nextdate" : "15 July 2008",

"web.root" : "http://parrotcode.org/",
"web.source" : "source.html",
"web.openpatches" : "openpatches.html",
"web.repository" : "https://svn.perl.org/parrot/trunk/",

"bugday.day" : "Saturday",
"bugday.date" : "14 June 2008",
"bugday.date" : "12 July 2008",

"rt.root" : "https://rt.perl.org/rt3/",
"rt.tracking" : "Ticket/Display.html?id=54542",
"rt.tracking" : "Ticket/Display.html?id=55926",

"wiki.root" : "http://www.perlfoundation.org/parrot/index.cgi?",
"wiki.bugday" : "bug_day_2008_06_14",
"wiki.bugday" : "bug_day_2008_08_12",

"cpan.search" : "http://search.cpan.org/dist/parrot",
"subversion.root" : "http://subversion.tigris.org/",
Expand Down

0 comments on commit a441212

Please sign in to comment.