Code

Fix thread safety with stdin in roundup-server
[roundup.git] / CHANGES.txt
index 4a72e3fc7c3336ec18a759dcfd43722f1710f645..96fedf3f2a5f65e860e9e0dd13d31630b4e10fbe 100644 (file)
@@ -21,6 +21,16 @@ Fixes:
   Anonymous again
 - Add check for "Web Access" permission in all web templating permission
   checks
+- Improvements in upgrading documentation, thanks Christian Glass
+- Display 'today' in the account user's timezone, thanks David Wolever
+- Fix file handle leak in some web interfaces with logging turned on,
+  fixes issue1675845
+- Attempt to generate more human-readable addresses in email, fixes
+  issue2550632
+- Allow value to be specified to multilink form element templating, fixes
+  issue2550613, thanks David Wolever
+- Fix thread safety with stdin in roundup-server, fixes issue2550596
+  (thanks Werner Hunger)
 
 
 2009-12-21 1.4.11 (r4413)