[scala] Scala 2.7.7 final

View: New views
4 Messages — Rating Filter:   Alert me  

[scala] Scala 2.7.7 final

by Antonio Cunei :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

A new stable release of Scala is ready, Scala 2.7.7.final includes
fixes and refactorings for the Actors library, improvements to the
Scala IDE for Eclipse, as well as additional bug fixes. The new
release can be obtained, as usual, from our Download Page at
http://www.scala-lang.org/downloads.


The Scala 2.7.7 distribution
================================

What is new?
============

This release includes:

   - A fix for an issue in the Actors library that could
     lead to problematic growth of the underlying thread
     pool. The old FJTaskRunner was replaced with a backport
     of ThreadPoolExecutor. Intermittent termination of the
     thread pool is handled more gracefully.

   - A fix for issue #2380, which was causing problems to
     some users of the Scala IDE for Eclipse running on a 1.5 VM.

   - An AJDT compatibility fix addressing ticket #2327,
     related to the installation of the Scala IDE for Eclipse.

   - A fix for issue #2392, "Finally clauses don't work
     correctly if they throw an exception".

   - An improved fix for bugs #715, #1896, #1930 (problem
     with pickler/unpickler), addressing a problem with the Lift
     framework.

   - A fix for issue #1535 (problem with inherited lazy val).

   - A fix for the IzPack uninstaller issue #1433, which
     may cause some empty subdirectories to be erroneously
     purged from the installation directory on *nix systems
     (Windows systems are not affected).

   - Support for automatic privileges elevation on Vista and
     Windows 7 for the installer, and other minor improvements.

For additional information on the Scala 2.7 branch, and on the
Scala IDE for Eclipse, you can also read the release notes
previously issued with Scala 2.7.4, available at
http://www.scala-lang.org/node/1593

You can download Scala 2.7.7, as usual, from our Download Page
at http://www.scala-lang.org/downloads. A new version of the
Scala IDE for Eclipse is also available, and can be installed by
following the instructions at http://www.scala-lang.org/node/94.

[scala] Re: [scala-announce] Scala 2.7.7 final

by bearfeeder :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Awesome.

Lift 1.1-M7 will be built with Scala 2.7.7

On Wed, Oct 28, 2009 at 11:10 AM, Antonio Cunei <scala_ml@...> wrote:
A new stable release of Scala is ready, Scala 2.7.7.final includes
fixes and refactorings for the Actors library, improvements to the
Scala IDE for Eclipse, as well as additional bug fixes. The new
release can be obtained, as usual, from our Download Page at
http://www.scala-lang.org/downloads.


The Scala 2.7.7 distribution
================================

What is new?
============

This release includes:

 - A fix for an issue in the Actors library that could
   lead to problematic growth of the underlying thread
   pool. The old FJTaskRunner was replaced with a backport
   of ThreadPoolExecutor. Intermittent termination of the
   thread pool is handled more gracefully.

 - A fix for issue #2380, which was causing problems to
   some users of the Scala IDE for Eclipse running on a 1.5 VM.

 - An AJDT compatibility fix addressing ticket #2327,
   related to the installation of the Scala IDE for Eclipse.

 - A fix for issue #2392, "Finally clauses don't work
   correctly if they throw an exception".

 - An improved fix for bugs #715, #1896, #1930 (problem
   with pickler/unpickler), addressing a problem with the Lift
   framework.

 - A fix for issue #1535 (problem with inherited lazy val).

 - A fix for the IzPack uninstaller issue #1433, which
   may cause some empty subdirectories to be erroneously
   purged from the installation directory on *nix systems
   (Windows systems are not affected).

 - Support for automatic privileges elevation on Vista and
   Windows 7 for the installer, and other minor improvements.

For additional information on the Scala 2.7 branch, and on the
Scala IDE for Eclipse, you can also read the release notes
previously issued with Scala 2.7.4, available at
http://www.scala-lang.org/node/1593

You can download Scala 2.7.7, as usual, from our Download Page
at http://www.scala-lang.org/downloads. A new version of the
Scala IDE for Eclipse is also available, and can be installed by
following the instructions at http://www.scala-lang.org/node/94.



--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

[scala] Re: Scala 2.7.7 final

by Arioch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

В письме от Wed, 28 Oct 2009 21:10:57 +0300, Antonio Cunei  
<scala_ml@...> сообщал:

> improvements to the
> Scala IDE for Eclipse

then link to offline downoad should be updated on site :-)

http://www.scala-lang.org/node/94

should go to  
http://www.scala-lang.org/sites/default/files/linuxsoft_archives/downloads/distrib/files/ch.epfl.lamp.sdt_2.7.7.final.zip
same for MD5

--
Используется революционный почтовый клиент браузера Opera:  
http://www.opera.com/mail/


Re: [scala] Re: Scala 2.7.7 final

by Antonio Cunei :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Arioch wrote:
> then link to offline downoad should be updated on site :-)
> http://www.scala-lang.org/node/94

The version number on the Scala IDE plugin page has been updated, thanks.
Toni