summaryrefslogtreecommitdiff
path: root/common/changes
diff options
context:
space:
mode:
Diffstat (limited to 'common/changes')
-rw-r--r--common/changes/bug_5896_include-ddocs-source-in-sdist2
-rw-r--r--common/changes/bug_6671-bail-out-if-no-cdocs-dir1
-rw-r--r--common/changes/bug_6833_remove-unneeded-params-from-couch-server-state2
-rw-r--r--common/changes/feature_adapt-to-new-events-on-common1
4 files changed, 0 insertions, 6 deletions
diff --git a/common/changes/bug_5896_include-ddocs-source-in-sdist b/common/changes/bug_5896_include-ddocs-source-in-sdist
deleted file mode 100644
index 94188f5e..00000000
--- a/common/changes/bug_5896_include-ddocs-source-in-sdist
+++ /dev/null
@@ -1,2 +0,0 @@
- o Include couch design docs source files in source distribution and only
- compile ddocs.py when building the package (#5896).
diff --git a/common/changes/bug_6671-bail-out-if-no-cdocs-dir b/common/changes/bug_6671-bail-out-if-no-cdocs-dir
deleted file mode 100644
index e57e50e5..00000000
--- a/common/changes/bug_6671-bail-out-if-no-cdocs-dir
+++ /dev/null
@@ -1 +0,0 @@
-o Bail out if cdocs/ dir does not exist. Closes: #6671
diff --git a/common/changes/bug_6833_remove-unneeded-params-from-couch-server-state b/common/changes/bug_6833_remove-unneeded-params-from-couch-server-state
deleted file mode 100644
index 2c927717..00000000
--- a/common/changes/bug_6833_remove-unneeded-params-from-couch-server-state
+++ /dev/null
@@ -1,2 +0,0 @@
- o Remove unneeded parameters from CouchServerState initialization. Closes
- #6833.
diff --git a/common/changes/feature_adapt-to-new-events-on-common b/common/changes/feature_adapt-to-new-events-on-common
deleted file mode 100644
index cd55fa7d..00000000
--- a/common/changes/feature_adapt-to-new-events-on-common
+++ /dev/null
@@ -1 +0,0 @@
-- Adapt soledad to the new events api on leap.common. Related to #6359.