[svn:parrot] r48558 - in trunk: . docs docs/project include/parrot/oplib src/ops tools/util
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Wed Aug 18 00:35:42 UTC 2010
Author: mikehh
Date: Wed Aug 18 00:35:41 2010
New Revision: 48558
URL: https://trac.parrot.org/parrot/changeset/48558
Log:
pre-release 2.7.0 commit
Modified:
trunk/ChangeLog
trunk/MANIFEST.generated
trunk/README
trunk/RESPONSIBLE_PARTIES
trunk/VERSION
trunk/docs/parrothist.pod
trunk/docs/project/release_manager_guide.pod
trunk/include/parrot/oplib/core_ops.h
trunk/src/ops/core_ops.c
trunk/tools/util/release.json
Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog Tue Aug 17 21:19:30 2010 (r48557)
+++ trunk/ChangeLog Wed Aug 18 00:35:41 2010 (r48558)
@@ -1,5 +1,9 @@
#1 $Id$
+2010.08.17 mikehh
+ * Released 2.7.0
+ See NEWS for more.
+
2010.07.10 coke
* Released 2.6.0
See NEWS for more.
Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated Tue Aug 17 21:19:30 2010 (r48557)
+++ trunk/MANIFEST.generated Wed Aug 18 00:35:41 2010 (r48558)
@@ -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.2.6.0.dylib [main]lib
+blib/lib/libparrot.2.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.2.6.0 [main]lib
+blib/lib/libparrot.so.2.7.0 [main]lib
compilers/data_json/data_json.pbc [data_json]
config/gen/call_list/opengl.in []
docs/ops/bit.pod [doc]
Modified: trunk/README
==============================================================================
--- trunk/README Tue Aug 17 21:19:30 2010 (r48557)
+++ trunk/README Wed Aug 18 00:35:41 2010 (r48558)
@@ -1,4 +1,4 @@
-This is Parrot, version 2.6.0
+This is Parrot, version 2.7.0
------------------------------
Parrot is Copyright (C) 2001-2010, Parrot Foundation.
Modified: trunk/RESPONSIBLE_PARTIES
==============================================================================
--- trunk/RESPONSIBLE_PARTIES Tue Aug 17 21:19:30 2010 (r48557)
+++ trunk/RESPONSIBLE_PARTIES Wed Aug 18 00:35:41 2010 (r48558)
@@ -28,6 +28,7 @@
Christoph Otto
Jonathan Leto
Gerd Pokorra
+ Michael Hind
Metacommitter Allison Randal
Jerry Gay
@@ -87,5 +88,6 @@
Francois Perrad
Mark Glines
Bruce Gray
+ Michael Hind
General Contributor See CREDITS
Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION Tue Aug 17 21:19:30 2010 (r48557)
+++ trunk/VERSION Wed Aug 18 00:35:41 2010 (r48558)
@@ -1 +1 @@
-2.6.0
+2.7.0
Modified: trunk/docs/parrothist.pod
==============================================================================
--- trunk/docs/parrothist.pod Tue Aug 17 21:19:30 2010 (r48557)
+++ trunk/docs/parrothist.pod Wed Aug 18 00:35:41 2010 (r48558)
@@ -11,7 +11,7 @@
Simon Cozens, Jeff Goff, Steve Fink, Leo Toetsch, Chip Salzenberg, Jerry Gay,
Patrick Michaud, Will "coke" Coleda, Matt Diephouse, chromatic, Allison Randal,
Jonathan Worthington, Bob Rogers, Bernhard Schmalhofer, Andrew Whitworth,
-Francois Perrad, Jonathan Leto.
+Francois Perrad, Jonathan Leto, Michael Hind.
=head1 THE RECORDS
@@ -112,5 +112,6 @@
Gerd 2.5.0 2010-Jun-15 "Cheops"
coke 2.6.0 * 2010-Jul-20 "Red-rumped"
+ mikehh 2.7.0 2010-Aug-17 "Australian King"
=cut
Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod Tue Aug 17 21:19:30 2010 (r48557)
+++ trunk/docs/project/release_manager_guide.pod Wed Aug 18 00:35:41 2010 (r48558)
@@ -413,7 +413,6 @@
visible at
L<http://www.google.com/calendar/render?cid=ldhctdamsgfg5a1cord52po9h8@group.calendar.google.com>.
- - Aug 17, 2010 - 2.7 - mikehh
- Sep 21, 2010 - 2.8 - gerd
- Oct 19, 2010 - 2.9* - gerd
- Nov 16, 2010 - 2.10 - ??
Modified: trunk/include/parrot/oplib/core_ops.h
==============================================================================
--- trunk/include/parrot/oplib/core_ops.h Tue Aug 17 21:19:30 2010 (r48557)
+++ trunk/include/parrot/oplib/core_ops.h Wed Aug 18 00:35:41 2010 (r48558)
@@ -20,7 +20,7 @@
#include "parrot/oplib.h"
#include "parrot/runcore_api.h"
- op_lib_t *Parrot_DynOp_core_2_6_0(PARROT_INTERP, long init);
+ op_lib_t *Parrot_DynOp_core_2_7_0(PARROT_INTERP, long init);
opcode_t * Parrot_end(opcode_t *, PARROT_INTERP);
opcode_t * Parrot_noop(opcode_t *, PARROT_INTERP);
Modified: trunk/src/ops/core_ops.c
==============================================================================
--- trunk/src/ops/core_ops.c Tue Aug 17 21:19:30 2010 (r48557)
+++ trunk/src/ops/core_ops.c Wed Aug 18 00:35:41 2010 (r48558)
@@ -26231,7 +26231,7 @@
hop_buckets = NULL;
}
op_lib_t *
-Parrot_DynOp_core_2_6_0(PARROT_INTERP, long init) {
+Parrot_DynOp_core_2_7_0(PARROT_INTERP, long init) {
/* initialize and return op_lib ptr */
if (init == 1) {
@@ -26260,7 +26260,7 @@
{
PMC *const lib = Parrot_pmc_new(interp, enum_class_ParrotLibrary);
- ((Parrot_ParrotLibrary_attributes*)PMC_data(lib))->oplib_init = (void *) Parrot_DynOp_core_2_6_0;
+ ((Parrot_ParrotLibrary_attributes*)PMC_data(lib))->oplib_init = (void *) Parrot_DynOp_core_2_7_0;
dynop_register(interp, lib);
return lib;
}
Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json Tue Aug 17 21:19:30 2010 (r48557)
+++ trunk/tools/util/release.json Wed Aug 18 00:35:41 2010 (r48558)
@@ -1,9 +1,9 @@
{
- "release.version" : "2.6.0",
- "release.name" : "Red-rumped",
+ "release.version" : "2.7.0",
+ "release.name" : "Australian King",
"release.day" : "Tuesday",
- "release.date" : "20 July 2010",
- "release.nextdate" : "17 August 2010",
+ "release.date" : "17 August 2010",
+ "release.nextdate" : "21 September 2010",
"web.root" : "http://parrot.org/",
"web.source" : "download",
@@ -11,11 +11,11 @@
"web.repository" : "https://svn.parrot.org/parrot/trunk/",
"bugday.day" : "Saturday",
- "bugday.date" : "14 August 2010",
+ "bugday.date" : "18 September 2010",
"wiki.root" : "https://trac.parrot.org/parrot/wiki/",
- "wiki.bugday" : "bug_day_2010_08_14",
+ "wiki.bugday" : "bug_day_2010_09_18",
- "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/supported/2.6.0/",
+ "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/2.7.0/",
"subversion.root" : "http://subversion.apache.org/"
}
More information about the parrot-commits
mailing list