You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2013/04/18 16:48:47 UTC

git commit: updated refs/heads/1.3.x to bd0342d

Updated Branches:
  refs/heads/1.3.x 4d939c323 -> bd0342d1a


Add entries to NEWS and CHANGES for documentation


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/bd0342d1
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/bd0342d1
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/bd0342d1

Branch: refs/heads/1.3.x
Commit: bd0342d1a6d9635596f5cf7118bea8b42674dcdb
Parents: 4d939c3
Author: Noah Slater <ns...@apache.org>
Authored: Thu Apr 18 15:48:36 2013 +0100
Committer: Noah Slater <ns...@apache.org>
Committed: Thu Apr 18 15:48:36 2013 +0100

----------------------------------------------------------------------
 CHANGES |    7 +++++++
 NEWS    |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/bd0342d1/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 9fe280c..e7cf3ed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -45,6 +45,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

http://git-wip-us.apache.org/repos/asf/couchdb/blob/bd0342d1/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index f2ac3a4..4057da8 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,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.