changelog for queens backports

Change-Id: Ieaec857eba9321f2aefd63e3db9b413e8b35fcbb
This commit is contained in:
John Dickinson 2019-02-12 15:09:46 -08:00
parent 4ea52f3a95
commit ecbf74fbf8
2 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,13 @@
2.17.1 (queens stable backports)
* Fix SLO delete for accounts with non-ASCII names.
* Fixed an issue in COPY where concurrent requests may have copied the
wrong data.
* Fixed a bug in how Swift uses eventlet that was exposed under high
concurrency.
swift (2.17.0)
* Added symlink objects support.

View File

@ -0,0 +1,11 @@
---
fixes:
- Fix SLO delete for accounts with non-ASCII names.
- >
Fixed an issue in COPY where concurrent requests may have copied the
wrong data.
- >
Fixed a bug in how Swift uses eventlet that was exposed under high
concurrency.