[Zodb-checkins] SVN: ZODB/trunk/ Merge rev 28345 from 3.3 branch.

Tim Peters tim.one at comcast.net
Fri Nov 5 11:51:54 EST 2004


Log message for revision 28346:
  Merge rev 28345 from 3.3 branch.
  
  Try to get ring.h installed.
  

Changed:
  U   ZODB/trunk/NEWS.txt
  U   ZODB/trunk/setup.py

-=-
Modified: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt	2004-11-05 16:50:04 UTC (rev 28345)
+++ ZODB/trunk/NEWS.txt	2004-11-05 16:51:54 UTC (rev 28346)
@@ -60,6 +60,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/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2004-11-05 16:50:04 UTC (rev 28345)
+++ ZODB/trunk/setup.py	2004-11-05 16:51:54 UTC (rev 28346)
@@ -237,7 +237,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