aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-01-23 09:39:42 +0100
committerMoritz Lenz <moritz@faui2k3.org>2012-01-23 09:39:42 +0100
commitcc390bab2a152f5bd47dcf62895c25fcc6661a87 (patch)
treeb2237441ce52f652d304fd441a35b4b09b4d5cb8
parent68c7b810aac92c2e60290a608dac46a0e790dc6b (diff)
small fixes to the release annoucement
turns out we accidentally ship parrot 3.11, not 4.0, unless somebody fixes it
-rw-r--r--skel/docs/announce/2012.014
1 files changed, 2 insertions, 2 deletions
diff --git a/skel/docs/announce/2012.01 b/skel/docs/announce/2012.01
index 4b95b4d..44b1f11 100644
--- a/skel/docs/announce/2012.01
+++ b/skel/docs/announce/2012.01
@@ -8,7 +8,7 @@ release is available from <http://github.com/rakudo/star/downloads>.
In the Perl 6 world, we make a distinction between the language
("Perl 6") and specific implementations of the language such as
"Rakudo Perl". This Star release includes release #48 of the
-Rakudo Perl 6 compiler [1], version 4.0.0 of the Parrot Virtual
+Rakudo Perl 6 compiler [1], version 3.11 of the Parrot Virtual
Machine [2], and various modules, documentation, and other
resources collected from the Perl 6 community.
@@ -89,7 +89,7 @@ another month.
There are some key features of Perl 6 that Rakudo Star does not
yet handle appropriately, although they will appear in upcoming
releases. Some of the not-quite-there features include:
- * binary objects, pack and unpack
+ * pack and unpack
* macros
* threads and concurrency
* Unicode strings at levels other than codepoints