Skip to content

Commit 4e395b3

Browse files
author
Richard Jones
committed
include the MANIFEST so we can check it
1 parent 4c81a62 commit 4e395b3

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ recursive-include doc *.html *.png *.txt *.css *.1
88
recursive-include detectors *.py
99
recursive-include templates *.* home* page*
1010
global-exclude .cvsignore *.pyc *.pyo
11-
include run_tests.py *.txt demo.py MANIFEST.in
11+
include run_tests.py *.txt demo.py MANIFEST.in MANIFEST
1212
exclude BUILD.txt I18N_PROGRESS.txt TODO.txt
1313
exclude doc/security.txt doc/templating.txt
1414

setup.py

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: setup.py,v 1.61 2004-04-17 01:47:15 richard Exp $
19+
# $Id: setup.py,v 1.62 2004-04-18 06:21:20 richard Exp $
2020

2121
from distutils.core import setup, Extension
2222
from distutils.util import get_platform
@@ -227,19 +227,14 @@ def main():
227227
This release introduces far too many features to list here. Some
228228
highlights:
229229
230-
- added postgresql backend (originally from sf patch 761740, many changes
231-
since)
232-
- RDBMS backends implement their session and one-time-key stores and
233-
full-text indexers; thus they are now performing their own locking
234-
internally
235-
- added new "actor" automatic property (indicates user who cause the last
236-
"activity")
237-
- all RDBMS backends have sensible data typed columns and indexes on
238-
several columns
239-
- we support confirming registration by replying to the email (sf bug
240-
763668)
241-
- all HTML templating methods now automatically check for permissions
242-
(either view or edit as appropriate), greatly simplifying templates
230+
- added postgresql backend
231+
- trackers using postgresql or mysql backends may have many users
232+
- new "actor" automatic property (user who caused the last "activity")
233+
- RDBMS backends have data typed columns and indexes on several columns
234+
- registration may be concluded by replying to the confirmation email
235+
- HTML templating permission checks are greatly simplified
236+
- database exports now include full journals
237+
- IMAP support in the mail gateway
243238
''',
244239
author = "Richard Jones",
245240
author_email = "[email protected]",

0 commit comments

Comments
 (0)