diff --git a/documentation/api.md b/documentation/api.md index 9b4875500..d290f93e1 100644 --- a/documentation/api.md +++ b/documentation/api.md @@ -15,7 +15,7 @@ title: Scala API Docs * [Actors API](http://www.scala-lang.org/api/2.11.7/scala-actors/#scala.actors.package) (deprecated) * [Swing API](http://www.scala-lang.org/api/2.11.7/scala-swing/#scala.swing.package) * [Continuations API](http://www.scala-lang.org/files/archive/api/2.11.7/scala-continuations-library/#scala.util.continuations.package) -* [Scala 2.10.5](http://www.scala-lang.org/api/2.10.5/) +* [Scala 2.10.6](http://www.scala-lang.org/api/2.10.6/) * Scala 2.12.0-M2 * [Library API](http://www.scala-lang.org/api/2.12.0-M2/) * [Compiler API](http://www.scala-lang.org/api/2.12.0-M2/scala-compiler/) @@ -91,6 +91,7 @@ title: Scala API Docs * [Actors API](http://www.scala-lang.org/api/2.11.0/scala-actors/#scala.actors.package) (deprecated) * [Swing API](http://www.scala-lang.org/api/2.11.0/scala-swing/#scala.swing.package) * [Continuations API](http://www.scala-lang.org/files/archive/api/2.11.0/scala-continuations-library/#scala.util.continuations.package) +* [Scala 2.10.5](http://www.scala-lang.org/api/2.10.5/) * [Scala 2.10.4](http://www.scala-lang.org/api/2.10.4/) * [Scala 2.10.3](http://www.scala-lang.org/api/2.10.3/) * [Scala 2.10.2](http://www.scala-lang.org/api/2.10.2/) diff --git a/download/_posts/2015-09-18-2.10.6.md b/download/_posts/2015-09-18-2.10.6.md new file mode 100644 index 000000000..1833168e2 --- /dev/null +++ b/download/_posts/2015-09-18-2.10.6.md @@ -0,0 +1,20 @@ +--- +title: Scala 2.10.6 +start: 18 September 2015 +layout: downloadpage +release_version: 2.10.6 +release_date: "September 18, 2015" +show_resources: "true" +permalink: /download/2.10.6.html +requirements: "This Scala software distribution can be installed on any Unix-like or Windows system. It requires the Java runtime version 1.6 or later, which can be downloaded here." +resources: [ + ["-main-unixsys", "scala-2.10.6.tgz", "http://downloads.typesafe.com/scala/2.10.6/scala-2.10.6.tgz", "Max OS X, Unix, Cygwin", "28.54M"], + ["-main-windows", "scala.msi", "http://downloads.typesafe.com/scala/2.10.6/scala.msi", "Windows (msi installer)", "58.50M"], + ["-non-main-sys", "scala-2.10.6.zip", "http://downloads.typesafe.com/scala/2.10.6/scala-2.10.6.zip", "Windows", "28.63M"], + ["-non-main-sys", "scala-2.10.6.deb", "http://downloads.typesafe.com/scala/2.10.6/scala-2.10.6.deb", "Debian", "24.50M"], + ["-non-main-sys", "scala-2.10.6.rpm", "http://downloads.typesafe.com/scala/2.10.6/scala-2.10.6.rpm", "RPM package", "24.86M"], + ["-non-main-sys", "scala-docs-2.10.6.txz", "http://downloads.typesafe.com/scala/2.10.6/scala-docs-2.10.6.txz", "API docs", "3.27M"], + ["-non-main-sys", "scala-docs-2.10.6.zip", "http://downloads.typesafe.com/scala/2.10.6/scala-docs-2.10.6.zip", "API docs", "30.94M"], + ["-non-main-sys", "scala-sources-2.10.6.tar.gz", "https://github.com/scala/scala/archive/v2.10.6.tar.gz", "Sources", ""] +] +--- \ No newline at end of file diff --git a/download/index.md b/download/index.md index 20fb4e6ae..c5bac4aea 100644 --- a/download/index.md +++ b/download/index.md @@ -5,7 +5,7 @@ release_version: 2.11.7 release_date: "June 23, 2015" other_releases: [ ["maintenance_version", "Last 2.9.x maintenance release", 2.9.3, "February 28, 2013"], - ["maintenance_version", "Last 2.10.x maintenance release", 2.10.5, "March 5, 2015"], + ["maintenance_version", "Last 2.10.x maintenance release", 2.10.6, "September 18, 2015"], ["development_version", "Current 2.11.x release", 2.11.7, "June 23, 2015"], ["milestone_version", "Current 2.12.x milestone release", 2.12.0-M2, "July 14, 2015"] ] diff --git a/news/_posts/2015-09-18-release-notes-2.10.6.md b/news/_posts/2015-09-18-release-notes-2.10.6.md new file mode 100644 index 000000000..877263a02 --- /dev/null +++ b/news/_posts/2015-09-18-release-notes-2.10.6.md @@ -0,0 +1,19 @@ +--- +layout: news +post-type: announcement +permalink: /news/2.10.6 +title: "Scala 2.10.6 is now available!" +--- +Scala 2.10.6 [resolves a license incompatibility in scala.util.Sorting](https://github.com/scala/scala/pull/4557), but is otherwise identical to Scala 2.10.5. A total of [three pending backports](https://github.com/scala/scala/pulls?q=milestone%3A2.10.6+is%3Aclosed) were merged. + +We strongly encourage you to upgrade to the latest stable version of Scala 2.11.x, as the 2.10.x series is no longer actively maintained. + +### Scala IDE +The current release of Scala IDE supports any 2.10.x release, and is available on the [download site](http://scala-ide.org/download/sdk.html). + +### Release Notes for the Scala 2.10 Series + +The release notes for the Scala 2.10 series, which also apply to the current minor release, are available in the [release notes for Scala 2.10.4](http://scala-lang.org/news/2.10.4). They contain important information such as: + +* The specification of binary compatibility between minor releases. +* Details on new features, important changes and deprecations in Scala 2.10. \ No newline at end of file