[Zope-CVS] CVS: Products/CookieCrumbler - CHANGES.txt:1.16.2.1
__init__.py:1.4.2.1 version.txt:1.8.2.1
SessionCookieCrumbler.py:NONE
Shane Hathaway
shane at zope.com
Wed Jun 16 19:57:08 EDT 2004
Update of /cvs-repository/Products/CookieCrumbler
In directory cvs.zope.org:/tmp/cvs-serv31503
Modified Files:
Tag: CookieCrumbler-1_2-branch
CHANGES.txt __init__.py version.txt
Removed Files:
Tag: CookieCrumbler-1_2-branch
SessionCookieCrumbler.py
Log Message:
Preparation for release 1.2 (the head will continue to use SessionCookieCrumbler, but not this release)
=== Products/CookieCrumbler/CHANGES.txt 1.16 => 1.16.2.1 ===
--- Products/CookieCrumbler/CHANGES.txt:1.16 Mon Jun 14 12:34:35 2004
+++ Products/CookieCrumbler/CHANGES.txt Wed Jun 16 19:56:37 2004
@@ -1,17 +1,5 @@
-After the next release
-
-- Added SessionCookieCrumber. This is a new object type that can be
- used as a replacement to CookieCrumber. Instead of storing usernames
- and passwords in a Cookie, they are instead stored on the server in
- the SESSION. This greatly improves security, but may complicate
- ZEO installations (as server affinity will be required, or the
- session_data shared between all ZEO clients). All users will be
- logged out if the SESSION data store is cleared, for example
- when restarting a server that is storing SESSION data in RAM.
-
-
-Next release
+Version 1.2
- Cookies set on an HTTPS connection are now marked as secure, meaning
they will not be transmitted over HTTP.
=== Products/CookieCrumbler/__init__.py 1.4 => 1.4.2.1 ===
--- Products/CookieCrumbler/__init__.py:1.4 Sat Apr 17 00:15:33 2004
+++ Products/CookieCrumbler/__init__.py Wed Jun 16 19:56:37 2004
@@ -13,7 +13,6 @@
##############################################################################
import CookieCrumbler
-import SessionCookieCrumbler
CookieCrumbler.CookieCrumbler.meta_type = 'Cookie Crumbler (Standalone)'
@@ -24,5 +23,3 @@
CookieCrumbler.manage_addCC),
icon = 'cookie.gif'
)
- SessionCookieCrumbler.initialize(context)
-
=== Products/CookieCrumbler/version.txt 1.8 => 1.8.2.1 ===
--- Products/CookieCrumbler/version.txt:1.8 Tue Jul 1 12:42:25 2003
+++ Products/CookieCrumbler/version.txt Wed Jun 16 19:56:37 2004
@@ -1 +1 @@
-CookieCrumbler-1.1+
+CookieCrumbler-1.2
=== Removed File Products/CookieCrumbler/SessionCookieCrumbler.py ===
More information about the Zope-CVS
mailing list