Mercurial > p > roundup > code
diff doc/whatsnew-0.8.txt @ 3192:eb00a2fa0e0e maint-0.8 0.8.0
pre-release stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 16 Feb 2005 00:29:18 +0000 |
| parents | 7ca7407133b7 |
| children | 5962d6b1a411 |
line wrap: on
line diff
--- a/doc/whatsnew-0.8.txt Tue Feb 15 23:49:05 2005 +0000 +++ b/doc/whatsnew-0.8.txt Wed Feb 16 00:29:18 2005 +0000 @@ -9,25 +9,33 @@ .. contents:: -In Summary -========== +Email improvements +================== -(this information copied directly from the ``CHANGES.txt`` file) +Added option to turn off registration confirmation via email +("instant_registration" in config). -XXX this section needs more detail -- create a new RDBMS cursor after committing -- roundup-admin reindex command may now work on single items or classes +Database improvements +===================== + +We create a new RDBMS cursor after committing, allowing further changes and +commits. -- roundup-server options -g and -u accept both ids and names (sf bug 983769) -- roundup-server now has a configuration file (-C option) -- roundup windows service may be installed with command line options - recognized by roundup-server (but not tracker specification arguments). - Use this to specify server configuration file for the service. +The roundup-admin reindex command may now work on single items or classes. + + +Server improvements +=================== -- added option to turn off registration confirmation via email - ("instant_registration" in config) (sf rfe 922209) +The roundup-server options -g and -u accept both ids and names. +roundup-server now has a configuration file (see the -C option) and may +generate a new config file for you (see the -S option). + +The Roundup windows service may be installed with command line options +recognized by roundup-server (but not tracker specification arguments). +Use this to specify server configuration file for the service. Performance improvements @@ -152,8 +160,6 @@ The web interface has seen some changes: -Editing - Templating We implement __nonzero__ for HTMLProperty - properties may now be used in boolean conditions (eg ``tal:condition="issue/nosy"`` will be false if
