moose 4.9

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

moose 4.9

Tudor Girba-2
We are happy to announce version 4.9 of the Moose Suite: http://moosetechnology.org/download/4.9


This is a minor release still based on Pharo 2.0. The differences from Moose 4.8 are:

The Mondrian engine was removed. The transition to Roassal is now complete.
- Small fixes in Roassal layouts and rendering.
- Small fix in FAMIX regarding manipulation of accesses.
- Small visual fix in Glamour for rendering splitters in tables.

A list of issues addressed in this release can be found at: http://code.google.com/p/moose-technology/issues/list?can=1&q=status=Fixed%20milestone=4.9

The Moose Suite 4.9 comes for each platform as a separate bundle:
- Moose Suite 4.9 for Mac
- Moose Suite 4.9 for Windows
- Moose Suite 4.9 for Linux

The Moose Suite 4.9 can also be loaded in a Pharo 2.0 image either from the Configuration Browser, or by executing the following script:

Gofer new
      smalltalkhubUser: 'Moose' project: 'Moose';
      package: 'ConfigurationOfMoose';
      load.
((Smalltalk at: #ConfigurationOfMoose)
     project version: '4.9-snapshot') load