Skip to content

Commit b63e3ca

Browse files
committed
2.11.5
1 parent b000360 commit b63e3ca

File tree

5 files changed

+93
-15
lines changed

5 files changed

+93
-15
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: The Scala Programming Language
22

3-
scalaversion: "2.11.4"
4-
devscalaversion: 2.11.4"
3+
scalaversion: "2.11.5"
4+
devscalaversion: 2.11.5"
55
baseurl: ""

documentation/api.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ title: Scala API Docs
55

66
## Latest releases
77

8+
* Scala 2.11.5
9+
* [Library API](http://www.scala-lang.org/api/2.11.5/)
10+
* [Compiler API](http://www.scala-lang.org/api/2.11.5/scala-compiler/)
11+
* [Reflection API](http://www.scala-lang.org/api/2.11.5/scala-reflect/#scala.reflect.package)
12+
* Scala Modules
13+
* [XML API](http://www.scala-lang.org/api/2.11.5/scala-xml/#scala.xml.package)
14+
* [Parser Combinators API](http://www.scala-lang.org/api/2.11.5/scala-parser-combinators/)
15+
* [Actors API](http://www.scala-lang.org/api/2.11.5/scala-actors/#scala.actors.package) (deprecated)
16+
* [Swing API](http://www.scala-lang.org/api/2.11.5/scala-swing/#scala.swing.package)
17+
* [Continuations API](http://www.scala-lang.org/files/archive/api/2.11.5/scala-continuations-library/#scala.util.continuations.package)
18+
* [Scala 2.10.4](http://www.scala-lang.org/api/2.10.4/)
19+
20+
## Nightly builds
21+
22+
* [Library API](http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/)
23+
* [Compiler API](http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/scala-compiler/)
24+
25+
## Previous releases
826
* Scala 2.11.4
927
* [Library API](http://www.scala-lang.org/api/2.11.4/)
1028
* [Compiler API](http://www.scala-lang.org/api/2.11.4/scala-compiler/)
@@ -15,14 +33,6 @@ title: Scala API Docs
1533
* [Actors API](http://www.scala-lang.org/api/2.11.4/scala-actors/#scala.actors.package) (deprecated)
1634
* [Swing API](http://www.scala-lang.org/api/2.11.4/scala-swing/#scala.swing.package)
1735
* [Continuations API](http://www.scala-lang.org/files/archive/api/2.11.4/scala-continuations-library/#scala.util.continuations.package)
18-
* [Scala 2.10.4](http://www.scala-lang.org/api/2.10.4/)
19-
20-
## Nightly builds
21-
22-
* [Library API](http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/)
23-
* [Compiler API](http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/scala-compiler/)
24-
25-
## Previous releases
2636
* Scala 2.11.2
2737
* [Library API](http://www.scala-lang.org/api/2.11.2/)
2838
* [Compiler API](http://www.scala-lang.org/api/2.11.2/scala-compiler/)

download/_posts/2015-01-14-2.11.5.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Scala 2.11.5
3+
start: 14 January 2015
4+
layout: downloadpage
5+
release_version: 2.11.5
6+
release_date: "January 14, 2015"
7+
show_resources: "true"
8+
permalink: /download/2.11.5.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.11.5.tgz", "http://downloads.typesafe.com/scala/2.11.5/scala-2.11.5.tgz", "Max OS X, Unix, Cygwin", "25.88M"],
12+
["-main-windows", "scala-2.11.5.msi", "http://downloads.typesafe.com/scala/2.11.5/scala-2.11.5.msi", "Windows (msi installer)", "107.77M"],
13+
["-non-main-sys", "scala-2.11.5.zip", "http://downloads.typesafe.com/scala/2.11.5/scala-2.11.5.zip", "Windows", "25.93M"],
14+
["-non-main-sys", "scala-2.11.5.deb", "http://downloads.typesafe.com/scala/2.11.5/scala-2.11.5.deb", "Debian", "74.62M"],
15+
["-non-main-sys", "scala-2.11.5.rpm", "http://downloads.typesafe.com/scala/2.11.5/scala-2.11.5.rpm", "RPM package", "106.63M"],
16+
["-non-main-sys", "scala-docs-2.11.5.txz", "http://downloads.typesafe.com/scala/2.11.5/scala-docs-2.11.5.txz", "API docs", "45.95M"],
17+
["-non-main-sys", "scala-docs-2.11.5.zip", "http://downloads.typesafe.com/scala/2.11.5/scala-docs-2.11.5.zip", "API docs", "83.94M"],
18+
["-non-main-sys", "scala-sources-2.11.5.tar.gz", "https://github.com/scala/scala/archive/v2.11.5.tar.gz", "Sources", ""]
19+
]
20+
---

download/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
layout: maindownloadpage
33
title: Download
4-
release_version: 2.11.4
5-
release_date: "October 30, 2014"
4+
release_version: 2.11.5
5+
release_date: "January 14, 2015"
66
other_releases: [
77
["maintenance_version", "Current 2.9.x maintenance release", 2.9.3, "February 28, 2013"],
88
["maintenance_version", "Current 2.10.x maintenance release", 2.10.4, "March 24, 2014"],
9-
["development_version", "Current 2.11.x release", 2.11.4, "October 30, 2014"]
9+
["development_version", "Current 2.11.x release", 2.11.5, "January 14, 2015"]
1010
]
1111
requirements: "The Scala software distribution can be installed on any platform with a <a href='http://www.java.com/'>Java runtime</a>, version 1.6 or later."
1212
resources: [
13-
["-main-unixsys", "scala-2.11.4.tgz", "http://downloads.typesafe.com/scala/2.11.4/scala-2.11.4.tgz", "Max OS X, Unix, Cygwin", "25M"],
14-
["-main-windows", "scala-2.11.4.msi", "http://downloads.typesafe.com/scala/2.11.4/scala-2.11.4.msi", "Windows (msi installer)", "95M"]
13+
["-main-unixsys", "scala-2.11.5.tgz", "http://downloads.typesafe.com/scala/2.11.5/scala-2.11.5.tgz", "Max OS X, Unix, Cygwin", "25.88M"],
14+
["-main-windows", "scala-2.11.5.msi", "http://downloads.typesafe.com/scala/2.11.5/scala-2.11.5.msi", "Windows (msi installer)", "107.77M"],
1515
]
1616
---
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: news
3+
post-type: announcement
4+
title: "Scala 2.11.5 is now available!"
5+
---
6+
We are very pleased to announce the release of Scala 2.11.5!
7+
8+
* Get started with the [Hello Scala 2.11 template](https://typesafe.com/activator/template/hello-scala-2_11) in [Typesafe Activator](https://typesafe.com/platform/getstarted)
9+
* Download a distribution from [scala-lang.org](http://scala-lang.org/download/2.11.5.html)
10+
* Obtain it via [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scala-lang%22%20AND%20v%3A%222.11.5%22)
11+
12+
Scala 2.11.5 is a bugfix release that is binary compatible with previous releases in the Scala 2.11 series. We would like to highlight the following changes:
13+
14+
- @heathermiller's [SI-6502 Reenables loading jars into the running REPL](https://github.com/scala/scala/pull/4051)
15+
- @mpociecha's [The alternative, flat representation of classpath elements](https://github.com/scala/scala/pull/4176)
16+
- @gbasler's [Avoid the 'CNF budget exceeded' exception via smarter translation into CNF](https://github.com/scala/scala/pull/4078)
17+
- @adriaanm's [SAMmy: eta-expansion, overloading, existentials](https://github.com/scala/scala/pull/4101)
18+
- A great number of documentation improvements -- thank you (and, to those appearing for the first time in our release notes, welcome!): @kanielc, @lymia, @stevegury, @vigdorchik, @gourlaysama, @ichoran, @retronym, @xuwei-k, @dickwall, @phaller.
19+
20+
Compared to 2.11.4, this release resolves [74 issues](https://issues.scala-lang.org/issues/?jql=project%20%3D%20SI%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20%28%22Scala%202.11.5%22%29%20ORDER%20BY%20component%20ASC%2C%20priority%20DESC). Out of 132, we [merged 110 pull requests](https://github.com/scala/scala/pulls?q=is%3Apr+is%3Amerged+milestone%3A2.11.5). Before upgrading, please also check the [known issues](https://issues.scala-lang.org/issues/?jql=project%20%3D%20SI%20AND%20status%3Dopen%20AND%20affectedVersion%20%3D%20%22Scala%202.11.5%22%20and%20fixVersion%20%3E%3D%20%22Scala%202.11.5%22%20ORDER%20BY%20component%20ASC%2C%20priority%20DESC) for this release.
21+
22+
The next minor Scala 2.11 release will be available before the end of the year, or sooner if prompted by a serious issue.
23+
24+
### Scala IDE
25+
The current release of Scala IDE includes Scala 2.11.5 is available on the [download site](http://scala-ide.org/download/sdk.html) (or as an update to version 4.0 of the plugin).
26+
27+
### Available Libraries and Frameworks
28+
29+
A large number of Scala projects have been released against Scala 2.11. Please refer to the list of [libraries and frameworks available for Scala 2.11](https://github.com/scala/make-release-notes/blob/2.11.x/projects-2.11.md).
30+
31+
### Reminder: Do Not Use Scala 2.11.3
32+
Due to a [binary incompatibility](https://issues.scala-lang.org/browse/SI-8899) in Scala 2.11.3, we recommend upgrading to Scala 2.11.5, which resolves the incompatibility, as well as another [blocker issue](https://issues.scala-lang.org/browse/SI-8900) that was discovered in the days after the 2.11.3 release.
33+
34+
We have [analyzed](https://groups.google.com/d/msg/scala-internals/SSD9BNJaFbU/rACBkHrs2JEJ) the mistakes that lead to the breakage (human error), and are taking measures to prevent this from happening again. We apologize for the inconvenience, and thank everyone who was involved in reporting and diagnosing these critical issues.
35+
36+
### Release Notes for the Scala 2.11 Series
37+
38+
The release notes for the Scala 2.11 series, which also apply to the current minor release, are available in the [release notes for Scala 2.11.1](http://scala-lang.org/news/2.11.1). They contain important information such as:
39+
40+
* The specification of binary compatibility between minor releases.
41+
* Details on new features, important changes and deprecations in Scala 2.11.
42+
43+
### Contributors
44+
45+
A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation, participating in mailing lists and other public fora, and submitting and reviewing pull requests! You are all awesome.
46+
47+
According to `git shortlog -sn --no-merges v2.11.4..v2.11.5`, 30 people contributed to this minor release:
48+
Jason Zaugg, Lukas Rytz, Michał Pociecha, A. P. Marki, Antoine Gourlay, Heather Miller, Adriaan Moors, Rex Kerr, Simon Ochsenreither, Gerard Basler, Denton Cockburn, Kenji Yoshida, Ye Xianjin, Guy Dickinson, Jean-Remi Desjardins, Alissa Rao, Lukasz Piepiora, Maxim Valyanskiy, Paolo Giarrusso, Philipp Haller, Rafał Krzewski, Eugene Vigdorchik, Rui Gonçalves, Erik Erlandson, Steve Gury, Teemu Lehtinen, Tim Harper, Dick Wall, Guillaume Martres, Grzegorz Kossakowski.

0 commit comments

Comments
 (0)