Skip to content

Commit

Permalink
Docs for the point release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDaniel committed Feb 23, 2018
1 parent 084ac02 commit dc0f06b
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ChangeLog
@@ -1,3 +1,7 @@
New in 2018.02.1:
+ Fixes:
+ Fixed Whatever curry QAST::Block migration in stmt mods [5270471c]

New in 2018.02:
+ Fixes:
+ Fixed `no worries` pragma [f5b4d89f]
Expand Down
62 changes: 62 additions & 0 deletions docs/announce/2018.02.1.md
@@ -0,0 +1,62 @@
# Announce: Rakudo Perl 6 compiler, Release 2018.02.1

On behalf of the Rakudo development team, I'm announcing an
out-of-schedule release of the Rakudo Perl 6 compiler.
Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1].

This release is a point release in addition to the regular, monthly
releases. Rakudo 2018.02 (note: no .1) was discovered to contain a bug
which caused segfaults when using Whatever curries in topics of
for/given statement modifiers.

The tarball for this release is available from <http://rakudo.org/downloads/rakudo/>.

Please note: This announcement is not for the Rakudo Star
distribution[^2] — it’s announcing a new release of the compiler
only. For the latest Rakudo Star release, see
<http://rakudo.org/downloads/star/>.

The changes in this release are outlined below:

New in 2018.02.1:
+ Fixes:
+ Fixed Whatever curry QAST::Block migration in stmt mods [5270471c]

The following people contributed to this release:

Zoffix Znet, Aleks-Daniel Jakimenko-Aleksejev

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

Additionally, we invite you to make a donation to The Perl Foundation
to sponsor Perl 6 development: <https://donate.perlfoundation.org/>
(put “Perl 6 Core Development Fund” in the ‘Purpose’ text field)

The next release of Rakudo (#121), is tentatively scheduled for 2018-03-17.

A list of the other planned release dates is available in the
“docs/release_guide.pod” file.

The development team appreciates feedback! If you’re using Rakudo, do
get back to us. Questions, comments, suggestions for improvements, cool
discoveries, incredible hacks, or any other feedback – get in touch with
us through (the above-mentioned) mailing list or IRC channel. Enjoy!

Please note that recent releases have known issues running on the JVM.
We are working to get the JVM backend working again but do not yet have
an estimated delivery date.

[^1]: See <http://moarvm.org/>

[^2]: What’s the difference between the Rakudo compiler and the Rakudo
Star distribution?

The Rakudo compiler is a compiler for the Perl 6 language.
Not much more.

The Rakudo Star distribution is the Rakudo compiler plus a selection
of useful Perl 6 modules, a module installer, Perl 6 introductory
documentation, and other software that can be used with the Rakudo
compiler to enhance its utility.
1 change: 1 addition & 0 deletions docs/release_guide.pod
Expand Up @@ -447,6 +447,7 @@ Previous releases were bundled as part of monthly Parrot releases.
2017-12-21 Rakudo #118 "2017.12" (AlexDaniel + Releasable)
2018-01-25 Rakudo #119 "2018.01" (AlexDaniel + Releasable)
2018-02-20 Rakudo #120 "2018.02" (AlexDaniel + Releasable)
2018-02-23 2018.02.1 (AlexDaniel + Releasable)

=head1 COPYRIGHT

Expand Down

0 comments on commit dc0f06b

Please sign in to comment.