[Zodb-checkins] SVN: ZODB/branches/3.3/ Try to get ring.h installed.
Tim Peters
tim.one at comcast.net
Fri Nov 5 11:50:05 EST 2004
Log message for revision 28345:
Try to get ring.h installed.
Changed:
U ZODB/branches/3.3/NEWS.txt
U ZODB/branches/3.3/setup.py
-=-
Modified: ZODB/branches/3.3/NEWS.txt
===================================================================
--- ZODB/branches/3.3/NEWS.txt 2004-11-05 15:56:13 UTC (rev 28344)
+++ ZODB/branches/3.3/NEWS.txt 2004-11-05 16:50:04 UTC (rev 28345)
@@ -17,6 +17,12 @@
problem in a release build (``ghostify()`` is supposed to be so simple that
it "can't fail").
+Install
+-------
+
+The C header file ``ring.h`` is now installed.
+
+
What's new in ZODB3 3.3?
========================
Release date: 06-Oct-2004
Modified: ZODB/branches/3.3/setup.py
===================================================================
--- ZODB/branches/3.3/setup.py 2004-11-05 15:56:13 UTC (rev 28344)
+++ ZODB/branches/3.3/setup.py 2004-11-05 16:50:04 UTC (rev 28345)
@@ -229,7 +229,8 @@
packages = packages,
package_dir = {'': 'src'},
ext_modules = exts,
- headers = ['src/persistent/cPersistence.h'],
+ headers = ['src/persistent/cPersistence.h',
+ 'src/persistent/ring.h'],
license = "ZPL 2.1",
platforms = ["any"],
description = doclines[0],
More information about the Zodb-checkins
mailing list