[Checkins] SVN: zope.app.testing/tags/3.6.0/CHANGES.txt add change notes for previous 3.6 releases.

Alex Smith alex at zope.com
Fri May 22 14:00:25 EDT 2009


Log message for revision 100245:
  
  add change notes for previous 3.6 releases.
  

Changed:
  U   zope.app.testing/tags/3.6.0/CHANGES.txt

-=-
Modified: zope.app.testing/tags/3.6.0/CHANGES.txt
===================================================================
--- zope.app.testing/tags/3.6.0/CHANGES.txt	2009-05-22 17:45:50 UTC (rev 100244)
+++ zope.app.testing/tags/3.6.0/CHANGES.txt	2009-05-22 18:00:25 UTC (rev 100245)
@@ -2,12 +2,36 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.6.3 (unreleased)
 ------------------
 
 - Fix broken import of `IDefaultViewName` to use its new location in
   ``zope.publisher.interfaces``.
 
+3.6.2 (2009-04-26)
+------------------
+
+- Removed deprecated back35 module and loose the dependency on
+  ``zope.deferredimport``.
+
+- Adapt to ``zope.app.authentication`` refactoring. We depend on
+  ``zope.password`` now instead.
+
+- Adapt to latest ``zope.app.security`` refactoring. We don't need this
+  package anymore.
+
+3.6.1 (2009-03-12)
+------------------
+
+- Use ISkinnable.providedBy(request) instead of IBrowserRequest as condition
+  for calling setDefaultSkin in HTTPCaller. This at the same time removes
+  dependency to the browser part of zope.publisher.
+
+- Adapt to the move of IDefaultViewName from zope.component.interfaces
+  to zope.publisher.interfaces.
+
+- Remove the DEPENDENCIES.cfg file for zpkg.
+
 3.6.0 (2009-02-01)
 ------------------
 



More information about the Checkins mailing list