Skip to content

Commit ffaaa79

Browse files
author
Richard Jones
committed
more info
1 parent fcf73b1 commit ffaaa79

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

doc/whatsnew-0.8.txt

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,34 @@ __ features.html
99

1010
.. contents::
1111

12+
In Summary
13+
==========
14+
15+
(this information copied directly from the ``CHANGES.txt`` file)
16+
17+
XXX this section needs more detail
18+
19+
- remove "manual" locking of sqlite database
20+
- create a new RDBMS cursor after committing
21+
- roundup-mailgw now logs fatal exceptions rather than mailing them to admin
22+
- roundup-server options -g and -u accept both ids and names (sf bug 983769)
23+
- roundup-server now has a configuration file (-C option)
24+
- added mod_python interface (see installation.txt)
25+
- added option to turn off registration confirmation via email
26+
("instant_registration" in config) (sf rfe 922209)
27+
- roundup-admin reindex command may now work on single items or classes
28+
- record journaltag lookup ("fixes" sf bug 998140)
29+
- roundup windows service may be installed with command line options
30+
recognized by roundup-server (but not tracker specification arguments).
31+
Use this to specify server configuration file for the service.
32+
- added experimental multi-thread server
33+
- don't try to import all backends in backends.__init__ unless we *want* to
34+
- unless in debug mode, keep a single persistent connection through a
35+
single web or mailgw request.
36+
- extended security.addPermissionToRole to allow skipping the separate
37+
getPermission call
38+
39+
1240
Logging of internal messages
1341
============================
1442

@@ -91,8 +119,6 @@ Web Interface Miscellanea
91119

92120
The web interface has seen some changes:
93121

94-
XXX this section needs more detail
95-
96122
Templating
97123
We implement __nonzero__ for HTMLProperty - properties may now be used in
98124
boolean conditions (eg ``tal:condition="issue/nosy"`` will be false if

0 commit comments

Comments
 (0)