Skip to content

Scala 2.10.4-RC3 #167

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

Merged
merged 1 commit into from
Feb 26, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions download/_posts/2014-02-25-2.10.4-RC3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Scala 2.10.4-RC3
start: 25 February 2014
layout: downloadpage
release_version: 2.10.4-RC3
release_date: "February 25, 2014"
show_resources: "true"
permalink: /download/2.10.4-RC3.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.10.4-RC3.tgz", "/files/archive/scala-2.10.4-RC3.tgz", "Max OS X, Unix, Cygwin", "28.55M"],
["-main-windows", "scala-2.10.4-RC3.msi", "/files/archive/scala-2.10.4-RC3.msi", "Windows (msi installer)", "60.00M"],
["-non-main-sys", "scala-2.10.4-RC3.zip", "/files/archive/scala-2.10.4-RC3.zip", "Windows", "28.60M"],
["-non-main-sys", "scala-2.10.4-RC3.deb", "/files/archive/scala-2.10.4-RC3.deb", "Debian", "24.83M"],
["-non-main-sys", "scala-2.10.4-RC3.rpm", "/files/archive/scala-2.10.4-RC3.rpm", "RPM package", "24.83M"],
["-non-main-sys", "scala-docs-2.10.4-RC3.txz", "/files/archive/scala-docs-2.10.4-RC3.txz", "API docs", "3.65M"],
["-non-main-sys", "scala-docs-2.10.4-RC3.zip", "/files/archive/scala-docs-2.10.4-RC3.zip", "API docs", "32.50M"],
["-non-main-sys", "scala-sources-2.10.4-RC3.zip", "https://github.com/scala/scala/archive/v2.10.4-RC3.tar.gz", "sources", ""],
["-non-main-sys", "scala-tool-support-2.10.4-RC3.tgz", "/files/archive/scala-tool-support-2.10.4-RC3.tgz", "Scala Tool Support (tgz)", "25K"],
["-non-main-sys", "scala-tool-support-2.10.4-RC3.zip", "/files/archive/scala-tool-support-2.10.4-RC3.zip", "Scala Tool Support (zip)", "46K"]
]
---
2 changes: 1 addition & 1 deletion download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ release_version: 2.10.3
release_date: "June 6, 2013"
other_releases: [
["maintenance_version", "Current maintenance release", 2.9.3, "February 28, 2013"],
["development_version", "Current 2.10.x release candidate", 2.10.4-RC2, "February 4, 2014"],
["development_version", "Current 2.10.x release candidate", 2.10.4-RC3, "February 25, 2014"],
["development_version", "Current development release", 2.11.0-M8, "January 28, 2014"]
]
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>."
Expand Down
Loading