added some list padding to NEWS and CHANGES

git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@962577 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index 5bc5b68..f1a282f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,21 +6,21 @@
 
 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 0e99802..1cdeb9f 100644
--- a/NEWS
+++ b/NEWS
@@ -10,13 +10,13 @@
 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
 --------------