- Fix 363127: persistent utilities will no longer destroy site after an uninstall of S&D. [nouri]
- remove deprecation warning on plone4.1 [toutpt]
0.9.9
------------------
- Work around incompatibility with plone.app.z3cform's base template, by changing the request in our own `switch_on` function and removing the more specialized `IPloneFormLayer`, thus falling back on the layer from `plone.z3cform` and its base template. Closes https://bugs.launchpad.net/singing-dancing/+bug/697348. [hannosch]
0.9.8
------------------
- Replace several untranslatable strings. [pfurman]
- Fixed compatibility with Plone 4.1 by (conditionally) loading the permissions.zcml from CMFCore. (Still works on Plone 3.3 and 4.0 too.) [maurits]
- Link to new manual. [nouri]
0.9.7
------------------
- Support acquisition-wrapped channel; the possible wrapping of the channel object is particularly important with subscriptions since the ``five.intid`` utility is used to track them and has delicate code to avoid acquisition "loops". [malthe]
- Fixed issue that allowed an anonymous user to confirm a random subscriber from a channel for which the standard confirm view is exposed. [malthe]
0.9.6
------------------
- Fixed critical issue that allowed an anonymous user to unsubscribe a random subscriber from a channel for which the standard unsubscribe view is exposed. [malthe]
- Fixed unclosed input tag for including the hidden secret. [maurits]
0.9.5
------------------
- Updated the patched `queryCatalog` method of the collection class with changes from the baseline. [hannosch]