[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.73 setup.py:1.50.6.28

Tim Peters tim.one at comcast.net
Mon Apr 18 15:58:17 EDT 2005


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv13947

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt setup.py 
Log Message:
An internal 3.2.7c2 release, to coincide with the Zope release candidate
scheduled for tomorrow (EDT).


=== ZODB3/NEWS.txt 1.33.6.72 => 1.33.6.73 ===
--- ZODB3/NEWS.txt:1.33.6.72	Tue Apr 12 18:23:13 2005
+++ ZODB3/NEWS.txt	Mon Apr 18 15:57:47 2005
@@ -1,3 +1,31 @@
+What's new in ZODB3 3.2.7c2?
+============================
+Release date: 18-Apr-2005
+
+This was an internal release, to get Windows changes in to the
+Zope release candidate scheduled for 20-Apr.
+
+ZEO on Windows
+--------------
+
+Thanks to Mark Hammond for these ``runzeo.py`` enhancements on Windows:
+
+- A pid file (containing the process id as a decimal string) is created now
+  for a ZEO server started via ``runzeo.py``.  External programs can
+  read the pid from this file and derive a "signal name" used in a new
+  signal-emulation scheme for Windows.  This is only necessary on Windows,
+  but the pid file is created on all platforms that implement
+  ``os.getpid()``, as long as the ``pid-filename`` option is set, or
+  environment variable ``INSTANCE_HOME`` is defined.  The ``pid-filename``
+  option can be set in a ZEO config file, or passed as the new ``--pid-file``
+  argument to ``runzeo.py``.
+
+* If available, ``runzeo.py`` now uses Zope's new 'Signal' mechanism for
+  Windows, to implement clean shutdown and log rotation handlers for Windows.
+  Note that the Python in use on the ZEO server must also have the Python
+  Win32 extensions installed for this to be useful.
+
+
 What's new in ZODB3 3.2.7c1?
 ============================
 Release date: 12-Apr-2005


=== ZODB3/setup.py 1.50.6.27 => 1.50.6.28 ===
--- ZODB3/setup.py:1.50.6.27	Tue Apr 12 18:23:13 2005
+++ ZODB3/setup.py	Mon Apr 18 15:57:47 2005
@@ -215,7 +215,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.2.7c1",
+      version="3.2.7c2",
       maintainer="Zope Corporation",
       maintainer_email="zodb-dev at zope.org",
       url = "http://www.zope.org/Wikis/ZODB/FrontPage",



More information about the Zodb-checkins mailing list