[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.118

Tres Seaver tseaver at zope.com
Fri Mar 12 11:59:01 EST 2004


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

Modified Files:
      Tag: Zope-2_7-branch
	CHANGES.txt 
Log Message:


  - Collector #1255:  getWrappedOwner() must return None if the object
    is owned by the UnownableOwner.


=== Zope/doc/CHANGES.txt 1.625.2.117 => 1.625.2.118 ===
--- Zope/doc/CHANGES.txt:1.625.2.117	Fri Mar 12 11:44:19 2004
+++ Zope/doc/CHANGES.txt	Fri Mar 12 11:58:29 2004
@@ -8,54 +8,61 @@
 
     Bugs Fixed
 
-       - Collector 434: meta-refresh on web-based restart was set too low, 
-         and would often try to hit the server too soon on slower machines,
-         displaying a 500 error, which caused people to panic.  It was
-         5 seconds, it's now 10.
-
-       - Minor usability tweaks
-
-         * Made selection widgets of FindSupport forms 8 lines high.
-
-       - Stop testrunner.py from recursing into the 'build-base' directory
-         created by setup.py.
-
-       - Pass along command line args to scripts called via "zopectl run". 
-         This allows you to use scripts which require arguments using
-         zopectl run.  If you do "zopectl run scriptname.py arg1 arg2", the
-         value of sys.argv within the script will consist of 
-         ['scriptname.py', 'arg1', 'arg2'].
-
-      - The security-policy-implementation directive had no effect.
-        It was not possible to switch from the C implementation.
-
-      - DeprecationWarnings in Scripts were converted into mysterious
-        exceptions.  Scripts now gain a '_filepath' attribute, used at
-        runtime as the '__file__' global value.
-
-      - zopectl under daemon mode on MacOS X 10.3, Solaris, Linux 2.6 kernels
-        emitted a traceback upon startup.  This has been fixed.
-        See http://zope.org/Collectors/Zope/1235 for more info.
-
-      - mkzeoinst.py complained if there was already a process listening
-        on the port that the new instance was told to listen on, and would
-        not install instance files until the process was shut down.  This
-        has been fixed.
-
-      - ZPublisher/Test.py publish() function now conveys
-        publisher-specific environment variables on when explicitly
-        specified in the -e env variable.  This change should be very
-        backwards compatable, since it was previously futile to
-        provide these values.  Also, publish_module() now notices when
-        it gets a mapping-like argument named 'form' and puts it on
-        the request - a handy way to get form data to the publisher.
-        This change may be suprising if you're used to having your
-        forms ignored.
-
-        I think these Zope.debug() enhancments are pretty safe, since
-        up to now it's been a tool good for not much more than poking
-        and prodding.  Now it should be more useful for more thorough
-        testing purposes.
+     - Collector #1255:  getWrappedOwner() must return None if the object
+       is owned by the UnownableOwner.
+
+     - Collector 434: meta-refresh on web-based restart was set too low, 
+       and would often try to hit the server too soon on slower machines,
+       displaying a 500 error, which caused people to panic.  It was
+       5 seconds, it's now 10.
+
+     - Minor usability tweaks
+
+       * Made selection widgets of FindSupport forms 8 lines high.
+
+     - Stop testrunner.py from recursing into the 'build-base' directory
+       created by setup.py.
+
+     - Pass along command line args to scripts called via "zopectl run". 
+       This allows you to use scripts which require arguments using
+       zopectl run.  If you do "zopectl run scriptname.py arg1 arg2", the
+       value of sys.argv within the script will consist of 
+       ['scriptname.py', 'arg1', 'arg2'].
+
+     - The security-policy-implementation directive had no effect.
+       It was not possible to switch from the C implementation.
+
+     - DeprecationWarnings in Scripts were converted into mysterious
+       exceptions.  Scripts now gain a '_filepath' attribute, used at
+       runtime as the '__file__' global value.
+
+     - zopectl under daemon mode on MacOS X 10.3, Solaris, Linux 2.6 kernels
+       emitted a traceback upon startup.  This has been fixed.
+       See http://zope.org/Collectors/Zope/1235 for more info.
+
+     - mkzeoinst.py complained if there was already a process listening
+       on the port that the new instance was told to listen on, and would
+       not install instance files until the process was shut down.  This
+       has been fixed.
+
+     - ZPublisher/Test.py publish() function now conveys
+       publisher-specific environment variables on when explicitly
+       specified in the -e env variable.  This change should be very
+       backwards compatable, since it was previously futile to
+       provide these values.  Also, publish_module() now notices when
+       it gets a mapping-like argument named 'form' and puts it on
+       the request - a handy way to get form data to the publisher.
+       This change may be suprising if you're used to having your
+       forms ignored.
+
+       I think these Zope.debug() enhancments are pretty safe, since
+       up to now it's been a tool good for not much more than poking
+       and prodding.  Now it should be more useful for more thorough
+       testing purposes.
+
+  Zope 2.7 0
+
+    (no changes from rc2)
 
   Zope 2.7.0 rc 2
 




More information about the Zope-Checkins mailing list