diff --git a/_downloads/2018-01-31-2.13.0-M3.md b/_downloads/2018-01-31-2.13.0-M3.md new file mode 100644 index 000000000..b5589d779 --- /dev/null +++ b/_downloads/2018-01-31-2.13.0-M3.md @@ -0,0 +1,20 @@ +--- +title: Scala 2.13.0-M3 +start: 31 January 2018 +layout: downloadpage +release_version: 2.13.0-M3 +release_date: "January 31, 2018" +show_resources: "true" +permalink: /download/2.13.0-M3.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-M3.tgz", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-2.13.0-M3.tgz", "Mac OS X, Unix, Cygwin", "17.31M"], + ["-main-windows", "scala-2.13.0-M3.msi", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-2.13.0-M3.msi", "Windows (msi installer)", "114.28M"], + ["-non-main-sys", "scala-2.13.0-M3.zip", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-2.13.0-M3.zip", "Windows", "17.35M"], + ["-non-main-sys", "scala-2.13.0-M3.deb", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-2.13.0-M3.deb", "Debian", "132.66M"], + ["-non-main-sys", "scala-2.13.0-M3.rpm", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-2.13.0-M3.rpm", "RPM package", "114.82M"], + ["-non-main-sys", "scala-docs-2.13.0-M3.txz", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-docs-2.13.0-M3.txz", "API docs", "51.24M"], + ["-non-main-sys", "scala-docs-2.13.0-M3.zip", "https://downloads.lightbend.com/scala/2.13.0-M3/scala-docs-2.13.0-M3.zip", "API docs", "100.01M"], + ["-non-main-sys", "scala-sources-2.13.0-M3.tar.gz", "https://github.com/scala/scala/archive/v2.13.0-M3.tar.gz", "Sources", ""] +] +--- diff --git a/_posts/2018-01-31-release-notes-2.13.0-M3.md b/_posts/2018-01-31-release-notes-2.13.0-M3.md new file mode 100644 index 000000000..918ca944b --- /dev/null +++ b/_posts/2018-01-31-release-notes-2.13.0-M3.md @@ -0,0 +1,19 @@ +--- +category: announcement +permalink: /news/2.13.0-M3 +title: "Scala 2.13.0-M3 is now available!" +--- + +M3 is the last 2.13 milestone with the old collection library! The next (and last) milestone of this series will integrate the new collections incubating at https://github.com/scala/collection-strawman/. +We will soon provide an easy way to try the new collections in your own project to solicit feedback on how we can simplify the upgrade to 2.13. + +Thanks to Miles Sabin's hard work (sponsored by Lightbend), this milestone adds support for [literal types](https://github.com/scala/scala/pull/5310), +as well as improving the compiler with better support for typelevel programming, to benefit libraries such as Shapeless. More of this is coming in M4. + +Finally, the standard library now adheres to the [compact1](http://openjdk.java.net/jeps/161) profile, +enabling a [signification reduction of the deployment footprint](https://github.com/scala/bug/issues/10559) of Scala applications. + +For more information, see the [full release notes](https://github.com/scala/scala/releases/v2.13.0-M3). + + + diff --git a/download/index.md b/download/index.md index ef9e0c170..d8c8d03de 100644 --- a/download/index.md +++ b/download/index.md @@ -5,7 +5,7 @@ release_version: 2.12.4 release_date: "October 17, 2017" show_resources: "true" other_releases: [ - ["development_version", "Current 2.13.x milestone", 2.13.0-M2, "August 8, 2017"], + ["development_version", "Current 2.13.x milestone", 2.13.0-M3, "January 31, 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"] ]