changeset 2220:34df21044229

include the MANIFEST so we can check it
author Richard Jones <richard@users.sourceforge.net>
date Sun, 18 Apr 2004 06:21:20 +0000
parents 2623b1afc2b6
children 7852c5bc75f6
files MANIFEST.in setup.py
diffstat 2 files changed, 10 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/MANIFEST.in	Sun Apr 18 06:14:26 2004 +0000
+++ b/MANIFEST.in	Sun Apr 18 06:21:20 2004 +0000
@@ -8,7 +8,7 @@
 recursive-include detectors *.py
 recursive-include templates *.* home* page*
 global-exclude .cvsignore *.pyc *.pyo
-include run_tests.py *.txt demo.py MANIFEST.in
+include run_tests.py *.txt demo.py MANIFEST.in MANIFEST
 exclude BUILD.txt I18N_PROGRESS.txt TODO.txt
 exclude doc/security.txt doc/templating.txt
 
--- a/setup.py	Sun Apr 18 06:14:26 2004 +0000
+++ b/setup.py	Sun Apr 18 06:21:20 2004 +0000
@@ -16,7 +16,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: setup.py,v 1.61 2004-04-17 01:47:15 richard Exp $
+# $Id: setup.py,v 1.62 2004-04-18 06:21:20 richard Exp $
 
 from distutils.core import setup, Extension
 from distutils.util import get_platform
@@ -227,19 +227,14 @@
 This release introduces far too many features to list here. Some
 highlights:
 
-- added postgresql backend (originally from sf patch 761740, many changes
-  since)
-- RDBMS backends implement their session and one-time-key stores and
-  full-text indexers; thus they are now performing their own locking
-  internally
-- added new "actor" automatic property (indicates user who cause the last
-  "activity")
-- all RDBMS backends have sensible data typed columns and indexes on
-  several columns
-- we support confirming registration by replying to the email (sf bug
-  763668)
-- all HTML templating methods now automatically check for permissions
-  (either view or edit as appropriate), greatly simplifying templates
+- added postgresql backend
+- trackers using postgresql or mysql backends may have many users
+- new "actor" automatic property (user who caused the last "activity")
+- RDBMS backends have data typed columns and indexes on several columns
+- registration may be concluded by replying to the confirmation email
+- HTML templating permission checks are greatly simplified
+- database exports now include full journals
+- IMAP support in the mail gateway
 ''',
         author = "Richard Jones",
         author_email = "richard@users.sourceforge.net",

Roundup Issue Tracker: http://roundup-tracker.org/