Code

Disabled the bsddb3 module entirely in the unit testing. See CHANGES for
[roundup.git] / CHANGES.txt
index ca2077533d97272860a7d4235b0644f619e1a11d..2c5b122e32d4e92f21d08b3c9f0518bbe30d8531 100644 (file)
@@ -1,7 +1,7 @@
 This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first.
 
-2001-xx-xx - 0.2.7
+2001-08-29 - 0.2.7
 Feature:
  . Text searches are now case insensitive. All forms of text search use
    regular expressions now.
@@ -11,6 +11,15 @@ Fixed:
  . Made the mail parser a little more robust w.r.t missing Subject:
    (both thanks Mikhail Sobolev)
  . Missed some isFooType usages (thanks Mikhail Sobolev for spotting them)
+ . Reverted back to sending change messages to the web editor of a node so
+   that the change note message is actually genrated.
+ . CGI interface wasn't generating correct change messages.
+ . Notes entered during a change are saved to the messages list even if
+   there's no nosy list. No message is generated if there's no nosy list and
+   there's no change note (since it would just duplicates the journal).
+ . Completely removed the bsddb3 module from the tests - will be reinstated
+   when the http://bsddb.sourceforge.net/'s bugs #439959 and #456408 are
+   dealt with. One is fixed in CVS, the other pending.
 
 
 2001-08-08 - 0.2.6