Skip to content

Commit

Permalink
[RELEASE] 0.4.10, part 2
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@17674 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
coke committed Mar 21, 2007
1 parent 8bb06a5 commit 9ab1691
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -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.
Expand Down
28 changes: 28 additions & 0 deletions 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

Expand Down

0 comments on commit 9ab1691

Please sign in to comment.