[svn:parrot] r49192 - in trunk: . docs docs/project include/parrot/oplib src/ops tools/release

gerd at svn.parrot.org gerd at svn.parrot.org
Tue Sep 21 08:04:51 UTC 2010


Author: gerd
Date: Tue Sep 21 08:04:49 2010
New Revision: 49192
URL: https://trac.parrot.org/parrot/changeset/49192

Log:
switch the version to 2.8.0

Modified:
   trunk/CREDITS
   trunk/ChangeLog
   trunk/MANIFEST.generated
   trunk/README
   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/release/release.json

Modified: trunk/CREDITS
==============================================================================
--- trunk/CREDITS	Mon Sep 20 23:56:30 2010	(r49191)
+++ trunk/CREDITS	Tue Sep 21 08:04:49 2010	(r49192)
@@ -402,7 +402,7 @@
 
 N: Gerd Pokorra
 E: pokorra at uni-siegen.de
-D: Release manager for 1.9.0, 2.3.0 and 2.5.0
+D: Release manager for 1.9.0, 2.3.0, 2.5.0 and 2.8.0
 
 N: Goplat
 D: Win98 and other fixes.

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Mon Sep 20 23:56:30 2010	(r49191)
+++ trunk/ChangeLog	Tue Sep 21 08:04:49 2010	(r49192)
@@ -1,8 +1,12 @@
 #1 $Id$
 
+2010.09.21     Gerd
+	* Released 2.8.0
+	See NEWS for more.
+
 2010.08.17     mikehh
-    * Released 2.7.0
-    See NEWS for more.
+	* Released 2.7.0
+	See NEWS for more.
 
 2010.07.10     coke
 	* Released 2.6.0

Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated	Mon Sep 20 23:56:30 2010	(r49191)
+++ trunk/MANIFEST.generated	Tue Sep 21 08:04:49 2010	(r49192)
@@ -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.7.0.dylib                   [main]lib
+blib/lib/libparrot.2.8.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.7.0                      [main]lib
+blib/lib/libparrot.so.2.8.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	Mon Sep 20 23:56:30 2010	(r49191)
+++ trunk/README	Tue Sep 21 08:04:49 2010	(r49192)
@@ -1,4 +1,4 @@
-This is Parrot, version 2.7.0
+This is Parrot, version 2.8.0
 ------------------------------
 
 Parrot is Copyright (C) 2001-2010, Parrot Foundation.

Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION	Mon Sep 20 23:56:30 2010	(r49191)
+++ trunk/VERSION	Tue Sep 21 08:04:49 2010	(r49192)
@@ -1 +1 @@
-2.7.0
+2.8.0

Modified: trunk/docs/parrothist.pod
==============================================================================
--- trunk/docs/parrothist.pod	Mon Sep 20 23:56:30 2010	(r49191)
+++ trunk/docs/parrothist.pod	Tue Sep 21 08:04:49 2010	(r49192)
@@ -113,5 +113,6 @@
 
  coke        2.6.0 *        2010-Jul-20     "Red-rumped"
  mikehh      2.7.0          2010-Aug-17     "Australian King"
+ Gerd        2.8.0          2010-Sep-21     "Tui Parakeet"
 
 =cut

Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod	Mon Sep 20 23:56:30 2010	(r49191)
+++ trunk/docs/project/release_manager_guide.pod	Tue Sep 21 08:04:49 2010	(r49192)
@@ -407,7 +407,6 @@
 visible at
 L<http://www.google.com/calendar/render?cid=ldhctdamsgfg5a1cord52po9h8@group.calendar.google.com>.
 
- - Sep 21, 2010 - 2.8   - gerd
  - Oct 19, 2010 - 2.9*  - gerd
  - Nov 16, 2010 - 2.10  - tcurtis
  - Dec 21, 2010 - 2.11  - whiteknight

Modified: trunk/include/parrot/oplib/core_ops.h
==============================================================================
--- trunk/include/parrot/oplib/core_ops.h	Mon Sep 20 23:56:30 2010	(r49191)
+++ trunk/include/parrot/oplib/core_ops.h	Tue Sep 21 08:04:49 2010	(r49192)
@@ -21,7 +21,7 @@
 #include "parrot/runcore_api.h"
 
 PARROT_EXPORT
-op_lib_t *Parrot_DynOp_core_2_7_0(PARROT_INTERP, long init);
+op_lib_t *Parrot_DynOp_core_2_8_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	Mon Sep 20 23:56:30 2010	(r49191)
+++ trunk/src/ops/core_ops.c	Tue Sep 21 08:04:49 2010	(r49192)
@@ -26090,7 +26090,7 @@
   PARROT_FUNCTION_CORE,                       /* core_type = PARROT_XX_CORE */
   0,                                /* flags */
   2,    /* major_version */
-  7,    /* minor_version */
+  8,    /* minor_version */
   0,    /* patch_version */
   1083,             /* op_count */
   core_op_info_table,       /* op_info_table */
@@ -26217,7 +26217,7 @@
     hop_buckets = NULL;
 }PARROT_EXPORT
 op_lib_t *
-Parrot_DynOp_core_2_7_0(PARROT_INTERP, long init) {
+Parrot_DynOp_core_2_8_0(PARROT_INTERP, long init) {
     /* initialize and return op_lib ptr */
     if (init == 1) {
 
@@ -26246,7 +26246,7 @@
 
 {
     PMC *const lib = Parrot_pmc_new(interp, enum_class_ParrotLibrary);
-    ((Parrot_ParrotLibrary_attributes*)PMC_data(lib))->oplib_init = (void *) Parrot_DynOp_core_2_7_0;
+    ((Parrot_ParrotLibrary_attributes*)PMC_data(lib))->oplib_init = (void *) Parrot_DynOp_core_2_8_0;
     dynop_register(interp, lib);
     return lib;
 }

Modified: trunk/tools/release/release.json
==============================================================================
--- trunk/tools/release/release.json	Mon Sep 20 23:56:30 2010	(r49191)
+++ trunk/tools/release/release.json	Tue Sep 21 08:04:49 2010	(r49192)
@@ -1,9 +1,9 @@
 {
-    "release.version"  : "2.7.0",
-    "release.name"     : "Australian King",
+    "release.version"  : "2.8.0",
+    "release.name"     : "Tui Parakeet",
     "release.day"      : "Tuesday",
-    "release.date"     : "17 August 2010",
-    "release.nextdate" : "21 September 2010",
+    "release.date"     : "21 September 2010",
+    "release.nextdate" : "19 October 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"      : "18 September 2010",
+    "bugday.date"      : "16 October 2010",
 
     "wiki.root"        : "https://trac.parrot.org/parrot/wiki/",
-    "wiki.bugday"      : "bug_day_2010_09_18",
+    "wiki.bugday"      : "bug_day_2010_10_16",
 
-    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/devel/2.7.0/",
+    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/devel/2.8.0/",
     "subversion.root"  : "http://subversion.apache.org/"
 }


More information about the parrot-commits mailing list