From e596e627990e59a2d99b4c24cb4837aa4ed71674 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Thu, 30 Oct 2014 18:16:12 +0100 Subject: [PATCH 1/3] Scala 2.11.4 release. Addressed review feedback. To be squashed. Update the download link of Typesafe Activator to the latest version. Fix link to IDE release. Shorten link to Maven Search. --- _config.yml | 4 +- _layouts/downloadpage.html | 2 +- documentation/api.md | 26 +++++++--- download/_posts/2014-10-30-2.11.4.md | 20 ++++++++ download/index.md | 10 ++-- .../_posts/2014-10-30-release-notes-2.11.4.md | 51 +++++++++++++++++++ 6 files changed, 97 insertions(+), 16 deletions(-) create mode 100644 download/_posts/2014-10-30-2.11.4.md create mode 100644 news/_posts/2014-10-30-release-notes-2.11.4.md diff --git a/_config.yml b/_config.yml index 73fc60eba..ec10183ea 100644 --- a/_config.yml +++ b/_config.yml @@ -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: "" diff --git a/_layouts/downloadpage.html b/_layouts/downloadpage.html index 8c831001a..2caf56a60 100644 --- a/_layouts/downloadpage.html +++ b/_layouts/downloadpage.html @@ -34,7 +34,7 @@ Typesafe Activator is a browser-based or command-line
tool that helps developers get started with Scala.
- + Download  Typesafe Activator diff --git a/documentation/api.md b/documentation/api.md index c0823e85c..e03ad7d27 100644 --- a/documentation/api.md +++ b/documentation/api.md @@ -5,6 +5,24 @@ title: Scala API Docs ## Latest releases +* Scala 2.11.4 + * [Library API](http://www.scala-lang.org/api/2.11.4/) + * [Compiler API](http://www.scala-lang.org/api/2.11.4/scala-compiler/) + * [Reflection API](http://www.scala-lang.org/api/2.11.4/scala-reflect/#scala.reflect.package) + * Scala Modules + * [XML API](http://www.scala-lang.org/api/2.11.4/scala-xml/#scala.xml.package) + * [Parser Combinators API](http://www.scala-lang.org/api/2.11.4/scala-parser-combinators/) + * [Actors API](http://www.scala-lang.org/api/2.11.4/scala-actors/#scala.actors.package) (deprecated) + * [Swing API](http://www.scala-lang.org/api/2.11.4/scala-swing/#scala.swing.package) + * [Continuations API](http://www.scala-lang.org/files/archive/api/2.11.4/scala-continuations-library/#scala.util.continuations.package) +* [Scala 2.10.4](http://www.scala-lang.org/api/2.10.4/) + +## Nightly builds + +* [Library API](http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/) +* [Compiler API](http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/scala-compiler/) + +## Previous releases * Scala 2.11.2 * [Library API](http://www.scala-lang.org/api/2.11.2/) * [Compiler API](http://www.scala-lang.org/api/2.11.2/scala-compiler/) @@ -15,14 +33,6 @@ title: Scala API Docs * [Actors API](http://www.scala-lang.org/api/2.11.2/scala-actors/#scala.actors.package) (deprecated) * [Swing API](http://www.scala-lang.org/api/2.11.2/scala-swing/#scala.swing.package) * [Continuations API](http://www.scala-lang.org/files/archive/api/2.11.2/scala-continuations-library/#scala.util.continuations.package) -* [Scala 2.10.4](http://www.scala-lang.org/api/2.10.4/) - -## Nightly builds - -* [Library API](http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/) -* [Compiler API](http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/scala-compiler/) - -## Previous releases * Scala 2.11.1 * [Library API](http://www.scala-lang.org/api/2.11.1/) * [Compiler API](http://www.scala-lang.org/api/2.11.1/scala-compiler/) diff --git a/download/_posts/2014-10-30-2.11.4.md b/download/_posts/2014-10-30-2.11.4.md new file mode 100644 index 000000000..f2ba71baa --- /dev/null +++ b/download/_posts/2014-10-30-2.11.4.md @@ -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 here." +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", ""] +] +--- \ No newline at end of file diff --git a/download/index.md b/download/index.md index d25219715..46d227070 100644 --- a/download/index.md +++ b/download/index.md @@ -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 Java runtime, 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"] ] --- diff --git a/news/_posts/2014-10-30-release-notes-2.11.4.md b/news/_posts/2014-10-30-release-notes-2.11.4.md new file mode 100644 index 000000000..d61165f5d --- /dev/null +++ b/news/_posts/2014-10-30-release-notes-2.11.4.md @@ -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). + +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. + From 2d916a0f2e05edf3d40bdb5cf2a0ac5da091c337 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 31 Oct 2014 09:35:57 +0100 Subject: [PATCH 2/3] fix github links, minor cleanups --- news/_posts/2014-10-30-release-notes-2.11.4.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/news/_posts/2014-10-30-release-notes-2.11.4.md b/news/_posts/2014-10-30-release-notes-2.11.4.md index d61165f5d..64cc5348c 100644 --- a/news/_posts/2014-10-30-release-notes-2.11.4.md +++ b/news/_posts/2014-10-30-release-notes-2.11.4.md @@ -19,11 +19,11 @@ time (see [#3902](https://github.com/scala/scala/pull/3902). Kudos to [@gourlays * [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). +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). Out of 120, we merged 95 pull requests: [90 for 2.11.3](https://github.com/scala/scala/pulls?q=is%3Apr+is%3Amerged+milestone%3A2.11.3), and [5 for 2.11.4](https://github.com/scala/scala/pulls?q=is%3Apr+is%3Amerged+milestone%3A2.11.4). -The next minor Scala 2.11 release will be available in about a month, or sooner if prompted by a serious issue. +The next minor Scala 2.11 release will be available before the end of the year, or sooner if prompted by a serious issue. -### Do not use Scala 2.11.3 +### 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. @@ -43,9 +43,7 @@ The release notes for the Scala 2.11 series, which also apply to the current min ### 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. +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: +According to `git shortlog -sn --no-merges v2.11.2..v2.11.4`, 35 people contributed 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. - From e7622e7ccce0317035c96ded610153f221aca379 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 31 Oct 2014 09:47:17 +0100 Subject: [PATCH 3/3] delete cruft --- _config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/_config.yml b/_config.yml index ec10183ea..9a4c88e3f 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,4 @@ title: The Scala Programming Language 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: ""