From 4ee3e274f33795cb5fbd0e082aca3eab6fd66345 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 30 Aug 2018 10:01:06 -0700 Subject: [PATCH] Scala 2.13.0-M5 is here --- _downloads/2018-08-30-2.13.0-M5.md | 20 ++++++++++++++++++++ _posts/2018-08-30-release-notes-2.13.0-M5.md | 8 ++++++++ download/index.md | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 _downloads/2018-08-30-2.13.0-M5.md create mode 100644 _posts/2018-08-30-release-notes-2.13.0-M5.md diff --git a/_downloads/2018-08-30-2.13.0-M5.md b/_downloads/2018-08-30-2.13.0-M5.md new file mode 100644 index 000000000..d3774a3cf --- /dev/null +++ b/_downloads/2018-08-30-2.13.0-M5.md @@ -0,0 +1,20 @@ +--- +title: Scala 2.13.0-M5 +start: 30 August 2018 +layout: downloadpage +release_version: 2.13.0-M5 +release_date: "August 30, 2018" +show_resources: "true" +permalink: /download/2.13.0-M5.html +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires Java 8 or later, available here." +resources: [ + ["-main-unixsys", "scala-2.13.0-M5.tgz", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-2.13.0-M5.tgz", "Mac OS X, Unix, Cygwin", "16.90M"], + ["-main-windows", "scala-2.13.0-M5.msi", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-2.13.0-M5.msi", "Windows (msi installer)", "103.19M"], + ["-non-main-sys", "scala-2.13.0-M5.zip", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-2.13.0-M5.zip", "Windows", "16.94M"], + ["-non-main-sys", "scala-2.13.0-M5.deb", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-2.13.0-M5.deb", "Debian", "524.89M"], + ["-non-main-sys", "scala-2.13.0-M5.rpm", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-2.13.0-M5.rpm", "RPM package", "103.68M"], + ["-non-main-sys", "scala-docs-2.13.0-M5.txz", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-docs-2.13.0-M5.txz", "API docs", "44.40M"], + ["-non-main-sys", "scala-docs-2.13.0-M5.zip", "https://downloads.lightbend.com/scala/2.13.0-M5/scala-docs-2.13.0-M5.zip", "API docs", "89.44M"], + ["-non-main-sys", "scala-sources-2.13.0-M5.tar.gz", "https://github.com/scala/scala/archive/v2.13.0-M5.tar.gz", "Sources", "6.45M"] +] +--- diff --git a/_posts/2018-08-30-release-notes-2.13.0-M5.md b/_posts/2018-08-30-release-notes-2.13.0-M5.md new file mode 100644 index 000000000..f78bdb36c --- /dev/null +++ b/_posts/2018-08-30-release-notes-2.13.0-M5.md @@ -0,0 +1,8 @@ +--- +category: announcement +permalink: /news/2.13.0-M5 +title: "Scala 2.13.0-M5 is now available!" +--- +[Scala 2.13.0-M5](https://github.com/scala/scala/releases/tag/v2.13.0-M5) further refines and polishes the new collections API, among other improvements. As of this milestone, 2.13 is now feature-frozen. + +For all the details, refer to the [release notes](https://github.com/scala/scala/releases/tag/v2.13.0-M5) on GitHub. diff --git a/download/index.md b/download/index.md index 7c5f30110..c02e920e1 100644 --- a/download/index.md +++ b/download/index.md @@ -5,7 +5,7 @@ release_version: 2.12.6 release_date: "April 27, 2018" show_resources: "true" other_releases: [ - ["development_version", "Current 2.13.x milestone", 2.13.0-M4, "May 15, 2018"], + ["development_version", "Current 2.13.x milestone", 2.13.0-M5, "August 30, 2018"], ["maintenance_version", "Last 2.11.x maintenance release", 2.11.12, "November 9, 2017"], ["maintenance_version", "Last 2.10.x maintenance release", 2.10.7, "November 9, 2017"] ]