[svn:parrot] r39599 - in trunk: . config/auto/sizes docs docs/book docs/book/draft docs/dev docs/pdds docs/project examples/languages/abc examples/languages/squaak include/parrot ports/cpan ports/cygwin ports/debian ports/fedora ports/mandriva ports/suse runtime/parrot/languages runtime/parrot/languages/parrot runtime/parrot/library/Math src/call src/gc src/interp src/runcore t/compilers/tge t/dynpmc t/oo t/src tools/dev tools/util
whiteknight at svn.parrot.org
whiteknight at svn.parrot.org
Tue Jun 16 22:54:03 UTC 2009
Author: whiteknight
Date: Tue Jun 16 22:54:02 2009
New Revision: 39599
URL: https://trac.parrot.org/parrot/changeset/39599
Log:
[1.3.0] merge in the 1.3.0 release branch. Welcome to the world of Parrot 1.3.0
Modified:
trunk/ (props changed)
trunk/CREDITS
trunk/ChangeLog
trunk/MANIFEST.generated
trunk/META.yml
trunk/README
trunk/VERSION
trunk/config/auto/sizes/intval_maxmin_c.in (props changed)
trunk/docs/book/appb_patch_submission.pod (props changed)
trunk/docs/book/ch01_introduction.pod (props changed)
trunk/docs/book/ch03_pir.pod (props changed)
trunk/docs/book/ch04_compiler_tools.pod (props changed)
trunk/docs/book/ch07_dynpmcs.pod (props changed)
trunk/docs/book/ch08_dynops.pod (props changed)
trunk/docs/book/ch10_opcode_reference.pod (props changed)
trunk/docs/book/draft/chXX_hlls.pod (props changed)
trunk/docs/book/draft/chXX_library.pod (props changed)
trunk/docs/book/draft/chXX_testing_and_debugging.pod (props changed)
trunk/docs/dev/c_functions.pod (props changed)
trunk/docs/parrothist.pod
trunk/docs/pdds/pdd30_install.pod (props changed)
trunk/docs/project/release_manager_guide.pod
trunk/examples/languages/abc/ (props changed)
trunk/examples/languages/squaak/ (props changed)
trunk/include/parrot/call.h (props changed)
trunk/include/parrot/gc_api.h (props changed)
trunk/include/parrot/runcore_api.h (props changed)
trunk/include/parrot/runcore_trace.h (props changed)
trunk/ports/cpan/pause_guide.pod (props changed)
trunk/ports/cygwin/parrot-1.0.0-1.cygport (props changed)
trunk/ports/debian/libparrot-dev.install.in (props changed)
trunk/ports/debian/libparrot.install.in (props changed)
trunk/ports/debian/parrot-doc.install.in (props changed)
trunk/ports/debian/parrot.install.in (props changed)
trunk/ports/fedora/parrot.spec.fedora (props changed)
trunk/ports/mandriva/parrot.spec.mandriva (props changed)
trunk/ports/suse/parrot.spec.suse (props changed)
trunk/runtime/parrot/languages/ (props changed)
trunk/runtime/parrot/languages/parrot/ (props changed)
trunk/runtime/parrot/library/Math/Rand.pir (props changed)
trunk/src/call/ops.c (props changed)
trunk/src/call/pcc.c (props changed)
trunk/src/gc/alloc_memory.c (props changed)
trunk/src/gc/alloc_register.c (props changed)
trunk/src/gc/alloc_resources.c (props changed)
trunk/src/gc/api.c (props changed)
trunk/src/gc/generational_ms.c (props changed)
trunk/src/gc/incremental_ms.c (props changed)
trunk/src/gc/malloc.c (props changed)
trunk/src/gc/malloc_trace.c (props changed)
trunk/src/gc/mark_sweep.c (props changed)
trunk/src/gc/system.c (props changed)
trunk/src/interp/inter_cb.c (props changed)
trunk/src/interp/inter_create.c (props changed)
trunk/src/interp/inter_misc.c (props changed)
trunk/src/runcore/cores.c (props changed)
trunk/src/runcore/main.c (props changed)
trunk/src/runcore/trace.c (props changed)
trunk/t/compilers/tge/NoneGrammar.tg (props changed)
trunk/t/dynpmc/pair.t (props changed)
trunk/t/oo/root_new.t (props changed)
trunk/t/src/embed.t (props changed)
trunk/tools/dev/fetch_languages.pl (props changed)
trunk/tools/dev/mk_gitignore.pl (props changed)
trunk/tools/util/perlcritic-cage.conf (props changed)
trunk/tools/util/release.json
Modified: trunk/CREDITS
==============================================================================
--- trunk/CREDITS Tue Jun 16 22:38:04 2009 (r39598)
+++ trunk/CREDITS Tue Jun 16 22:54:02 2009 (r39599)
@@ -92,7 +92,7 @@
N: Andrew Whitworth
D: Internals development
D: Documentation
-D: Release manager for 0.8.2
+D: Release manager for 0.8.2 and 1.3.0
E: wknight8111 at gmail.com
U: Whiteknight
Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog Tue Jun 16 22:38:04 2009 (r39598)
+++ trunk/ChangeLog Tue Jun 16 22:54:02 2009 (r39599)
@@ -1,5 +1,9 @@
#1 $Id$
+2009.06.16 Whiteknight
+ * Released 1.3.0
+ Ses NEWS for more.
+
2009.05.19 Infinoid
* Released 1.2.0
See NEWS for more.
Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated Tue Jun 16 22:38:04 2009 (r39598)
+++ trunk/MANIFEST.generated Tue Jun 16 22:54:02 2009 (r39599)
@@ -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.2.0.dylib [main]lib
+blib/lib/libparrot.1.3.0.dylib [main]lib
blib/lib/libparrot.a [main]lib
blib/lib/libparrot.dylib [main]lib
-blib/lib/libparrot.so.1.2.0 [main]lib
+blib/lib/libparrot.so.1.3.0 [main]lib
blib/lib/libparrot.so [main]lib
compilers/json/JSON/grammar.pbc [json]
compilers/json/JSON.pbc [json]
Modified: trunk/META.yml
==============================================================================
--- trunk/META.yml Tue Jun 16 22:38:04 2009 (r39598)
+++ trunk/META.yml Tue Jun 16 22:54:02 2009 (r39599)
@@ -4,7 +4,7 @@
# See http://module-build.sourceforge.net/META-spec-current.html for details.
---
name: parrot
-version: 1.2.0
+version: 1.3.0
author: parrot-dev at lists.parrot.org
abstract: a virtual machine designed for dynamic languages
license: artistic2
Modified: trunk/README
==============================================================================
--- trunk/README Tue Jun 16 22:38:04 2009 (r39598)
+++ trunk/README Tue Jun 16 22:54:02 2009 (r39599)
@@ -1,4 +1,4 @@
-This is Parrot, version 1.2.0
+This is Parrot, version 1.3.0
------------------------------
Parrot is Copyright (C) 2001-2009, Parrot Foundation.
Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION Tue Jun 16 22:38:04 2009 (r39598)
+++ trunk/VERSION Tue Jun 16 22:54:02 2009 (r39599)
@@ -1 +1 @@
-1.2.0
+1.3.0
Modified: trunk/docs/parrothist.pod
==============================================================================
--- trunk/docs/parrothist.pod Tue Jun 16 22:38:04 2009 (r39598)
+++ trunk/docs/parrothist.pod Tue Jun 16 22:54:02 2009 (r39599)
@@ -91,5 +91,6 @@
Allison 1.0.0 2009-Mar-17 "Haru Tatsu"
Francois 1.1.0 2009-Apr-21 "Half-moon Conure"
Infinoid 1.2.0 2009-May-19 "Bird Brain"
+ Whiteknight 1.3.0 2009-Jun-16 "Andean Swift"
=cut
Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod Tue Jun 16 22:38:04 2009 (r39598)
+++ trunk/docs/project/release_manager_guide.pod Tue Jun 16 22:54:02 2009 (r39599)
@@ -364,7 +364,6 @@
The starred releases are Parrot's twice-yearly supported releases, see
F<docs/project/support_policy.pod>.
- - June 16, 2009 - 1.3 - whiteknight
- July 21, 2009 - 1.4* - cotto
- August 18, 2009 - 1.5 - rgrjr
- Sept 21, 2009 - 1.6 -
Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json Tue Jun 16 22:38:04 2009 (r39598)
+++ trunk/tools/util/release.json Tue Jun 16 22:54:02 2009 (r39599)
@@ -1,9 +1,9 @@
{
- "release.version" : "1.2.0",
- "release.name" : "Bird Brain",
+ "release.version" : "1.3.0",
+ "release.name" : "Andean Swift",
"release.day" : "Tuesday",
- "release.date" : "19 May 2009",
- "release.nextdate" : "16 June 2009",
+ "release.date" : "16 June 2009",
+ "release.nextdate" : "21 July 2009",
"web.root" : "http://parrot.org/",
"web.source" : "download",
@@ -11,13 +11,13 @@
"web.repository" : "https://svn.parrot.org/parrot/trunk/",
"bugday.day" : "Saturday",
- "bugday.date" : "13 June 2009",
+ "bugday.date" : "18 July 2009",
"wiki.root" : "https://trac.parrot.org/parrot/wiki/",
- "wiki.bugday" : "bug_day_2009_06_13",
+ "wiki.bugday" : "bug_day_2009_07_18",
"cpan.search" : "http://search.cpan.org/dist/parrot",
- "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/1.2.0/",
+ "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/1.3.0/",
"subversion.root" : "http://subversion.tigris.org/",
"svk.root" : "http://svk.bestpractical.com/"
}
More information about the parrot-commits
mailing list