[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.10
    Jeremy Hylton 
    jeremy at zope.com
       
    Wed Oct  1 22:41:01 EDT 2003
    
    
  
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv2912
Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt 
Log Message:
Add note about setgid()/setuid() switch.
=== ZODB3/NEWS.txt 1.33.6.9 => 1.33.6.10 ===
--- ZODB3/NEWS.txt:1.33.6.9	Wed Oct  1 20:32:14 2003
+++ ZODB3/NEWS.txt	Wed Oct  1 22:40:58 2003
@@ -24,6 +24,9 @@
 files behind.  The CommitLog class contains a temp file, but it was
 not closing the file.
 
+Changed the order of setuid() and setgid() calls in zdrun, so that
+setgid() is called first.
+
 Added a timeout to the ZEO test suite that prevents hangs.  The test
 suite creates ZEO servers with randomly assigned ports.  If the port
 happens to be in use, the test suite would hang because the ZEO client
    
    
More information about the Zodb-checkins
mailing list