~ubuntu-branches/ubuntu/precise/rakudo/precise

« back to all changes in this revision

Viewing changes to docs/announce/2010.11

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghedini
  • Date: 2011-05-17 11:31:09 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110517113109-rmfir654u1axbpt4
Tags: 0.1~2011.04-1
* New upstream release (Closes: #601862, #585762, #577502)
* New maintainer
* Switch to 3.0 (quilt) format
* Update dependencies (Closes: #584498)
* Update debian/copyright to lastest DEP5 revision
* Do not generate/install perl6 manpage (now done by the build system)
* Enable tests
* Bump Standards-Version to 3.9.2 (no changes needed)
* Do not install extra LICENSE files and duplicated docs
* Remove debian/clean (no more needed)
* Add Vcs-* fields in debian/control
* Rewrite (short) description
* Update upstream copyright years
* Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
    Announce: Rakudo Perl 6 compiler development release #35 ("Melbourne")
 
2
 
 
3
On behalf of the Rakudo development team, I'm happy to announce the
 
4
November 2010 release of Rakudo Perl #35 "Melbourne".  Rakudo is an 
 
5
implementation of Perl 6 on the Parrot Virtual Machine (see 
 
6
<http://www.parrot.org>). The tarball for the November 2010 release
 
7
is available from <http://github.com/rakudo/rakudo/downloads>.
 
8
 
 
9
Please note: This announcement is not for the Rakudo Star distribution --
 
10
it's announcing a new release of the compiler only.  For the latest
 
11
Rakudo Star release, see <http://github.com/rakudo/star/downloads>.
 
12
 
 
13
The Rakudo Perl compiler follows a monthly release cycle, with each release
 
14
named after a Perl Mongers group. The November 2010 release is code named
 
15
"Melbourne", PM group of Damian Conway, long-time advocate/explicator of
 
16
and contributor to Perl 6.
 
17
 
 
18
Some of the specific changes and improvements occurring with this
 
19
release include:
 
20
 
 
21
* qw// is now implemented
 
22
 
 
23
* .trans is now 5 times faster
 
24
 
 
25
* indexing is now possible with both ranges and Whatever
 
26
  offsets together: @a[0 .. *-2]
 
27
 
 
28
For a more detailed list of changes, see "docs/ChangeLog".
 
29
 
 
30
The development team thanks all of our contributors and sponsors for
 
31
making Rakudo Perl possible, as well as those people who worked on 
 
32
Parrot, the Perl 6 test suite and the specification.
 
33
 
 
34
The following people contributed to this release:
 
35
 
 
36
Moritz Lenz, Solomon Foster, Kodi Arfer, Tadeusz Sośnierz, Nick Wellnhofer,
 
37
Jonathan Scott Duff, Bruce Gray, Jonathan Worthington, Patrick R.  Michaud,
 
38
mikehh, flussence, Jan Ingvoldstad, and your humble release manager Carl
 
39
Mäsak.
 
40
 
 
41
If you would like to contribute, see <http://rakudo.org/how-to-help>, ask on
 
42
the perl6-compiler@perl.org mailing list, or ask on IRC #perl6 on freenode.
 
43
 
 
44
The next release of Rakudo (#36) is scheduled for December 23, 2010.
 
45
A list of the other planned release dates and code names for 2010 is
 
46
available in the "docs/release_guide.pod" file.  In general, Rakudo
 
47
development releases are scheduled to occur two days after each
 
48
Parrot monthly release.  Parrot releases the third Tuesday of each month.
 
49
 
 
50
Have fun!