[Checkins] SVN: z3c.layer.pagelet/tags/1.8.0/ Preparing release 1.8.2

Michael Howitz mh at gocept.com
Wed Oct 13 09:22:30 EDT 2010


Log message for revision 117505:
  Preparing release 1.8.2

Changed:
  U   z3c.layer.pagelet/tags/1.8.0/CHANGES.txt
  U   z3c.layer.pagelet/tags/1.8.0/setup.py

-=-
Modified: z3c.layer.pagelet/tags/1.8.0/CHANGES.txt
===================================================================
--- z3c.layer.pagelet/tags/1.8.0/CHANGES.txt	2010-10-13 13:07:18 UTC (rev 117504)
+++ z3c.layer.pagelet/tags/1.8.0/CHANGES.txt	2010-10-13 13:22:29 UTC (rev 117505)
@@ -2,6 +2,30 @@
 CHANGES
 =======
 
+1.8.2 (2010-10-13)
+------------------
+
+- Re-release of 1.8.0 as the changes in 1.8.1 require a new major
+  release because they break `z3c.authviewlet`.
+
+
+1.8.1 (2010-10-11)
+------------------
+
+- Doing redirect in ``UnauthorizedPagelet`` now in ``update`` method instead
+  of ``render`` so the layout templage does not get rendered when
+  redirecting.
+
+- Fixed tests: Using manager account, so anonymous user does not need to get
+  all permissions for running tests successfully.
+
+- Got rid of `zope.app.testing` test dependency by using `zope.app.wsgi`.
+
+- Got rid of `zope.app.authentication` test dependency.
+
+- Added a test for ``403 Forbidden``.
+
+
 1.8.0 (2010-08-20)
 ------------------
 

Modified: z3c.layer.pagelet/tags/1.8.0/setup.py
===================================================================
--- z3c.layer.pagelet/tags/1.8.0/setup.py	2010-10-13 13:07:18 UTC (rev 117504)
+++ z3c.layer.pagelet/tags/1.8.0/setup.py	2010-10-13 13:22:29 UTC (rev 117505)
@@ -22,7 +22,7 @@
 
 setup(
     name='z3c.layer.pagelet',
-    version='1.8.0',
+    version='1.8.2',
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',
     description = "Pagelet layer setup for Zope 3",



More information about the checkins mailing list