Seaside 3.0.0-rc.3 released

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

Seaside 3.0.0-rc.3 released

Dale Henrichs
This release contains only GemStone-specific bugfixes:

   - fix Issue 156: http://code.google.com/p/glassdb/issues/detail?id=156
     "WAGsSwazooAdaptor should have defaultCodec set to
     GRUtf8GemStoneCodec"
   - fix Issue 165: http://code.google.com/p/glassdb/issues/detail?id=165
     "Include GemStone version of Seaside-FileSystem in Seaside3.0"
   - fix Issue 170: http://code.google.com/p/glassdb/issues/detail?id=170
     "Errors during Ajax requests can crash vm"

To upgrade to the latest version of Seaside3.0 evaluate the following
expression:

   MCPlatformSupport commitOnAlmostOutOfMemoryDuring: [
     [ Gofer project load: 'Seaside30' ]
       on: Warning
       do: [:ex |
         Transcript cr; show: ex description.
         ex resume ]].

I recommend that you upgrade to GLASS 1.0-beta.4 before upgrading Seaside.

If you are interested in loading Seaside30 into 2.4.4.1, then take a
look at http://code.google.com/p/glassdb/wiki/Seaside30Configuration for
your options ...

Dale