summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--releasenotes/notes/aggregator-transformer-timeout-e0f42b6c96aa7ada.yaml5
-rw-r--r--releasenotes/notes/thread-safe-matching-4a635fc4965c5d4c.yaml6
2 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/aggregator-transformer-timeout-e0f42b6c96aa7ada.yaml b/releasenotes/notes/aggregator-transformer-timeout-e0f42b6c96aa7ada.yaml
new file mode 100644
index 00000000..32b4b248
--- /dev/null
+++ b/releasenotes/notes/aggregator-transformer-timeout-e0f42b6c96aa7ada.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - >
+ [`bug 1531626 <https://bugs.launchpad.net/ceilometer/+bug/1531626>`_]
+ Ensure aggregator transformer timeout is honoured if size is not provided.
diff --git a/releasenotes/notes/thread-safe-matching-4a635fc4965c5d4c.yaml b/releasenotes/notes/thread-safe-matching-4a635fc4965c5d4c.yaml
new file mode 100644
index 00000000..fbb6414c
--- /dev/null
+++ b/releasenotes/notes/thread-safe-matching-4a635fc4965c5d4c.yaml
@@ -0,0 +1,6 @@
+---
+critical:
+ - >
+ [`bug 1519767 <https://bugs.launchpad.net/ceilometer/+bug/1519767>`_]
+ fnmatch functionality in python <= 2.7.9 is not threadsafe. this issue and
+ its potential race conditions are now patched.