From 0a6da3800b963b2104c8e10598ac7589a81f981e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 24 Aug 2008 01:59:07 +0000 Subject: - Remove ``sampleapp`` sample application from bfg package itself. - Remove dependency on FormEncode (only needed by sampleapp). - Fix paster template generation so that case-sensitivity is preserved for project vs. package name. - Depend on ``z3c.pt`` version 1.0a1 (which requires the ``[lxml]`` extra currently). --- CHANGES.txt | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 7a04efa08..7ce675b1d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,10 +1,20 @@ Next release + - Remove ``sampleapp`` sample application from bfg package itself. + + - Remove dependency on FormEncode (only needed by sampleapp). + + - Fix paster template generation so that case-sensitivity is + preserved for project vs. package name. + + - Depend on ``z3c.pt`` version 1.0a1 (which requires the ``[lxml]`` + extra currently). + - Read and write a pickled ZCML actions list, stored as - ``configure.zcml.pck`` next to the applications's "normal" - configuration file. A given bfg app will usually start faster - if it's able to read the pickle data. It fails gracefully - to reading the real ZCML file if it cannot read the pickle. + ``configure.zcml.cache`` next to the applications's "normal" + configuration file. A given bfg app will usually start faster if + it's able to read the pickle data. It fails gracefully to reading + the real ZCML file if it cannot read the pickle. 0.3.1 (8/20/2008) -- cgit v1.2.3