diff --git a/CHANGELOG b/CHANGELOG index 1733433e17..d4add2e0fd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -swift (2.19.0) +swift (2.19.0, OpenStack Rocky) * TempURLs now support IP range restrictions. Please see https://docs.openstack.org/swift/latest/middleware.html#client-usage diff --git a/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml b/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml index f3a3d0b098..d06e263952 100644 --- a/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml +++ b/releasenotes/notes/2_19_0_release-3e6ee3e6a1fcc6bb.yaml @@ -23,18 +23,18 @@ features: async updates N-at-a-time, but will do so using only one process instead of N. - If you have a config file like this: + If you have a config file like this:: [object-updater] concurrency = - and you want to take advantage of faster updates, then do this: + and you want to take advantage of faster updates, then do this:: [object-updater] concurrency = 8 # the default; you can omit this line updater_workers = - If you want updates to be processed exactly as before, do this: + If you want updates to be processed exactly as before, do this:: [object-updater] concurrency = 1