[Checkins] SVN: zope.minmax/trunk/ Make REST work.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Oct 2 22:28:01 EDT 2007


Log message for revision 80522:
  Make REST work.
  

Changed:
  U   zope.minmax/trunk/CHANGES.txt
  U   zope.minmax/trunk/README.txt
  U   zope.minmax/trunk/setup.py

-=-
Modified: zope.minmax/trunk/CHANGES.txt
===================================================================
--- zope.minmax/trunk/CHANGES.txt	2007-10-03 02:23:03 UTC (rev 80521)
+++ zope.minmax/trunk/CHANGES.txt	2007-10-03 02:28:00 UTC (rev 80522)
@@ -1,5 +1,6 @@
-Changes
 =======
+CHANGES
+=======
 
 1.1 (2007-10-02)
 ----------------

Modified: zope.minmax/trunk/README.txt
===================================================================
--- zope.minmax/trunk/README.txt	2007-10-03 02:23:03 UTC (rev 80521)
+++ zope.minmax/trunk/README.txt	2007-10-03 02:28:00 UTC (rev 80522)
@@ -1,3 +1,7 @@
+=================================
+Min/Max Value Conflict Resolution
+=================================
+
 This package provides support for homogeneous values favoring maximum
 or minimum for ZODB conflict resolution.  See
 ``src/zope/minmax/minmax.txt`` for a detailed description.

Modified: zope.minmax/trunk/setup.py
===================================================================
--- zope.minmax/trunk/setup.py	2007-10-03 02:23:03 UTC (rev 80521)
+++ zope.minmax/trunk/setup.py	2007-10-03 02:28:00 UTC (rev 80522)
@@ -30,7 +30,7 @@
           read('README.txt')
           + '\n\n' +
           'Detailed Documentation\n' +
-          '======================'
+          '----------------------'
           + '\n\n' +
           read('src', 'zope', 'minmax', 'minmax.txt')
           + '\n\n' +



More information about the Checkins mailing list