Code

Fix "Web Access" permission check to allow serving of static files to Anonymous again
[roundup.git] / CHANGES.txt
index 0da596de9446ec2ecd5e9f83e1cc072f4c1706c6..1296bdedda8334d00cd5180348249e7fad7b64f4 100644 (file)
@@ -5,13 +5,23 @@ are given with the most recent entry first.
 
 Fixes:
 - Proper handling of 'Create' permissions in both mail gateway (earlier
-  commit r4405 by Richard) and web interface, this used to check 'Edit'
-  permission previously. See
+  commit r4405 by Richard), web interface, and xmlrpc. This used to
+  check 'Edit' permission previously. See
   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)