Code

Added 'Users may only edit their issues' customisation example.
[roundup.git] / CHANGES.txt
index fd2a449d930ca88d833dfb7a1c95a2a01a3358dc..9e67f7986c69eefa3024eab25b4ab7cd62c4a5a0 100644 (file)
@@ -21,6 +21,8 @@ Feature:
   828963)
 - ignore incoming email with "Precedence: bulk" (sf patch 843489)
 - use HTTP 'Content-Length' header (modified sf patch 844577)
+- HTML generated is now HTML4 (or optionally XHTML) compliant (sf feature
+  814314 and sf patch 834620)
 
 Fixed:
 - mysql documentation fixed to note requirement of 4.0+ and InnoDB
@@ -62,6 +64,7 @@ Fixed:
 - hard-coded python2.3-ism (socket.timeout) fixed
 - fixed activity displaying as future because of Date arithmetic fix in 0.6.3
   (sf bug 842027).
+- fix Windows service mode for roundup-server (sf bug 819890)
 - fixed #white in cgitb (thanks Henrik Levkowetz)