Skip to content

Commit

Permalink
Update homepage with 4.2.0-RC3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritsuku committed Sep 11, 2015
1 parent 75ee79a commit 205d434
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/frontpage.txt
Expand Up @@ -24,7 +24,7 @@
<div>
<div class="rounded-corner-box" style="min-height: 0px; float: left; padding: 10px; margin-top: 10px; width: 778px; background-color: rgba(0,0,0,0.5);">
<span class="news-box-text">
Or... Walk on the wild side. <span class="emphasize"><a href="{{ site.baseurl }}/download/milestone.html">Try version 4.2.0 RC2!</a></span>
Or... Walk on the wild side. <span class="emphasize"><a href="{{ site.baseurl }}/download/milestone.html">Try version 4.2.0 RC3!</a></span>
</span>
</div>
<span class="news-arrow"><img src="{{ site.baseurl }}/resources/images/news-arrow.png"></span>
Expand Down
Expand Up @@ -36,7 +36,7 @@

<script type="text/javascript">
var urls_211 = {
prefix: "http://downloads.typesafe.com/scalaide-pack/4.2.0-rc2-luna-211-20150831/scala-SDK-4.2.0-rc2-2.11",
prefix: "http://downloads.typesafe.com/scalaide-pack/4.2.0-rc3-luna-211-20150911/scala-SDK-4.2.0-rc3-2.11",
};

urls_211.win32 = urls_211.prefix + "-win32.win32.x86.zip"
Expand Down
13 changes: 13 additions & 0 deletions blog/_posts/2015-09-11-release-notes-4.2-RC3.md
@@ -0,0 +1,13 @@
---
layout: blog
title: Scala IDE 4.2-RC3 is out!
author: Scala IDE team
disqus: false
---

[Scala IDE 4.2-RC2][release] arrived about two weeks ago and since then a few improvements were made. Especially the new Async Debugger got stronger. If you tried 4.2-RC2 please also try 4.2-RC3 and report back anything that doesn’t work the way it should. See the [changelog][chl] for an overview of all changes in 4.2-RC3.

This is the third release candidate and if no further blockers are found during the next week or so, it will become the final release.

[release]: http://scala-ide.org/blog/release-notes-4.2-RC2.html
[chl]: http://scala-ide.org/docs/changelog.html
6 changes: 3 additions & 3 deletions download/milestone.md
Expand Up @@ -6,15 +6,15 @@ title: Milestones & Release Candidates
Here you can find the update sites for milestone or release candidates. Use this stream if you want to stay
up to date with the latest developments in the Scala compiler and the Scala IDE itself.

## Scala IDE 4.2.0-RC2 download
## Scala IDE 4.2.0-RC3 download

This bundle contains the Scala IDE for Eclipse and it comes pre-configured
for optimal performance. No need to configure update sites, and *Check for updates* will keep your
development environment up to date.

Whether you are a seasoned Scala developer or just picking up the language, this is the fastest way to get productive.

{% include sdk-download-box-2-11-42-rc2.txt %}
{% include sdk-download-box-2-11-42-rc3.txt %}

### Update sites

Expand All @@ -35,7 +35,7 @@ If you prefer to use an existing Eclipse installation, you can use the following
* Scala 2.11.7
* Sbt 0.13.8
* Scalariform 0.1.5
* Scala Refactoring 0.7
* Scala Refactoring 0.7.0
* Scala Worksheet 0.4.0
* Play Framework support 0.5.0

Expand Down

0 comments on commit 205d434

Please sign in to comment.