summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-10-05 12:33:59 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-10-05 13:16:54 -0300
commitca0fbf276f7374c9b2d5acfee277f65877bebc05 (patch)
treef5327907af3d0c18a994003fd5c19c475d7876d7 /changes
parentf2a5b0ab6361d66cf2f0ae31d1b7c4602cb8e1bd (diff)
[pkg] fold in changes
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-7451_missing-attribute1
-rw-r--r--changes/bug-7503_handle-soledad-init-fail1
-rw-r--r--changes/bug-logbook_handler_bubble1
-rw-r--r--changes/feature-7471_disable-email-fw-on-docker1
4 files changed, 0 insertions, 4 deletions
diff --git a/changes/bug-7451_missing-attribute b/changes/bug-7451_missing-attribute
deleted file mode 100644
index 502210c6..00000000
--- a/changes/bug-7451_missing-attribute
+++ /dev/null
@@ -1 +0,0 @@
-- Assign the timeout 'call later' before starting the sync to prevent race conditions. Related to #7451.
diff --git a/changes/bug-7503_handle-soledad-init-fail b/changes/bug-7503_handle-soledad-init-fail
deleted file mode 100644
index 2edc751e..00000000
--- a/changes/bug-7503_handle-soledad-init-fail
+++ /dev/null
@@ -1 +0,0 @@
-- Handle soledad init fail after several retries. Closes bug #7503.
diff --git a/changes/bug-logbook_handler_bubble b/changes/bug-logbook_handler_bubble
deleted file mode 100644
index 3770e84f..00000000
--- a/changes/bug-logbook_handler_bubble
+++ /dev/null
@@ -1 +0,0 @@
-- Remove bubble argument from the logbook NullHandler
diff --git a/changes/feature-7471_disable-email-fw-on-docker b/changes/feature-7471_disable-email-fw-on-docker
deleted file mode 100644
index 0a31d564..00000000
--- a/changes/feature-7471_disable-email-fw-on-docker
+++ /dev/null
@@ -1 +0,0 @@
-- disable email firewall if we are running inside a docker container. Related to #7471.