Skip to content

Commit

Permalink
[RELEASE] prepare for 1.4.0 release
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@40184 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Christoph Otto committed Jul 21, 2009
1 parent ac19f59 commit 9934003
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
12 changes: 8 additions & 4 deletions ChangeLog
@@ -1,12 +1,16 @@
#1 $Id$

2009.7.21 cotto
* Released 1.4.0
See NEWS for more.

2009.06.16 Whiteknight
* Released 1.3.0
Ses NEWS for more.
* Released 1.3.0
Ses NEWS for more.

2009.05.19 Infinoid
* Released 1.2.0
See NEWS for more.
* Released 1.2.0
See NEWS for more.

2009.04.21 fperrad
* Released 1.1.0
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.generated
Expand Up @@ -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.3.0.dylib [main]lib
blib/lib/libparrot.1.4.0.dylib [main]lib
blib/lib/libparrot.a [main]lib
blib/lib/libparrot.dylib [main]lib
blib/lib/libparrot.so.1.3.0 [main]lib
blib/lib/libparrot.so.1.4.0 [main]lib
blib/lib/libparrot.so [main]lib
compilers/json/JSON/grammar.pbc [json]
compilers/json/JSON.pbc [json]
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: 1.3.0
version: 1.4.0
author: parrot-dev@lists.parrot.org
abstract: a virtual machine designed for dynamic languages
license: artistic2
Expand Down
10 changes: 1 addition & 9 deletions PBC_COMPAT
Expand Up @@ -27,15 +27,7 @@

# please insert tab separated entries at the top of the list

4.9 2009.07.16 bacek Bump revision after merging keys_revamp branch. A lot of *Iterator PMCs were added.
4.8 2009.05.30 Infinoid Added Handle PMC
4.7 2009.05.29 cotto add cmp_pmc opcode (also, addition of setstdin and root_new in previous commits)
4.6 2009.05.18 bacek removed PackfileAnnotationKeys PMC
4.5 2009.04.10 cotto removed Ref and SharedRef PMCs
4.4 2009.04.07 pmichaud find_caller_lex added
4.3 2009.03.25 jonathan socket opcodes added
4.2 2009.03.21 cotto removed Bound_NCI PMC
4.1 2009.03.17 cotto removed Slice PMC
5.0 2009.07.21 cotto released 1.4.0
4.0 2009.03.17 allison released 1.0.0
3.0 2007.07.23 jonathan implementing new PBC header format
2.0 2005.11.22 leo changed PBC format (HLL_info)
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
This is Parrot, version 1.3.0
This is Parrot, version 1.4.0
------------------------------

Parrot is Copyright (C) 2001-2009, Parrot Foundation.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.3.0
1.4.0
2 changes: 2 additions & 0 deletions docs/parrothist.pod
Expand Up @@ -93,4 +93,6 @@ Francois Perrad.
Infinoid 1.2.0 2009-May-19 "Bird Brain"
Whiteknight 1.3.0 2009-Jun-16 "Andean Swift"

cotto 1.4.0 2009-Jul-21 "Mundo Cani"

=cut
4 changes: 3 additions & 1 deletion docs/project/release_manager_guide.pod
Expand Up @@ -125,6 +125,9 @@ as these are only used in development and not relevant to the bytecode support
policy. (Those changes are all included within the major version number
increase for the supported release.)

Once you've updated PBC_COMPAT, run C<tools/dev/mk_native_pbc> to update the
pbc files used in the native pbc tests.

=item h

Make sure everything works:
Expand Down Expand Up @@ -361,7 +364,6 @@ the 3rd Tuesday of each month.
The starred releases are Parrot's twice-yearly supported releases, see
F<docs/project/support_policy.pod>.

- July 21, 2009 - 1.4* - cotto
- August 18, 2009 - 1.5 - rgrjr
- Sept 15, 2009 - 1.6 - particle
- Oct 20, 2009 - 1.7 -
Expand Down
Binary file modified t/native_pbc/annotations.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_1.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_1.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_2.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_1.pbc
Binary file not shown.
14 changes: 7 additions & 7 deletions tools/util/release.json
@@ -1,23 +1,23 @@
{
"release.version" : "1.3.0",
"release.name" : "Andean Swift",
"release.version" : "1.4.0",
"release.name" : "Mundo Cani",
"release.day" : "Tuesday",
"release.date" : "16 June 2009",
"release.nextdate" : "21 July 2009",
"release.date" : "21 July 2009",
"release.nextdate" : "18 August 2009",

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

"bugday.day" : "Saturday",
"bugday.date" : "18 July 2009",
"bugday.date" : "15 August 2009",

"wiki.root" : "https://trac.parrot.org/parrot/wiki/",
"wiki.bugday" : "bug_day_2009_07_18",
"wiki.bugday" : "bug_day_2009_08_15",

"cpan.search" : "http://search.cpan.org/dist/parrot",
"ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/1.3.0/",
"ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/1.4.0/",
"subversion.root" : "http://subversion.tigris.org/",
"svk.root" : "http://svk.bestpractical.com/"
}

0 comments on commit 9934003

Please sign in to comment.