Skip to content

Commit 8c5348d

Browse files
committed
Release notes for 3.0.3
1 parent aebd035 commit 8c5348d

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

Diff for: blog/_posts/2013-12-20-release-notes-3.0.3-RC01.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: blog
3+
title: Scala IDE 3.0.3-RC01
4+
author: Scala IDE team
5+
disqus: false
6+
---
7+
8+
We are very happy to announce the first release candidate for the 3.0.3 maintenance release of Scala IDE.
9+
10+
## What's new
11+
12+
This release upgrades the incremental compiler to the latest version (0.13.1) and latest Scala maintenance release (2.10.4-RC1). In addition, we have two fixes for mixed Java/Scala projects:
13+
14+
* No classfiles when building mixed Java/Scala project ([#1001995](https://www.assembla.com/spaces/scala-ide/tickets/1001995))
15+
* Don't scan contents of every file in a Jar to determine if a classfile comes from Scala ([#1001999](https://www.assembla.com/spaces/scala-ide/tickets/1001999))
16+
17+
For the complete list of fixes, please see our [changelog][changelog].
18+
19+
## Ecosystem
20+
21+
As usual, this release is associated with updated versions of the ecosystem plugins:
22+
23+
* Scala Worksheet 0.2.1
24+
* Play plugin 0.4.1
25+
* ScalaTest plugin 2.9.3
26+
* Scala Search 0.2.0
27+
28+
As more plugin writers update their releases to 3.0.3, their plugins will appear in the update site.
29+
30+
## Installing
31+
32+
To install the release on an existing version of Eclipse, use the [ecosystem update sites](/download/milestone.html):
33+
34+
* Eclipse 4.x (Juno & Kepler): [http://download.scala-ide.org/sdk/e38/scala210/stable/site/](http://download.scala-ide.org/sdk/e38/scala210/stable/site/)
35+
36+
37+
[changelog]: http://scala-ide.org/docs/changelog.html#3_0_3

Diff for: download/milestone.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ title: Milestones
66
Here you can find the update sites for milestone releases. Use this stream if you want to stay
77
up to date with the latest developments in the Scala compiler and the Scala IDE itself.
88

9+
## Scala IDE 3.0.3-RC01
10+
11+
#### Requirements
12+
{% include requirements-juno-kepler.txt %}
13+
14+
### For Scala 2.10.4-RC1
15+
16+
{% assign divId = 'download-210-juno' %}
17+
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/e38/scala210/dev' %}
18+
19+
{% include download-box.txt %}
20+
21+
----
22+
923
## Scala IDE 4.0.0 Milestone 1
1024

1125
The first milestone has a few improvements and new features, but this is mainly a synchronization point with plugin writers. Check the [anouncement](/blog/release-notes-4.0.0-M1.html) for additional information.

0 commit comments

Comments
 (0)