Skip to content

Commit 6f2cbf0

Browse files
committed
Scala 2.10.6
1 parent b116e2b commit 6f2cbf0

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

documentation/api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Scala API Docs
1515
* [Actors API](http://www.scala-lang.org/api/2.11.7/scala-actors/#scala.actors.package) (deprecated)
1616
* [Swing API](http://www.scala-lang.org/api/2.11.7/scala-swing/#scala.swing.package)
1717
* [Continuations API](http://www.scala-lang.org/files/archive/api/2.11.7/scala-continuations-library/#scala.util.continuations.package)
18-
* [Scala 2.10.5](http://www.scala-lang.org/api/2.10.5/)
18+
* [Scala 2.10.6](http://www.scala-lang.org/api/2.10.6/)
1919
* Scala 2.12.0-M2
2020
* [Library API](http://www.scala-lang.org/api/2.12.0-M2/)
2121
* [Compiler API](http://www.scala-lang.org/api/2.12.0-M2/scala-compiler/)
@@ -91,6 +91,7 @@ title: Scala API Docs
9191
* [Actors API](http://www.scala-lang.org/api/2.11.0/scala-actors/#scala.actors.package) (deprecated)
9292
* [Swing API](http://www.scala-lang.org/api/2.11.0/scala-swing/#scala.swing.package)
9393
* [Continuations API](http://www.scala-lang.org/files/archive/api/2.11.0/scala-continuations-library/#scala.util.continuations.package)
94+
* [Scala 2.10.5](http://www.scala-lang.org/api/2.10.5/)
9495
* [Scala 2.10.4](http://www.scala-lang.org/api/2.10.4/)
9596
* [Scala 2.10.3](http://www.scala-lang.org/api/2.10.3/)
9697
* [Scala 2.10.2](http://www.scala-lang.org/api/2.10.2/)

download/_posts/2015-09-18-2.10.6.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Scala 2.10.6
3+
start: 18 September 2015
4+
layout: downloadpage
5+
release_version: 2.10.6
6+
release_date: "September 18, 2015"
7+
show_resources: "true"
8+
permalink: /download/2.10.6.html
9+
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>."
10+
resources: [
11+
["-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"],
12+
["-main-windows", "scala.msi", "http://downloads.typesafe.com/scala/2.10.6/scala.msi", "Windows (msi installer)", "58.50M"],
13+
["-non-main-sys", "scala-2.10.6.zip", "http://downloads.typesafe.com/scala/2.10.6/scala-2.10.6.zip", "Windows", "28.63M"],
14+
["-non-main-sys", "scala-2.10.6.deb", "http://downloads.typesafe.com/scala/2.10.6/scala-2.10.6.deb", "Debian", "24.50M"],
15+
["-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"],
16+
["-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"],
17+
["-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"],
18+
["-non-main-sys", "scala-sources-2.10.6.tar.gz", "https://github.com/scala/scala/archive/v2.10.6.tar.gz", "Sources", ""]
19+
]
20+
---

download/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ release_version: 2.11.7
55
release_date: "June 23, 2015"
66
other_releases: [
77
["maintenance_version", "Last 2.9.x maintenance release", 2.9.3, "February 28, 2013"],
8-
["maintenance_version", "Last 2.10.x maintenance release", 2.10.5, "March 5, 2015"],
8+
["maintenance_version", "Last 2.10.x maintenance release", 2.10.6, "September 18, 2015"],
99
["development_version", "Current 2.11.x release", 2.11.7, "June 23, 2015"],
1010
["milestone_version", "Current 2.12.x milestone release", 2.12.0-M2, "July 14, 2015"]
1111
]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: news
3+
post-type: announcement
4+
permalink: /news/2.10.6
5+
title: "Scala 2.10.6 is now available!"
6+
---
7+
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.
8+
9+
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.
10+
11+
### Scala IDE
12+
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).
13+
14+
### Release Notes for the Scala 2.10 Series
15+
16+
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:
17+
18+
* The specification of binary compatibility between minor releases.
19+
* Details on new features, important changes and deprecations in Scala 2.10.

0 commit comments

Comments
 (0)