Skip to content

Commit ba4e7ad

Browse files
committed
2.11.2 release
Release notes still missing
1 parent c5d0c4b commit ba4e7ad

File tree

5 files changed

+47
-17
lines changed

5 files changed

+47
-17
lines changed

_config.yml

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

3-
scalaversion: "2.11.1"
4-
devscalaversion: 2.11.1"
5-
# scala_maindownload_unix: "/files/archive/scala-2.11.1.tgz"
6-
# scala_maindownload_windows: "/files/archive/scala-2.11.1.msi"
3+
scalaversion: "2.11.2"
4+
devscalaversion: 2.11.2"
5+
# scala_maindownload_unix: "/files/archive/scala-2.11.2.tgz"
6+
# scala_maindownload_windows: "/files/archive/scala-2.11.2.msi"
77
baseurl: ""

_layouts/downloadpage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
Typesafe Activator is a browser-based or command-line<br/>
3535
tool that helps developers get started with Scala.
3636
<div class="download-wrapper">
37-
<a id="download-button" class="activator" style="margin-top: 12px; margin-right: 24px; width: 200px;" href="http://downloads.typesafe.com/typesafe-activator/1.1.3/typesafe-activator-1.1.3.zip">
37+
<a id="download-button" class="activator" style="margin-top: 12px; margin-right: 24px; width: 200px;" href="http://downloads.typesafe.com/typesafe-activator/1.2.3/typesafe-activator-1.2.3.zip">
3838
<span class="slider">Download</span>
3939
<span class="activator icon"></span>
4040
<span class="version-long">&nbsp;Typesafe Activator</span>

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.2
9+
* [Library API](http://www.scala-lang.org/api/2.11.2/)
10+
* [Compiler API](http://www.scala-lang.org/api/2.11.2/scala-compiler/)
11+
* [Reflection API](http://www.scala-lang.org/api/2.11.2/scala-reflect/#scala.reflect.package)
12+
* Scala Modules
13+
* [XML API](http://www.scala-lang.org/api/2.11.2/scala-xml/#scala.xml.package)
14+
* [Parser Combinators API](http://www.scala-lang.org/api/2.11.2/scala-parser-combinators/)
15+
* [Actors API](http://www.scala-lang.org/api/2.11.2/scala-actors/#scala.actors.package) (deprecated)
16+
* [Swing API](http://www.scala-lang.org/api/2.11.2/scala-swing/#scala.swing.package)
17+
* [Continuations API](http://www.scala-lang.org/files/archive/api/2.11.2/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.1
927
* [Library API](http://www.scala-lang.org/api/2.11.1/)
1028
* [Compiler API](http://www.scala-lang.org/api/2.11.1/scala-compiler/)
@@ -15,14 +33,6 @@ title: Scala API Docs
1533
* [Actors API](http://www.scala-lang.org/api/2.11.1/scala-actors/#scala.actors.package) (deprecated)
1634
* [Swing API](http://www.scala-lang.org/api/2.11.1/scala-swing/#scala.swing.package)
1735
* [Continuations API](http://www.scala-lang.org/files/archive/api/2.11.1/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.0
2737
* [Library API](http://www.scala-lang.org/api/2.11.0/)
2838
* [Compiler API](http://www.scala-lang.org/api/2.11.0/scala-compiler/)

download/_posts/2014-07-24-2.11.2.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.2
3+
start: 24 July 2014
4+
layout: downloadpage
5+
release_version: 2.11.2
6+
release_date: "July 24, 2014"
7+
show_resources: "true"
8+
permalink: /download/2.11.2.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.2.tgz", "http://downloads.typesafe.com/scala/2.11.2/scala-2.11.2.tgz", "Max OS X, Unix, Cygwin", "25.26M"],
12+
["-main-windows", "scala-2.11.2.msi", "http://downloads.typesafe.com/scala/2.11.2/scala-2.11.2.msi", "Windows (msi installer)", "95.03M"],
13+
["-non-main-sys", "scala-2.11.2.zip", "http://downloads.typesafe.com/scala/2.11.2/scala-2.11.2.zip", "Windows", "25.27M"],
14+
["-non-main-sys", "scala-2.11.2.deb", "http://downloads.typesafe.com/scala/2.11.2/scala-2.11.2.deb", "Debian", "94.00M"],
15+
["-non-main-sys", "scala-2.11.2.rpm", "http://downloads.typesafe.com/scala/2.11.2/scala-2.11.2.rpm", "RPM package", "93.96M"],
16+
["-non-main-sys", "scala-docs-2.11.2.txz", "http://downloads.typesafe.com/scala/2.11.2/scala-docs-2.11.2.txz", "API docs", "40.48M"],
17+
["-non-main-sys", "scala-docs-2.11.2.zip", "http://downloads.typesafe.com/scala/2.11.2/scala-docs-2.11.2.zip", "API docs", "72.06M"],
18+
["-non-main-sys", "scala-sources-2.11.2.tar.gz", "https://github.com/scala/scala/archive/v2.11.2.tar.gz", "Sources", ""]
19+
]
20+
---

download/index.md

Lines changed: 4 additions & 4 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.1
4+
release_version: 2.11.2
55
release_date: "June 6, 2013"
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.1, "May 21, 2014"]
9+
["development_version", "Current 2.11.x release", 2.11.2, "July 24, 2014"]
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.1.tgz", "http://downloads.typesafe.com/scala/2.11.1/scala-2.11.1.tgz", "Max OS X, Unix, Cygwin", "24.50M"],
14-
["-main-windows", "scala-2.11.1.msi", "http://downloads.typesafe.com/scala/2.11.1/scala-2.11.1.msi", "Windows (msi installer)", "93.05M"]
13+
["-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"],
14+
["-main-windows", "scala-2.11.2.msi", "http://downloads.typesafe.com/scala/2.11.2/scala-2.11.2.msi", "Windows (msi installer)", "95M"]
1515
]
1616
---

0 commit comments

Comments
 (0)