summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2013-04-18 15:48:36 +0100
committerNoah Slater <nslater@apache.org>2013-04-18 15:49:08 +0100
commit0838d8d618a361fe3751503f154b00c912f81a3f (patch)
tree5dcac4e9abe2c3562be7f897f90bfdfa25130830
parent993ae3c40012d64e70bb18a4e1a137f757fb4b89 (diff)
downloadcouchdb-0838d8d618a361fe3751503f154b00c912f81a3f.tar.gz
Add entries to NEWS and CHANGES for documentation
-rw-r--r--CHANGES7
-rw-r--r--NEWS1
2 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index be34137bb..00fceb02a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -58,6 +58,13 @@ Futon:
* Added view request duration to Futon.
* Disable buttons for actions that the user doesn't have permissions to.
+Docs:
+
+ * Import initial documentation and converted to RST format.
+ * Set up Sphinx configuration and integrated into the build system.
+ * Serve up HTML manual from Futon, with a link in the sidebar.
+ * PDF and info version of the manual also installed.
+
Security:
* Passwords are now hashed using the PBKDF2 algorithm with a configurable work
diff --git a/NEWS b/NEWS
index bf3fad2eb..7d7e7b339 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,7 @@ Version 1.3.0
* Added view request duration to Futon.
* Removed the Futon test suite in favour of the CLI test suite.
+ * Added documentation. HTML, PDF, and info versions. Accessible via Futon.
* Fixed unnecessary conflict when deleting and creating a document in the same
batch.
* New and updated passwords are hashed using PBKDF2.