Code

PostgreSQL backend minor improvement: database creation less likely to fail
[roundup.git] / CHANGES.txt
index 641dc608946381b151e8996319ec1b69572d27db..59687934a7983498d9c3a50909312a4ec76743f8 100644 (file)
@@ -5,8 +5,21 @@ 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:
 
+- 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 
+  more compatible with other Python implementations like PyPy.
+  Closes issue2550707. Thanks to Christof Meerwald. (Bernhard Reiter, Richard)
 - Yet another fix to the mail gateway, messages got *all* files of
   an issue, not just the new ones. Thanks to Rafal Bisingier for
   reporting and proposing a fix. The regression test was updated.