Преглед на файлове

Require meld3 0.6.3 (more memleak fixes).

Chris McDonough преди 18 години
родител
ревизия
a0e14f3a15
променени са 4 файла, в които са добавени 16 реда и са изтрити 4 реда
  1. 2 2
      CHANGES.txt
  2. 9 0
      COPYRIGHT.txt
  3. 4 1
      TODO.txt
  4. 1 1
      setup.py

+ 2 - 2
CHANGES.txt

@@ -60,8 +60,8 @@
     the generated supervisor egg's 'doc' directory.
 
   _ Using the web interface would cause fairly dramatic memory
-    leakage.  We now require a version of meld3 that does not leak
-    memory from its C extensions.
+    leakage.  We now require a version of meld3 that does not appear
+    to leak memory from its C extensions (0.6.3).
 
 3.0a1
 

+ 9 - 0
COPYRIGHT.txt

@@ -8,6 +8,15 @@ Supervisor is Copyright (c) 2007 Agendaless Consulting.
   WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS 
   FOR A PARTICULAR PURPOSE. 
 
+TrackRefs code Copyright (c) 2007 Zope Corporation and Contributors
+
+  This software is subject to the provisions of the Zope Public License, 
+  Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. 
+  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED 
+  WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
+  WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS 
+  FOR A PARTICULAR PURPOSE. 
+
 http_client.py code Copyright (c) by Daniel Krech, http://eikeon.com/.
 
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

+ 4 - 1
TODO.txt

@@ -1,3 +1,7 @@
+- Add a new cwd option that will chdir after the fork-exec.
+
+- Move set of 'SUPERVISOR_ENABLED' envvar to process spawn method.
+
 - Fix CVS so not all checkins come from "chrism".
 
 - FATAL state for supervisor.
@@ -44,5 +48,4 @@
 
 - Provide a way to get the supervisord pid from supervisorctl/web interface.
 
-- Add a new cwd option that will chdir after the fork-exec.
 

+ 1 - 1
setup.py

@@ -76,7 +76,7 @@ dist = setup(
     data_files=[ ('doc', ['sample.conf', 'README.txt', 'UPGRADING.txt',
                           'CHANGES.txt', 'TODO.txt', 'LICENSES.txt',
                           'COPYRIGHT.txt'])],
-    install_requires = ['medusa >= 0.5.4', 'meld3 >= 0.6.2',
+    install_requires = ['medusa >= 0.5.4', 'meld3 >= 0.6.3',
                         'elementtree >= 1.2.6'],
     include_package_data = True,
     zip_safe = False,