[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.635
Chris McDonough
chrism@zope.com
Sun, 20 Jul 2003 22:21:32 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv5660/doc
Modified Files:
CHANGES.txt
Log Message:
- The ReST input and output encodings are now configured via the
'rest-input-encoding' and 'rest-output-encoding' config file
directives rather than the REST_INPUT_ENCODING and
REST_OUTPUT_ENCODING environment variables.
- Datetime-format settings are now configured via the
'datetime-format' configuration file directive rather than the
DATETIME_FORMAT environment variable.
- Trusted proxies are now configured via the 'trusted-proxy'
configuration file directive rather than the
ZOPE_TRUSTED_PROXIES environment variable.
=== Zope/doc/CHANGES.txt 1.634 => 1.635 ===
--- Zope/doc/CHANGES.txt:1.634 Sat Jul 19 23:56:40 2003
+++ Zope/doc/CHANGES.txt Sun Jul 20 22:20:56 2003
@@ -8,6 +8,19 @@
Features added
+ - The ReST input and output encodings are now configured via the
+ 'rest-input-encoding' and 'rest-output-encoding' config file
+ directives rather than the REST_INPUT_ENCODING and
+ REST_OUTPUT_ENCODING environment variables.
+
+ - Datetime-format settings are now configured via the
+ 'datetime-format' configuration file directive rather than the
+ DATETIME_FORMAT environment variable.
+
+ - Trusted proxies are now configured via the 'trusted-proxy'
+ configuration file directive rather than the
+ ZOPE_TRUSTED_PROXIES environment variable.
+
- The maximum number of sockets that ZServer will open in order to
service incoming connections can now be specified via the
max-listen-sockets conf file parameter.