Code

Fix "Web Access" permission check to allow serving of static files to Anonymous again
[roundup.git] / CHANGES.txt
index 082f0728f0f6e7f3e291969d0de519ea0bf09385..1296bdedda8334d00cd5180348249e7fad7b64f4 100644 (file)
@@ -10,8 +10,18 @@ Fixes:
   http://thread.gmane.org/gmane.comp.bug-tracking.roundup.devel/5133
   Add regression tests for proper handling of 'Create' and 'Edit'
   permissions.
-
-2009-12-21 1.4.11 (r4411)
+- Fix handling of non-ascii in realname in the nosy mailer, this used to
+  mangle the email address making it unusable when replying. Thanks to
+  intevation for funding the fix.
+- Fix documentation on user required to run the tests, fixes 
+  issue2550618, thanks to Chris aka 'radioking'
+- Add simple doc about translating customised tracker content
+- Add "flup" setup documentation, thanks Christian Glass
+- Fix "Web Access" permission check to allow serving of static files to
+  Anonymous again
+
+
+2009-12-21 1.4.11 (r4413)
 
 Features:
 - Generic class editor may now restore retired items (thanks Ralf Hemmecke)