Skip to content

Commit

Permalink
Prepare sauna.reload 0.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Apr 25, 2012
1 parent 6b6c006 commit 22a43a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion HISTORY.txt
Expand Up @@ -2,6 +2,12 @@ Changelog
=========


0.4.3 – 2012-04-25
------------------

- Updated README about ZEO-client support to be limited on Plone >= 4.1.


0.4.2 – 2012-04-24
------------------

Expand All @@ -16,7 +22,7 @@ Changelog
Closes https://github.com/epeli/sauna.reload/issues/11
[datakurre]

- Added support for reloading a ZEO-client.
- Added support for reloading a ZEO-client on Plone >= 4.1.
Fixes https://github.com/collective/sauna.reload/issues/1
[datakurre]

Expand Down
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -295,6 +295,9 @@ Events
Limitations
===========

``sauna.reload`` supports only Plone >= 4.0 for FileStorage and Plone >= 4.1
for ZEO ClientStorage.

``sauna.reload`` has a major pitfall. Because it depends on deferring loading
of packages to be watched and reloaded, also every package depending on those
packages should be defined to be reloaded (in ``RELOAD_PATH``). And
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = "0.4.2"
version = "0.4.3"

setup(name="sauna.reload",
version=version,
Expand Down

0 comments on commit 22a43a2

Please sign in to comment.