-
Notifications
You must be signed in to change notification settings - Fork 323
Scala 2.11.4 release. #242
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
Changes from all commits
e37fcd4
ff056c8
26d726e
946dceb
9bc4a85
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
title: The Scala Programming Language | ||
|
||
scalaversion: "2.11.2" | ||
devscalaversion: 2.11.2" | ||
scalaversion: "2.11.4" | ||
devscalaversion: 2.11.4" | ||
# scala_maindownload_unix: "/files/archive/scala-2.11.2.tgz" | ||
# scala_maindownload_windows: "/files/archive/scala-2.11.2.msi" | ||
baseurl: "" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Scala 2.11.4 | ||
start: 30 October 2014 | ||
layout: downloadpage | ||
release_version: 2.11.4 | ||
release_date: "October 30, 2014" | ||
show_resources: "true" | ||
permalink: /download/2.11.4.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.11.4.tgz", "http://downloads.typesafe.com/scala/2.11.4/scala-2.11.4.tgz", "Max OS X, Unix, Cygwin", "25.28M"], | ||
["-main-windows", "scala-2.11.4.msi", "http://downloads.typesafe.com/scala/2.11.4/scala-2.11.4.msi", "Windows (msi installer)", "95.22M"], | ||
["-non-main-sys", "scala-2.11.4.zip", "http://downloads.typesafe.com/scala/2.11.4/scala-2.11.4.zip", "Windows", "25.29M"], | ||
["-non-main-sys", "scala-2.11.4.deb", "http://downloads.typesafe.com/scala/2.11.4/scala-2.11.4.deb", "Debian", "94.18M"], | ||
["-non-main-sys", "scala-2.11.4.rpm", "http://downloads.typesafe.com/scala/2.11.4/scala-2.11.4.rpm", "RPM package", "94.14M"], | ||
["-non-main-sys", "scala-docs-2.11.4.txz", "http://downloads.typesafe.com/scala/2.11.4/scala-docs-2.11.4.txz", "API docs", "40.59M"], | ||
["-non-main-sys", "scala-docs-2.11.4.zip", "http://downloads.typesafe.com/scala/2.11.4/scala-docs-2.11.4.zip", "API docs", "72.24M"], | ||
["-non-main-sys", "scala-sources-2.11.4.tar.gz", "https://github.com/scala/scala/archive/v2.11.4.tar.gz", "Sources", ""] | ||
] | ||
--- |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
--- | ||
layout: maindownloadpage | ||
title: Download | ||
release_version: 2.11.2 | ||
release_date: "June 6, 2013" | ||
release_version: 2.11.4 | ||
release_date: "October 30, 2014" | ||
other_releases: [ | ||
["maintenance_version", "Current 2.9.x maintenance release", 2.9.3, "February 28, 2013"], | ||
["maintenance_version", "Current 2.10.x maintenance release", 2.10.4, "March 24, 2014"], | ||
["development_version", "Current 2.11.x release", 2.11.2, "July 24, 2014"] | ||
["development_version", "Current 2.11.x release", 2.11.4, "October 30, 2014"] | ||
] | ||
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." | ||
resources: [ | ||
["-main-unixsys", "scala-2.11.2.tgz", "http://downloads.typesafe.com/scala/2.11.2/scala-2.11.2.tgz", "Max OS X, Unix, Cygwin", "25M"], | ||
["-main-windows", "scala-2.11.2.msi", "http://downloads.typesafe.com/scala/2.11.2/scala-2.11.2.msi", "Windows (msi installer)", "95M"] | ||
["-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"], | ||
["-main-windows", "scala-2.11.4.msi", "http://downloads.typesafe.com/scala/2.11.4/scala-2.11.4.msi", "Windows (msi installer)", "95M"] | ||
] | ||
--- |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
layout: news | ||
post-type: announcement | ||
title: "Scala 2.11.4 is now available!" | ||
permalink: /news/2.11.4 | ||
--- | ||
We are very pleased to announce the release of Scala 2.11.4! | ||
|
||
* 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) | ||
* Download a distribution from [scala-lang.org](http://scala-lang.org/download/2.11.4.html) | ||
* Obtain it via [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scala-lang%22%20AND%20v%3A%222.11.4%22) | ||
|
||
Scala 2.11.4 is a bugfix release that is binary compatible with previous releases in the Scala 2.11 series. | ||
The changes include: | ||
|
||
* Scala shell (REPL) is more friendly to Crtl+D. It leaves your terminal in a clean state and suggests using `:quit` the next | ||
time (see [#3902](https://github.com/scala/scala/pull/3902). Kudos to [@gourlaysama](https://github.com/gourlaysama)! | ||
* REPL uses different colors when printing references to vals and types. Pass `-Dscala.color` to enable that behavior (see [#3993](https://github.com/scala/scala/pull/3993)). Thanks to [@puffnfresh](https://github.com/puffnfresh)! | ||
* [Scala specification](http://www.scala-lang.org/files/archive/spec/2.11/) received a fair amount of love and became much more beatiful. It has got syntax highlighting ([#3984](https://github.com/scala/scala/pull/3984)), linkable headers, and a side bar with TOC ([#3996](https://github.com/scala/scala/pull/3996)). A few final touches has been merged that fix typos and mistakes stemming from automatic Latex to Markdown conversion we've done a while ago. Thanks attention for details [@gourlaysama](https://github.com/gourlaysama), [@som-snytt](https://github.com/som-snytt) and [roberthoedicke](https://github.com/roberthoedicke)! | ||
* Non-deterministic pattern matching warnings has been fixed ([SI-7746](https://issues.scala-lang.org/browse/SI-7746)). Many thanks to [@gbasler](https://github.com/gbasler) for diving deep ([#3954](https://github.com/scala/scala/pull/3954])) into logical formulas constructed by our pattern matcher implementation! | ||
|
||
Compared to 2.11.2, this release resolves [54 issues](https://issues.scala-lang.org/issues/?jql=project%20%3D%20SI%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20in%20(%22Scala%202.11.3%22%2C%20%22Scala%202.11.4%22)%20ORDER%20BY%20component%20ASC%2C%20priority%20DESC). We reviewed and merged 120 [pull](https://github.com/scala/scala/pulls?q=is%3Apr+milestone%3A2.11.3) [requests](https://github.com/scala/scala/pulls?q=is%3Apr+milestone%3A2.11.4). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it will be hard for people to figure out that 'pull' and 'requests' are different links There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I haven't figured out better way to sneak in those two links. How about?
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes, fine for me. i couldn't manage to get a query on github that combines the two.. |
||
|
||
The next minor Scala 2.11 release will be available in about a month, or sooner if prompted by a serious issue. | ||
|
||
### Do not use Scala 2.11.3 | ||
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.4, 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. | ||
|
||
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. | ||
|
||
### Available Libraries and Frameworks | ||
|
||
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). | ||
|
||
A release of the Scala IDE that includes Scala 2.11.4 is available [on their download site](http://scala-ide.org/download/milestone.html). | ||
|
||
### Release Notes for the Scala 2.11 Series | ||
|
||
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: | ||
|
||
* The specification of binary compatibility between minor releases. | ||
* Details on new features, important changes and deprecations in Scala 2.11. | ||
|
||
### Contributors | ||
|
||
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. | ||
|
||
According to `git shortlog -sn --no-merges v2.11.2..v2.11.4`, 35 people contributed code to this minor release: | ||
Lukas Rytz, Adriaan Moors, Antoine Gourlay, A. P. Marki, Jason Zaugg, Robert Hoedicke, Eugene Burmako, Rex Kerr, Max Bileschi, Brian McKenna, Grzegorz Kossakowski, Maks Atygaev, Evgeny Vereshchagin, Simon Ochsenreither, Dominik Gruntz, Masato Sogame, Gerard Basler, Dan Garrette, Artem Stasuk, David Turner, Iulian Dragos, Jeroen ter Voorde, Kato Kazuyoshi, Konstantin Fedorov, Krystian Nowak, Lukas Elmer, Malte Isberner, Paolo Giarrusso, Paweł Wiejacha, Robert Hoedicke, dgruntz, Roman Janusz, harryhuk, Michał Pociecha. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you could add
we did that in 2.11.2 (918eb6e) - initially i got it wrong, it was fixed in e3554ba
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be incorporated into make-release-notes tool in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed and noted scala/make-release-notes#132