[Checkins] SVN: z3c.layer.pagelet/tags/1.8.0/ reverted r117505 (this should have gone to a branch)

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


Log message for revision 117512:
  reverted r117505 (this should have gone to a branch)
  

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:28:08 UTC (rev 117511)
+++ z3c.layer.pagelet/tags/1.8.0/CHANGES.txt	2010-10-13 13:30:04 UTC (rev 117512)
@@ -2,36 +2,6 @@
 CHANGES
 =======
 
-1.8.3 (unreleased)
-------------------
-
-- Nothing changed yet.
-
-
-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:28:08 UTC (rev 117511)
+++ z3c.layer.pagelet/tags/1.8.0/setup.py	2010-10-13 13:30:04 UTC (rev 117512)
@@ -22,7 +22,7 @@
 
 setup(
     name='z3c.layer.pagelet',
-    version='1.8.3dev',
+    version='1.8.0',
     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