-
Notifications
You must be signed in to change notification settings - Fork 71
Seaside303Changelog
Philippe Marschall edited this page Jul 15, 2015
·
4 revisions
Seaside 3.0.3 is closed, but not yet released bug fix release for Seaside 3.0.
The following bugs were fixed:
- #607: No adapter can be stared if two stopped adapters are on the same port
- #609: Consider not using #subStrings: in WAUrl>>addToPath:
- #611: Auto Reload of a page and memory consumption
- #619: error detected on WATemporaryFile
- #621: error uploading file
- #618: Port number in server adaptors
In addition the following improvements were made:
- Reaping of expired sessions now happens every n (default 10) session creations instead of every n session accesses. This is back to the behavior of Seaside 2.8. If you want the behavior of previous Seaside 3 releases use
WARetrievalIntervalReapingStrategy
.WARetrievalIntervalReapingStrategy
reaps on access as well as creation (new). Already registered applications will not be migrated and continue to useWARetrievalIntervalReapingStrategy
. To use the newWAAccessIntervalReapingStrategy
they have to be registered again or the configuration of the cache has to be updated. - Upload streaming of the Comanche adaptor can be configured in the control panel
Changelogs
- (newer changelogs, see https://github.com/SeasideSt/Seaside/releases)
- 3.4.0
- 3.3.0
- 3.2.4
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.11
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 2.8
- 2.7
- Past Releases
Development
Documentation
- Configuration and Preferences
- Embedding Subcomponents
- Maintaining State
- Generating HTML
- CSS and Javascript
- Debugging Seaside Applications
- Links, Forms and Callbacks
- Development Tools
- Call and Answer
- Naming URLs
- Security Features
- Securing Seaside Applications
- Seaside-REST
- Add-On Libraries
- Persistence
- Gettext
- FileLibrary
- The Render Tree
- PDF Generation
- Long-Term Issues
- Ajaxification
- Web Components
- Big Issues
Sprints