summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <wohali@apache.org>2016-09-09 10:48:30 -0400
committerJoan Touzet <wohali@apache.org>2016-09-09 10:48:30 -0400
commit045ab42145497d700c8a724d885e1c05e8dd239b (patch)
tree1ffe9bfeff5c89eb7c9f580821fe0c6ddc9255e1
parentd6abc18f27b7b0d0d6cf3e88d25c8066900958a1 (diff)
downloadcouchdb-045ab42145497d700c8a724d885e1c05e8dd239b.tar.gz
bump docs rev; move KNOWN_ISSUES to whatsnew doc
-rw-r--r--KNOWN_ISSUES14
-rw-r--r--rebar.config.script2
2 files changed, 1 insertions, 15 deletions
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
deleted file mode 100644
index 4f517ee6c..000000000
--- a/KNOWN_ISSUES
+++ /dev/null
@@ -1,14 +0,0 @@
-* Replicator
-
-The replicator (whether invoked via _replicate or a document stored in
-the _replicator database) understands two kinds of source and target;
-
-1. A url (e.g, "https://foo:bar@foo.com/db1"), called a "remote" source/target.
-2. a database name (e.g, "db1"), called a "local" source/target.
-
-Whenever the latter type is used, this refers to a local unclustered
-database, not a clustered one.
-
-In a future release we hope to support "local" source/target to
-clustered databases but for now you recommend always using the url
-format for source and target.
diff --git a/rebar.config.script b/rebar.config.script
index 104006ee3..ff11813e4 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -38,7 +38,7 @@ DepDescs = [
{couch_stats, "couch-stats", "7895d4d3f509ed24f09b6d1a0bd0e06af34551dc"},
{couch_peruser, "peruser", "4eea9571171a5b41d832da32204a1122a01f4b0e"},
{couch_tests, "erlang-tests", "37b3bfeb4b1a48a592456e67991362e155ed81e0"},
-{docs, "documentation", "d0c36a7d277fc3e36caff4144a0bfb3f2a1ae6e9", [raw]},
+{docs, "documentation", "f36a82a675ea49be919a5e66b82fa88fa4e6d663", [raw]},
{ddoc_cache, "ddoc-cache", "c762e90a33ce3cda19ef142dd1120f1087ecd876"},
{ets_lru, "ets-lru", "c05488c8b1d7ec1c3554a828e0c9bf2888932ed6"},
{fabric, "fabric", "f84750e3d31accf7bcadb0ba05249c23ce920521"},