Skip to content

Commit

Permalink
switch the version to 2.8.0
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@49192 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
gerd committed Sep 21, 2010
1 parent 768c9f7 commit f61b1d2
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ D: Documentation patch for Parrot_PMC_get_pointer_intkey()

N: Gerd Pokorra
E: pokorra@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.
Expand Down
8 changes: 6 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.generated
Original file line number Diff line number Diff line change
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.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]
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
2.8.0
1 change: 1 addition & 0 deletions docs/parrothist.pod
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ Starred release numbers indicate supported releases.

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
1 change: 0 additions & 1 deletion docs/project/release_manager_guide.pod
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ The calendar of releases is available at the comp.lang.parrot google calendar,
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
Expand Down
2 changes: 1 addition & 1 deletion include/parrot/oplib/core_ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
6 changes: 3 additions & 3 deletions src/ops/core_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -26090,7 +26090,7 @@ op_lib_t core_op_lib = {
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 */
Expand Down Expand Up @@ -26217,7 +26217,7 @@ static void hop_deinit(PARROT_INTERP)
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) {

Expand Down Expand Up @@ -26246,7 +26246,7 @@ Parrot_lib_core_ops_load(PARROT_INTERP)

{
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;
}
Expand Down
14 changes: 7 additions & 7 deletions tools/release/release.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"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",
"web.openpatches" : "openpatches.html",
"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/"
}

0 comments on commit f61b1d2

Please sign in to comment.