Code

- recent attributions
[roundup.git] / CHANGES.txt
index e8309ddbfb18fd6fbf341c7feaffc5302b994c75..e6a6d48efd1aeada7a0657867369e9a5e394e761 100644 (file)
@@ -15,6 +15,9 @@ Features:
 
 Fixed:
 
+- Installation: Fixed an issue that prevented to use EasyInstall 
+  and a Python egg. Thanks to Satchidanand Haridas for the patch and
+  John Kristensen for testing it. (Bernhard Reiter)
 - The PostgreSQL backend quotes database names now for CREATE and DROP, 
   enabling more exotic tracker names. Closes issue2550497. 
   Thanks to Sebastian Harl for providing the patch. (Bernhard Reiter)
@@ -34,6 +37,8 @@ Fixed:
   between encoded parts, we always removed the space. Note that this bug
   was present before mail gateway refactoring :-) Thanks for thorough
   testing of mail gateway code by Rafal Bisingier. (Ralf)
+- The "Retire" permission was not being registered. (Richard)
+
 
 2011-05-29 1.4.18 (r4610)