From 5ba0636b83277c24c48e81427a176541266cd30e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 3 Feb 2010 02:51:24 +0000 Subject: Bug Fixes --------- - Ensure that ``secure`` flag for AuthTktAuthenticationPolicy constructor does what it's documented to do (merge Daniel Holth's fancy-cookies-2 branch). New Features ------------ - Add ``path`` and ``http_only`` options to AuthTktAuthenticationPolicy constructor (merge Daniel Holth's fancy-cookies-2 branch). --- CHANGES.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 52d158138..c02ca46d0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,23 @@ Next release ============ +Bug Fixes +--------- + +- Ensure that ``secure`` flag for AuthTktAuthenticationPolicy + constructor does what it's documented to do (merge Daniel Holth's + fancy-cookies-2 branch). + +New Features +------------ + +- Add ``path`` and ``http_only`` options to + AuthTktAuthenticationPolicy constructor (merge Daniel Holth's + fancy-cookies-2 branch). + +Backwards Incompatibilities +--------------------------- + - Remove ``view_header``, ``view_accept``, ``view_xhr``, ``view_path_info``, ``view_request_method``, ``view_request_param``, and ``view_containment`` predicate arguments from the @@ -17,6 +34,9 @@ Next release with a route using the ``route_name`` attribute of the ``view`` ZCML directive instead. +Dependencies +------------ + - Remove dependency on ``sourcecodegen`` (not depended upon by Chameleon 1.1.1+). -- cgit v1.2.3