We are pleased to announce Seaside 3.1.1 [1].
This is a bugfix release for Seaside 3.1 but features a couple of notable enhancements: • Ported to Gemstone 3.1 • Slime is now available on Squeak, Pharo1.4, Pharo2.0 and Pharo3.0 • Gettext is now included in the ConfigurationOfSeaside3 • DateAndTime>>jsonOn: now prints the ISO8601 representation in a string • Issue 783 : Don’t require nesting #object: in #value: in JSON arrays A big thanks to everyone involved for making this release happen. best regards, The Seaside Team [1] https://code.google.com/p/seaside/wiki/Seaside311Changelog_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
There is now a catalog entry for installing Seaside 3.1.1 into Squeak 4.5.
I used this as the script for the entry. I only tested that it loads without incident, nothing else. ((MCHttpRepository location: 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' user: '' password: '') versionNamed: 'ConfigurationOfSeaside3-dkh.153.mcz') load. ((Smalltalk classNamed: #ConfigurationOfSeaside3) project version: '3.1.1') load On Sun, May 25, 2014 at 9:00 AM, Johan Brichau <[hidden email]> wrote: > We are pleased to announce Seaside 3.1.1 [1]. > > This is a bugfix release for Seaside 3.1 but features a couple of notable enhancements: > > • Ported to Gemstone 3.1 > • Slime is now available on Squeak, Pharo1.4, Pharo2.0 and Pharo3.0 > • Gettext is now included in the ConfigurationOfSeaside3 > • DateAndTime>>jsonOn: now prints the ISO8601 representation in a string > • Issue 783 : Don’t require nesting #object: in #value: in JSON arrays > > A big thanks to everyone involved for making this release happen. > > best regards, > The Seaside Team > > [1] https://code.google.com/p/seaside/wiki/Seaside311Changelog_______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Dear Chris, Squeakers,
Great to hear! Mind that I have set up an automated Travis CI build [2] from the github repository [1] which allows us to check if Squeak still loads and works. best regards Johan [1] https://github.com/glassdb/Seaside31 [2] https://travis-ci.org/glassdb/Seaside31/builds/27163878 On 12 Jun 2014, at 18:14, Chris Muller <[hidden email]> wrote: > There is now a catalog entry for installing Seaside 3.1.1 into Squeak 4.5. > > I used this as the script for the entry. I only tested that it loads > without incident, nothing else. > > ((MCHttpRepository > location: > 'http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main' > user: '' > password: '') versionNamed: 'ConfigurationOfSeaside3-dkh.153.mcz') load. > ((Smalltalk classNamed: #ConfigurationOfSeaside3) project version: '3.1.1') load > > On Sun, May 25, 2014 at 9:00 AM, Johan Brichau <[hidden email]> wrote: >> We are pleased to announce Seaside 3.1.1 [1]. >> >> This is a bugfix release for Seaside 3.1 but features a couple of notable enhancements: >> >> • Ported to Gemstone 3.1 >> • Slime is now available on Squeak, Pharo1.4, Pharo2.0 and Pharo3.0 >> • Gettext is now included in the ConfigurationOfSeaside3 >> • DateAndTime>>jsonOn: now prints the ISO8601 representation in a string >> • Issue 783 : Don’t require nesting #object: in #value: in JSON arrays >> >> A big thanks to everyone involved for making this release happen. >> >> best regards, >> The Seaside Team >> >> [1] https://code.google.com/p/seaside/wiki/Seaside311Changelog_______________________________________________ >> seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |