diff doc/whatsnew-0.8.txt @ 3107:33fd894a1172 maint-0.8

more info
author Richard Jones <richard@users.sourceforge.net>
date Thu, 13 Jan 2005 06:11:16 +0000
parents 08a17fc4dc01
children 460eb0209a9e
line wrap: on
line diff
--- a/doc/whatsnew-0.8.txt	Thu Jan 13 05:52:00 2005 +0000
+++ b/doc/whatsnew-0.8.txt	Thu Jan 13 06:11:16 2005 +0000
@@ -9,6 +9,34 @@
 
 .. contents::
 
+In Summary
+==========
+
+(this information copied directly from the ``CHANGES.txt`` file)
+
+XXX this section needs more detail
+
+- remove "manual" locking of sqlite database
+- create a new RDBMS cursor after committing
+- roundup-mailgw now logs fatal exceptions rather than mailing them to admin
+- roundup-server options -g and -u accept both ids and names (sf bug 983769)
+- roundup-server now has a configuration file (-C option)
+- added mod_python interface (see installation.txt)
+- added option to turn off registration confirmation via email
+  ("instant_registration" in config) (sf rfe 922209)
+- roundup-admin reindex command may now work on single items or classes
+- record journaltag lookup ("fixes" sf bug 998140)
+- 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.
+- added experimental multi-thread server
+- don't try to import all backends in backends.__init__ unless we *want* to
+- unless in debug mode, keep a single persistent connection through a
+  single web or mailgw request.
+- extended security.addPermissionToRole to allow skipping the separate
+  getPermission call
+
+
 Logging of internal messages
 ============================
 
@@ -91,8 +119,6 @@
 
 The web interface has seen some changes:
 
-XXX this section needs more detail
-
 Templating
   We implement __nonzero__ for HTMLProperty - properties may now be used in
   boolean conditions (eg ``tal:condition="issue/nosy"`` will be false if

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