- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scala 2.8.2 RC2
Thu, 2011-09-08, 17:37
After backporting a few additional fixes, we are releasing a new
release candidate for the next maintenance release in our old 2.8.x
series: Scala 2.8.2 RC1 is now available from our Download Page,
at: http://www.scala-lang.org/downloads
This release addresses some issues present in Scala 2.8.1, and
includes the changes needed to make it compatible with the new
Scala IDE for Eclipse. This maintenance release is intended to
be fully binary compatible with the existing version 2.8.1.
Please help us with the testing of this release candidate, and
let us know of any binary incompatibility issues, or other
problems. The list of improvements in Scala 2.8.2 RC2 is
available below.
The Scala 2.8.2 distribution
==============================
This Release Candidate is made available for testing purposes
only and is not intended for production environments. We will
wait at least two weeks before issuing a final release, in order
to allow developers and testers to send us their feedback.
What is new?
============
The 2.8.2 release of Scala includes many bug fixes and
improvements, in particular:
* Added compatibility with the new presentation compiler,
required by the new Scala IDE for Eclipse
* Fixes for:
https://issues.scala-lang.org/browse/SI-1591
https://issues.scala-lang.org/browse/SI-3616
https://issues.scala-lang.org/browse/SI-3687
https://issues.scala-lang.org/browse/SI-3719
https://issues.scala-lang.org/browse/SI-3838
https://issues.scala-lang.org/browse/SI-3946
https://issues.scala-lang.org/browse/SI-3950
https://issues.scala-lang.org/browse/SI-4067
https://issues.scala-lang.org/browse/SI-4759
* Improvements and fixes related to signatures, nested
objects, and actors
* Other fixes and improvements (see the complete list below)
The following changes have been included:
23893, 24385, 24466, 24689, 24691, 24916, 24918, 24955, 25173,
25174, 25175, 25176, 25177, 25178, 25179, 25180, 25181, 25182,
25183, 25184, 25185, 25186, 25187, 25188, 25189, 25190, 25191,
25192, 25193, 25194, 25195, 25196, 25197, 25198, 25199, 25200,
25201, 25211, 25252, 25291, 25378.
(see https://codereview.scala-lang.org/fisheye/changelog/scala-svn?cs=XXXXX)
Note: at this time we are phasing out our old sbaz package
manager in order to move to newer tools like Maven, sbt, etc.
Sbaz is currently deprecated, and it will no longer be available
as part of the Scala distribution in the future.