summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES18
-rw-r--r--NEWS14
2 files changed, 16 insertions, 16 deletions
diff --git a/CHANGES b/CHANGES
index 8cf39aab..d6ab8cf6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,21 +11,21 @@ Version 1.0.0
Security:
-* Added authentication caching, to avoid repeated opening and closing of the
- users database for each request requiring authentication.
+ * Added authentication caching, to avoid repeated opening and closing of the
+ users database for each request requiring authentication.
Storage System:
-* Small optimization for reordering result lists.
-* More efficient header commits.
-* Use O_APPEND to save lseeks.
-* Faster implementation of pread_iolist(). Further improves performance on
- concurrent reads.
+ * Small optimization for reordering result lists.
+ * More efficient header commits.
+ * Use O_APPEND to save lseeks.
+ * Faster implementation of pread_iolist(). Further improves performance on
+ concurrent reads.
View Server:
-* Faster default view collation.
-* Added option to include update_seq in view responses.
+ * Faster default view collation.
+ * Added option to include update_seq in view responses.
Version 0.11.1
--------------
diff --git a/NEWS b/NEWS
index d0ad8cfd..8e4f4e8b 100644
--- a/NEWS
+++ b/NEWS
@@ -15,13 +15,13 @@ This version has not been released yet.
Version 1.0.0
-------------
-* More efficient header commits.
-* Use O_APPEND to save lseeks.
-* Faster implementation of pread_iolist(). Further improves performance on
- concurrent reads.
-* Added authentication caching
-* Faster default view collation.
-* Added option to include update_seq in view responses.
+ * More efficient header commits.
+ * Use O_APPEND to save lseeks.
+ * Faster implementation of pread_iolist(). Further improves performance on
+ concurrent reads.
+ * Added authentication caching
+ * Faster default view collation.
+ * Added option to include update_seq in view responses.
Version 0.11.1
--------------