[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.560.4.2 ENVIRONMENT.txt:1.17.22.1

Andreas Jung andreas@andreas-jung.com
Sat, 9 Nov 2002 03:43:26 -0500


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv26094/doc

Modified Files:
      Tag: ajung-restructuredtext-integration-branch
	CHANGES.txt ENVIRONMENT.txt 
Log Message:
merge from trunk


=== Zope/doc/CHANGES.txt 1.560.4.1 => 1.560.4.2 ===
--- Zope/doc/CHANGES.txt:1.560.4.1	Fri Nov  8 13:48:20 2002
+++ Zope/doc/CHANGES.txt	Sat Nov  9 03:42:54 2002
@@ -8,6 +8,11 @@
     
     Features Added
 
+      - Zope's shutdown process is now more careful and clean. It
+        avoids sending half-complete responses to clients, particularly
+        when running in a cluster using ICP.
+        http://dev.zope.org/Wikis/DevSite/Proposals/CleanShutdown 
+
       - ZTUtils.Iterator now handles any object that has a Python
         iterator, resolving Collector #385 and #577.  The
         implementation is somwhat simpler, as well.
@@ -39,6 +44,10 @@
 
 
     Bugs Fixed
+
+      - Collector #651: WebDAV Lock Manager was broken.
+
+      - Collector #646: metal:slot was lost during the I18n merge.
 
       - Removed the signal handler hung off USR1 for packing the database.
         This feature proved dangerous as the pack operation would happen in


=== Zope/doc/ENVIRONMENT.txt 1.17 => 1.17.22.1 ===
--- Zope/doc/ENVIRONMENT.txt:1.17	Tue Aug 20 15:37:51 2002
+++ Zope/doc/ENVIRONMENT.txt	Sat Nov  9 03:42:54 2002
@@ -41,12 +41,24 @@
 
         This environment variable can be used to force or suppress
         Zope's normal automatic (implicit) product installation. If
-        this variable is set, then products are implicitly installed
-        is and only if the environment variable has a non-empty value.
+        this variable is set, then persistent objects representing Zope
+        products are implicitly installed if and only if the environment
+        variable has a non-empty value.
 
         If this environment variable is not set, then products are
         implicitly installed unless the ZEO_CLIENT environment
         variable is set to a non-empty value.
+
+        Here's a table explaining how FORCE_PRODUCT_LOAD and ZEO_CLIENT
+        will effect the behavior of product loading:
+
+        FORCE_PRODUCT_LOAD       ZEO_CLIENT     RESULT
+        unset                    unset          Products are loaded
+        empty string             unset          Products are not loaded
+        nonempty string          unset          Products are loaded
+        unset                    set            Products are not loaded
+        nonempty string          set            Products are loaded
+        empty string             set            Products are not loaded
 
 Profiling