Mercurial > p > roundup > code
diff CHANGES.txt @ 438:9d97c1a4ddad
Notes from changes.
>From CHANGES:
. Added the "display" command to the admin tool - displays a node's values
. [SF#489760] [issue] only subject
. fixed the doc/index.html to include the quoting in the mail alias.
Also:
. fixed roundup-admin so it works with transactions
. disabled the back_anydbm module if anydbm tries to use dumbdbm
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 10 Dec 2001 00:57:38 +0000 |
| parents | a28a80b714f9 |
| children | de5bf4191f11 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Dec 08 07:06:20 2001 +0000 +++ b/CHANGES.txt Mon Dec 10 00:57:38 2001 +0000 @@ -13,6 +13,12 @@ . We now have basic transaction support. Information is only written to the database when the commit() method is called. Only the anydbm backend is modified in this way - neither of the bsddb backends have been. + - the CGI and mailgw automatically commit() at the end of processing a + single transaction + - the admin tool requires an explicit "commit" - it will prompt at exit + if there are unsaved changes. A "rollback" removes all changes made + during the session (up to the last commit). + . Added the "display" command to the admin tool - displays a node's values Fixed: @@ -26,6 +32,8 @@ the close() method on the database is no longer needed. . #487480 ] roundup-server . #487476 ] INSTALL.txt + . #489760 ] [issue] only subject + . fixed doc/index.html to include the quoting in the mail alias. 2001-11-23 - 0.3.0
