summaryrefslogtreecommitdiff
path: root/releasenotes/notes/2_19_1_release-5072dd72557f5708.yaml
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2019-02-25 16:38:07 -0800
committerJohn Dickinson <me@not.mn>2019-02-25 16:43:46 -0800
commit04a0ff2e969cde4192d54a47ef11e9c0505a9555 (patch)
treec14dddecc052f05b4248079bef15db154ad113a1 /releasenotes/notes/2_19_1_release-5072dd72557f5708.yaml
parent7641fd380dd9dc14ac5d123361c1d385b4329301 (diff)
downloadswift-04a0ff2e969cde4192d54a47ef11e9c0505a9555.tar.gz
added changelog entries from stable releases
Change-Id: Ia2ba8f7a998bc55ba3fba3ce37f1d2974646494f
Diffstat (limited to 'releasenotes/notes/2_19_1_release-5072dd72557f5708.yaml')
-rw-r--r--releasenotes/notes/2_19_1_release-5072dd72557f5708.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/releasenotes/notes/2_19_1_release-5072dd72557f5708.yaml b/releasenotes/notes/2_19_1_release-5072dd72557f5708.yaml
new file mode 100644
index 000000000..0e1a6d259
--- /dev/null
+++ b/releasenotes/notes/2_19_1_release-5072dd72557f5708.yaml
@@ -0,0 +1,16 @@
+---
+fixes:
+ - >
+ Prevent PyKMIP's kmip_protocol logger from logging at DEBUG.
+ Previously, some versions of PyKMIP would include all wire
+ data when the root logger was configured to log at DEBUG; this
+ could expose key material in logs. Only the kmip_keymaster was
+ affected.
+
+ - >
+ Fixed an issue where a failed drive could prevent the container sharder
+ from making progress.
+
+ - >
+ Fixed a bug in how Swift uses eventlet that was exposed under high
+ concurrency.