Skip to content

Commit

Permalink
Add announcements from master into nom branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Sep 9, 2011
1 parent 433a731 commit 3053e41
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docs/announce/2011.05
@@ -0,0 +1,44 @@
Announce: Rakudo Perl 6 compiler development release #41 ("Dahut")

On behalf of the Rakudo development team, I'm happy to announce the
May 2011 release of Rakudo Perl #41 "Dahut". Rakudo is an
implementation of Perl 6 on the Parrot Virtual Machine (see
<http://www.parrot.org>). The tarball for the May 2011 release
is available from <http://github.com/rakudo/rakudo/downloads>.

Please note: This announcement is not for the Rakudo Star distribution --
it's announcing a new release of the compiler only. For the latest
Rakudo Star release, see <http://github.com/rakudo/star/downloads>.

The Rakudo Perl compiler follows a monthly release cycle, with each release
named after a Perl Mongers group. The May 2011 release is code named
"Dahut".

Some of the specific changes and improvements occurring with this
release include:

* added a call counter for builtins in Perl 6-level subroutines
* gcd (greatest common divisor) and lcm (largest common multiple) operators
* implemented Int.base

For a more detailed list of changes, see "docs/ChangeLog".

The development team thanks all of our contributors and sponsors for
making Rakudo Perl possible, as well as those people who worked on
Parrot, the Perl 6 test suite and the specification.

The following people contributed to this release:

Patrick R. Michaud, Moritz Lenz, Jonathan Scott Duff, Tadeusz Sośnierz,
Carl Masak, Solomon Foster, bacek

If you would like to contribute, see <http://rakudo.org/how-to-help>, ask on
the perl6-compiler@perl.org mailing list, or ask on IRC #perl6 on freenode.

The next release of Rakudo (#42) is scheduled for June 23, 2011.
A list of the other planned release dates and code names for 2011 is
available in the "docs/release_guide.pod" file. In general, Rakudo
development releases are scheduled to occur two days after each
Parrot monthly release. Parrot releases the third Tuesday of each month.

Have fun!
53 changes: 53 additions & 0 deletions docs/announce/2011.06
@@ -0,0 +1,53 @@
Announce: Rakudo Perl 6 compiler development release #42 ("Bruxelles")

On behalf of the Rakudo development team, I'm happy to announce the
June 2011 release of Rakudo Perl #42 "Bruxelles". Rakudo is an
implementation of Perl 6 on the Parrot Virtual Machine (see
<http://www.parrot.org>). The tarball for the June 2011 release
is available from <http://github.com/rakudo/rakudo/downloads>.

Please note: This announcement is not for the Rakudo Star distribution --
it's announcing a new release of the compiler only. For the latest
Rakudo Star release, see <http://github.com/rakudo/star/downloads>.

The Rakudo Perl compiler follows a monthly release cycle, with each release
named after a Perl Mongers group. The June 2011 release is code named
"Bruxelles".

DON'T PANIC: Browsing the change log below, it might appear
as though not much Rakudo development is taking place. Nearly
all of the development activity is now occurring in the "nom"
branch of the Rakudo repository (over 500 commits since the 2011.05
release). This new branch will shortly become the mainline branch
from which monthly releases are made, and already contains many
important bugfixes and performance improvements.

Some of the specific changes and improvements occurring in the
master branch with this release include:

* Fixed a bug with &infix:<=> when used in multiple assignments to
aggregate elements.
* Improved parrot register handling for more efficient code.
* Added take-rw and return-rw functions.

For a more detailed list of changes, see "docs/ChangeLog".

The development team thanks all of our contributors and sponsors for
making Rakudo Perl possible, as well as those people who worked on
Parrot, the Perl 6 test suite and the specification.

The following people contributed to this release:

Patrick R. Michaud, Moritz Lenz, Martin Berends, Tadeusz Sośnierz,
JD Horelick, and others.

If you would like to contribute, see <http://rakudo.org/how-to-help>, ask on
the perl6-compiler@perl.org mailing list, or ask on IRC #perl6 on freenode.

The next release of Rakudo (#43) is scheduled for July 21, 2011.
A list of the other planned release dates and code names for 2011 is
available in the "docs/release_guide.pod" file. In general, Rakudo
development releases are scheduled to occur two days after each
Parrot monthly release. Parrot releases the third Tuesday of each month.

Have fun and don't forget your towel!
58 changes: 58 additions & 0 deletions docs/announce/2011.07
@@ -0,0 +1,58 @@
Announce: Rakudo Perl 6 compiler development release #43 ("Beijing")

On behalf of the Rakudo development team, I'm happy to announce the
July 2011 release of Rakudo Perl #43 "Beijing". Rakudo is an
implementation of Perl 6 on the Parrot Virtual Machine (see
<http://www.parrot.org>). The tarball for the July 2011 release
is available from <http://github.com/rakudo/rakudo/downloads>.

Please note: This announcement is not for the Rakudo Star distribution --
it's announcing a new release of the compiler only. For the latest
Rakudo Star release, see <http://github.com/rakudo/star/downloads>.

The Rakudo Perl compiler follows a monthly release cycle, with each release
named after a Perl Mongers group. The July 2011 release is code named
"Beijing" after the host of the Beijing Perl Workshop 2011, which featured
several Perl 6 related talks.

This will be the last compiler release made from the current "master"
branch of Rakudo. For the past several months, Rakudo compiler
development has primarily occurred in the "nom" branch of the
Rakudo repository (over 1200 commits since the 2011.05 release).
Shortly after this release, the "nom" branch will become the new
"master" branch and will be the source for future releases,
including the 2011.08 release. We expect there will be several
releases in the near future -- watch http://rakudo.org/ for
details.

Some of the specific changes and improvements occurring in the
master branch with this release include:

* Fix bug in exponentation of negative numbers
* Fix build on systems with little RAM

For a more detailed list of changes, see "docs/ChangeLog".

The development team thanks all of our contributors and sponsors for
making Rakudo Perl possible, as well as those people who worked on
Parrot, the Perl 6 test suite and the specification.

The following people contributed to this release:

Moritz Lenz, Patrick R. Michaud, atrodo, Solomon Foster, bacek and others.

If you would like to contribute, see <http://rakudo.org/how-to-help>, ask on
the perl6-compiler@perl.org mailing list, or ask on IRC #perl6 on freenode.

Rakudo has traditionally released two days after each Parrot
monthly release. Because the new version of the compiler has
additional dependencies beyond Parrot, starting in August 2011
we will make releases sometime in the week following each monthly
Parrot release. (Parrot releases occur on the third Tuesday of
each month.) Thus the next regular release of Rakudo will occur
sometime before August 23, 2011. We also expect to have additional
"pre-release" versions of Rakudo and Rakudo Star prior to that date.

A list of the other planned release dates and code names for 2011
is available in the "docs/release_guide.pod" file.

0 comments on commit 3053e41

Please sign in to comment.