Code

- Fix StringIO issue2550713: io.StringIO in newer versions of python
[roundup.git] / CHANGES.txt
index c1f7d8bf82c825f4a6de46a1d22e4fc5f2a97dbf..e6a6d48efd1aeada7a0657867369e9a5e394e761 100644 (file)
@@ -5,8 +5,22 @@ Entries without name were done by Richard Jones.
 
 2011-XX-XX 1.4.19 (r46XX)
 
+Features:
+
+- Xapian indexing improved: Slightly faster and slightly smaller database. 
+  Closes issue2550687. Thanks to Olly Betts for the patch. (Bernhard Reiter)
+- PostgreSQL backend minor improvement: database creation less likely to fail
+  for PostgreSQL versions >= 8.1 as the table "postgres" is used by default.
+  Closes issue2550543. Thanks to Kai Storbeck for the patch. (Bernhard Reiter)
+
 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)
 - Updated the url to point to www.roundup-tracker.org in two places in the
   docs. (Bernhard Reiter)
 - Do not depend on a CPython implementation detail anymore to make Roundup 
@@ -23,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)