[Checkins] SVN: megrok.login/trunk/CHANGES.txt Update history.

Uli Fouquet uli at gnufix.de
Wed Feb 9 06:56:44 EST 2011


Log message for revision 120236:
  Update history.
  

Changed:
  U   megrok.login/trunk/CHANGES.txt

-=-
Modified: megrok.login/trunk/CHANGES.txt
===================================================================
--- megrok.login/trunk/CHANGES.txt	2011-02-09 11:51:54 UTC (rev 120235)
+++ megrok.login/trunk/CHANGES.txt	2011-02-09 11:56:44 UTC (rev 120236)
@@ -1,16 +1,38 @@
 megrok.login changes
 ********************
 
-0.3.1 (unreleased)
+0.4 (unreleased)
 ==================
 
-* No changes yet.
+* Update dependencies/imports to stay compatible with Grok 1.3. No
+  more zope.app.\* dependencies.
 
+  .. warning:: This version is not compatible with Grok < 1.3!
 
+  Note that starting with this release you have to register session
+  support manually, like this in your ``configure.zcml``:
+
+       <include package="zope.session" file="configure.zcml" />
+
+  This is not needed, if you use ``z3c.autoinclude`` and have some
+  ``includeDependencies`` directive in your ``configure.zcml``.
+
+* Added (optional) ``loginForm.html`` view to replace the one yet
+  provided by `zope.app.authentication`.
+
+  .. note:: To activate the included ``loginForm.html`` you have to
+     include the ``megrok.login.loginpage.zcml`` **explicitly**. Add
+     a snippet like this in your ``configure.zcml``:
+
+       <include package="megrok.login" file="loginpage.zcml" />
+
+     If you define your own login page, this step is not needed.
+
+
 0.3 (2010-07-03)
 ================
 
-* Support for Grok >= 1.1. 
+* Support for Grok 1.1, 1.2. 
 
   We now use zope.pluggableauth and friends if available. Note, that
   if you run into problems like non-found authentication adapters, you



More information about the checkins mailing list