[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.604
Fred L. Drake, Jr.
fred@zope.com
Tue, 11 Feb 2003 12:17:33 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv22003/doc
Modified Files:
CHANGES.txt
Log Message:
Add the App.config module and use the API it exports to get configuration
values.
=== Zope/doc/CHANGES.txt 1.603 => 1.604 ===
--- Zope/doc/CHANGES.txt:1.603 Thu Feb 6 12:31:57 2003
+++ Zope/doc/CHANGES.txt Tue Feb 11 12:17:00 2003
@@ -8,6 +8,12 @@
Features added
+ - New module: App.config. New API for getting a configuration
+ object. This should be the preferred way for all code in Zope
+ to get configured values for many settings. For settings made
+ available via this module, alternate locations are deprecated,
+ though will to be supported for Zope 2.7.
+
- Collector #435: Support for passwords encoded using MySQL's
PASSWORD() function add to lib/python/AccessControl/AuthEncoding.py.