Skip to content

Scala 2.10.6 #332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 29, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion documentation/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -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/)
Expand Down
20 changes: 20 additions & 0 deletions download/_posts/2015-09-18-2.10.6.md
Original file line number Diff line number Diff line change
@@ -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 <a href='http://www.java.com/'>here</a>."
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", ""]
]
---
2 changes: 1 addition & 1 deletion download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
]
Expand Down
19 changes: 19 additions & 0 deletions news/_posts/2015-09-18-release-notes-2.10.6.md
Original file line number Diff line number Diff line change
@@ -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.