summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a7b3329..cd1b140 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,18 @@ Update to format man page with recent versions of pandoc.
Improve some error handing and error messages.
+Fixed a performance bug in which SQL queries used bitwise & instead of
+logical AND, which caused a linear scan of a database table when files
+were moved or deleted.
+
+* Changes in release 6
+
+Clarified that it's okay to link against OpenSSL libcrypto.
+
+Update to format man page with recent versions of pandoc.
+
+Improve some error handing and error messages.
+
* Changes in release 5
Fixed a race condition that could cause a core dump on fast networks