aboutsummaryrefslogtreecommitdiff
path: root/docs/announce/2019.11.md
diff options
context:
space:
mode:
authorNaoum Hankache <naoum88@gmail.com>2020-02-26 20:14:39 +0300
committerGitHub <noreply@github.com>2020-02-26 20:14:39 +0300
commita6253c2b109538031b7c9b52cbd56adb266c4746 (patch)
tree1b349ba24e7732118d884b4122ef741f091e2704 /docs/announce/2019.11.md
parent139ba6333a8b7497b5349a6ed9fde963ea7a90e7 (diff)
parent34714c9ec604da31fc87a98f1f7f165ea50214d1 (diff)
Merge pull request #144 from Tyil/master
Get Rakudo Star working for 2019.07.1
Diffstat (limited to 'docs/announce/2019.11.md')
-rw-r--r--docs/announce/2019.11.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/announce/2019.11.md b/docs/announce/2019.11.md
new file mode 100644
index 0000000..8af3599
--- /dev/null
+++ b/docs/announce/2019.11.md
@@ -0,0 +1,35 @@
+# Announce: Rakudo Star Release 2019.11
+
+Just in time for the end of the year, Rakudo Star 2019.11. Only the second
+release this year, compared to the usual four releases per year, but it beats
+having only a single one.
+
+Many systems received a couple slight tweaks in order to keep them working for
+newer releases. Some of these received them only to make them easier to
+understand for me. After a lot of hard work, and with help from people all
+around the community, this release was made possible.
+
+A big thanks to everyone involved!
+
+## Changes
+
+- The build system itself received some rigorous changes. All work is now done
+ in the `work` subdirectory, instead of in the root directory. A number of
+ scripts were altered to output some more information as well, which is mostly
+ intended to help Rakudo Star maintainers figure out issues.
+
+- Perl 6 is being renamed to Raku, and this is the first Rakudo Star release
+ containing `raku` as executable. It's just a symbolic link to `rakudo` right
+ now, but it allows you to run programs usin `raku`.
+
+### Ecosystem Modules
+
+- `Linenoise` has been dropped in favour of `Readline`. This also got
+ `LibraryCheck` included, as this is a dependency for `Readline`.
+
+## Downloads
+
+- [Rakudo Star 2019.11](https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2019.11.tar.gz)
+- [Rakudo Star 2019.11 checksums](https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2019.11.tar.gz.checksums.txt)
+- [Rakudo Star 2019.11 PGP signature](https://dist.tyil.nl/raku/rakudo-star/rakudo-star-2019.11.tar.gz.asc)
+- [PGP key (0x7A6AC285E2D98827)](https://www.tyil.nl/pubkey.txt)