From 9ab1691c844787552c766900ee1880c2c6b2e9b9 Mon Sep 17 00:00:00 2001 From: "Will \"Coke\" Coleda" Date: Wed, 21 Mar 2007 03:09:08 +0000 Subject: [PATCH] [RELEASE] 0.4.10, part 2 git-svn-id: https://svn.parrot.org/parrot/trunk@17674 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- ChangeLog | 3 +++ NEWS | 28 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/ChangeLog b/ChangeLog index d6526cbdf6..8e6eb01d63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ * Released 0.4.10 See NEWS for more. +2007.3.10 coke + * removed parakeet + 2007.02.22 pmichaud * Released 0.4.9 See NEWS for more. diff --git a/NEWS b/NEWS index b72aaf220d..d023d6085c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,34 @@ # $Id$ New in 0.4.10 +- Compilers: + + IMCC: Parrot calling conventions now available between two C PMCs + + PGE: Match object improvements + + smop: added Attribute and Class PMCs + + HLLCompiler: improvements for interactive mode +- PAST: + + extended binding to a list of variables +- Languages: + + Updated Lua, PHP ("Plumhead"), Tcl ("ParTcl"), Ruby ("Cardinal") + + Update PIR, regex, Zcode + + New language: Pynie - a Python compiler for Parrot + + lua implements require and many other ops, improved regex support + + Remove parakeet +- Design: + + PDD01 "Overview" - updated architecture and platform information + + PDD15 "Objects" - details on roles, objects, and classes added + + PDD22 "I/O" - ahheh async ops and Status PMC details +- Documentation: + + Added guides for Metacommitter, Relase Manager, and Cage Cleaner roles +- Implementation: + + Object, Class, Role, and Attribute PMC implementation has begun + + Perl 5 module "Parrot::Embed" now compiles and links on all platforms +- Build: + + Major improvements in test coverage for 'ops2c.pl' +- Misc: + + New utility: Crow, a template processor + + New library module: Config/JSON for reading/writing JSON files + + many bugfixes, enhancements, and coding standard updates, code cleanup New in 0.4.9