[svn:parrot] r41959 - in trunk: . docs docs/project tools/util
dukeleto at svn.parrot.org
dukeleto at svn.parrot.org
Tue Oct 20 17:54:20 UTC 2009
Author: dukeleto
Date: Tue Oct 20 17:54:17 2009
New Revision: 41959
URL: https://trac.parrot.org/parrot/changeset/41959
Log:
[release] Parrot 1.7.0
Modified:
trunk/CREDITS
trunk/ChangeLog
trunk/MANIFEST.generated
trunk/META.yml
trunk/NEWS
trunk/README
trunk/RESPONSIBLE_PARTIES
trunk/VERSION
trunk/docs/parrothist.pod
trunk/docs/project/release_manager_guide.pod
trunk/tools/util/release.json
Modified: trunk/CREDITS
==============================================================================
--- trunk/CREDITS Tue Oct 20 16:40:05 2009 (r41958)
+++ trunk/CREDITS Tue Oct 20 17:54:17 2009 (r41959)
@@ -509,6 +509,7 @@
N: Jonathan Leto
E: jonathan at leto.net
W: http://leto.net
+D: Release manager for 1.7.0
U: dukeleto
A: leto
A: Duke Leto
Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog Tue Oct 20 16:40:05 2009 (r41958)
+++ trunk/ChangeLog Tue Oct 20 17:54:17 2009 (r41959)
@@ -1,5 +1,9 @@
#1 $Id$
+2009.10.20 dukeleto
+ * Released 1.7.0
+ See NEWS for more.
+
2009.9.15 particle
* Released 1.6.0
See NEWS for more.
Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated Tue Oct 20 16:40:05 2009 (r41958)
+++ trunk/MANIFEST.generated Tue Oct 20 17:54:17 2009 (r41959)
@@ -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.6.0.dylib [main]lib
+blib/lib/libparrot.1.7.0.dylib [main]lib
blib/lib/libparrot.a [main]lib
blib/lib/libparrot.dylib [main]lib
-blib/lib/libparrot.so.1.6.0 [main]lib
+blib/lib/libparrot.so.1.7.0 [main]lib
blib/lib/libparrot.so [main]lib
compilers/data_json/data_json.pbc [data_json]
compilers/json/JSON.pbc [json]
Modified: trunk/META.yml
==============================================================================
--- trunk/META.yml Tue Oct 20 16:40:05 2009 (r41958)
+++ trunk/META.yml Tue Oct 20 17:54:17 2009 (r41959)
@@ -4,7 +4,7 @@
# See http://module-build.sourceforge.net/META-spec-current.html for details.
---
name: parrot
-version: 1.6.0
+version: 1.7.0
author: parrot-dev at lists.parrot.org
abstract: a virtual machine designed for dynamic languages
license: artistic2
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS Tue Oct 20 16:40:05 2009 (r41958)
+++ trunk/NEWS Tue Oct 20 17:54:17 2009 (r41959)
@@ -1,5 +1,29 @@
# $Id$
+New in 1.7.0
+- Functionality
+ + Parrot_capture_lex has been added to the PARROT_EXPORT API
+ + PARROT_MAX_ARGS has been increased from 8 to 16 to allow for ops that take more than 8 args
+- Performance
+ + The profiling runcore now caches metadata for improved performance
+- Maintenance and cleanup
+ + Expanded the Parrot debugger documentation
+ + Parrot debugger now uses the new Parrot STRING API
+ + Continue to port rest of internals to use the STRING API
+- Deprecations
+ + The JIT subsystem has been removed and is being written from the ground up. More
+ information can be found at https://trac.parrot.org/parrot/wiki/JITRewrite
+ + Implicit optional named parameters (eligible in 2.1)
+ + Continuation-based ExceptionHandlers (eligible in 2.1)
+ + Use of undocumented variables in class_init (eligible in 2.1)
+ + Parrot_oo_get_namespace (eligible in 2.1)
+- Bugfix
+ + Improved line number tracking in IMCC
+- Tests
+ + Converted many more Perl 5 tests to PIR
+ + Expanded test coverage of the CallSignature, Namespace, FixedPMCArray,
+ ResizeableIntegerArray and ExceptionHandler PMCs
+
New in 1.6.0
- Functionality
+ Added a fixed-size structure allocator to the Garbage Collector
Modified: trunk/README
==============================================================================
--- trunk/README Tue Oct 20 16:40:05 2009 (r41958)
+++ trunk/README Tue Oct 20 17:54:17 2009 (r41959)
@@ -1,4 +1,4 @@
-This is Parrot, version 1.6.0
+This is Parrot, version 1.7.0
------------------------------
Parrot is Copyright (C) 2001-2009, Parrot Foundation.
Modified: trunk/RESPONSIBLE_PARTIES
==============================================================================
--- trunk/RESPONSIBLE_PARTIES Tue Oct 20 16:40:05 2009 (r41958)
+++ trunk/RESPONSIBLE_PARTIES Tue Oct 20 17:54:17 2009 (r41959)
@@ -26,6 +26,7 @@
Francois Perrad
Mark Glines
Christoph Otto
+ Jonathan Leto
Metacommitter Allison Randal
Jerry Gay
@@ -49,6 +50,7 @@
Julian Albo
Mark Glines
Vasily Chekalkin
+ Jonathan Leto
Compiler Developer Patrick Michaud (PGE, PCT)
Allison Randal (TGE)
@@ -70,6 +72,7 @@
Christoph Otto
Julian Albo
Mark Glines
+ Jonthan Leto
Contributors
Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION Tue Oct 20 16:40:05 2009 (r41958)
+++ trunk/VERSION Tue Oct 20 17:54:17 2009 (r41959)
@@ -1 +1 @@
-1.6.0
+1.7.0
Modified: trunk/docs/parrothist.pod
==============================================================================
--- trunk/docs/parrothist.pod Tue Oct 20 16:40:05 2009 (r41958)
+++ trunk/docs/parrothist.pod Tue Oct 20 17:54:17 2009 (r41959)
@@ -11,7 +11,7 @@
Simon Cozens, Jeff Goff, Steve Fink, Leo Toetsch, Chip Salzenberg, Jerry Gay,
Patrick Michaud, Will Coleda, Matt Diephouse, chromatic, Allison Randal,
Jonathan Worthington, Bob Rogers, Bernhard Schmalhofer, Andrew Whitworth,
-Francois Perrad.
+Francois Perrad, Jonathan Leto.
=head1 THE RECORDS
@@ -95,5 +95,6 @@
cotto 1.4.0 2009-Jul-21 "Mundo Cani"
Whiteknight 1.5.0 2009-Aug-18 "TEH PARROTZ!"
Jerry 1.6.0 2009-Sep-15 "half-pie"
+ dukeleto 1.7.0 2009-Oct-20 "African Grey"
=cut
Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod Tue Oct 20 16:40:05 2009 (r41958)
+++ trunk/docs/project/release_manager_guide.pod Tue Oct 20 17:54:17 2009 (r41959)
@@ -381,7 +381,6 @@
visible at
L<http://www.google.com/calendar/render?cid=ldhctdamsgfg5a1cord52po9h8@group.calendar.google.com>.
- - Oct 20, 2009 - 1.7 - dukeleto
- Nov 17, 2009 - 1.8 - bernhard
- Dec 15, 2009 - 1.9 - gerd
- Jan 19, 2010 - 2.0* -
Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json Tue Oct 20 16:40:05 2009 (r41958)
+++ trunk/tools/util/release.json Tue Oct 20 17:54:17 2009 (r41959)
@@ -1,9 +1,9 @@
{
- "release.version" : "1.6.0",
- "release.name" : "half-pie",
+ "release.version" : "1.7.0",
+ "release.name" : "African Grey",
"release.day" : "Tuesday",
- "release.date" : "15 September 2009",
- "release.nextdate" : "20 October 2009",
+ "release.date" : "20 October 2009",
+ "release.nextdate" : "17 November 2009",
"web.root" : "http://parrot.org/",
"web.source" : "download",
@@ -17,7 +17,7 @@
"wiki.bugday" : "bug_day_2009_10_17",
"cpan.search" : "http://search.cpan.org/dist/parrot",
- "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/1.6.0/",
+ "ftp.path" : "ftp://ftp.parrot.org/pub/parrot/releases/devel/1.7.0/",
"subversion.root" : "http://subversion.tigris.org/",
"svk.root" : "http://svk.bestpractical.com/"
}
More information about the parrot-commits
mailing list