summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-05-13 09:14:13 -0400
committerKali Kaneko <kali@leap.se>2016-05-13 09:14:13 -0400
commitf0abb03a1988b3736790d33bcbcc1229f4050b12 (patch)
tree9f62a551fb857abd8ff6b45c3f19a25e9958dc80
parent8a299558d47ed04d01b0aa396a1cfdf16c7820cd (diff)
[pkg] remove old changes notes
-rw-r--r--changes/bug_6937_remove-syslog-option2
-rw-r--r--changes/feature_6942_use_syslog1
-rw-r--r--changes/feature_7272-msg-key-not-found1
-rw-r--r--changes/feature_7435_unit_testing1
-rw-r--r--changes/feature_7439_remove_provenance1
-rw-r--r--changes/feature_7565_couchdb_refactor1
6 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug_6937_remove-syslog-option b/changes/bug_6937_remove-syslog-option
deleted file mode 100644
index d3a65c3..0000000
--- a/changes/bug_6937_remove-syslog-option
+++ /dev/null
@@ -1,2 +0,0 @@
- o Remove logging to syslog for now. We should only do this in the future,
- when the platform is ready for it. Closes #6937.
diff --git a/changes/feature_6942_use_syslog b/changes/feature_6942_use_syslog
deleted file mode 100644
index ffa8f62..0000000
--- a/changes/feature_6942_use_syslog
+++ /dev/null
@@ -1 +0,0 @@
-- Use syslog for logging (Closes: #6859)
diff --git a/changes/feature_7272-msg-key-not-found b/changes/feature_7272-msg-key-not-found
deleted file mode 100644
index 2d82df8..0000000
--- a/changes/feature_7272-msg-key-not-found
+++ /dev/null
@@ -1 +0,0 @@
-- return a more meaningful msg if user exists but has no key (Closes: #7272)
diff --git a/changes/feature_7435_unit_testing b/changes/feature_7435_unit_testing
deleted file mode 100644
index 32778b7..0000000
--- a/changes/feature_7435_unit_testing
+++ /dev/null
@@ -1 +0,0 @@
-- set up unit testing infrastructure (Closes: #7435)
diff --git a/changes/feature_7439_remove_provenance b/changes/feature_7439_remove_provenance
deleted file mode 100644
index 188b9a2..0000000
--- a/changes/feature_7439_remove_provenance
+++ /dev/null
@@ -1 +0,0 @@
-- Don't add X-Leap-Provenance header (Closes: #7439)
diff --git a/changes/feature_7565_couchdb_refactor b/changes/feature_7565_couchdb_refactor
deleted file mode 100644
index dc6ac0b..0000000
--- a/changes/feature_7565_couchdb_refactor
+++ /dev/null
@@ -1 +0,0 @@
-- Update code to the new CouchDatabase soledad code