made changelog section breaks more consistent

Change-Id: I791b03a7cabd63bf363e17f7ac603744d8dbf130
This commit is contained in:
John Dickinson 2018-02-05 11:18:27 -08:00
parent 7f12d608be
commit 5acefa3dc9
1 changed files with 37 additions and 3 deletions

View File

@ -72,7 +72,7 @@ swift (2.18.0)
* Various other minor bug fixes and improvements.
swift (2.17.0)
swift (2.17.0, OpenStack Queens)
* Added symlink objects support.
@ -265,8 +265,8 @@ swift (2.16.0)
* Various other minor bug fixes and improvements.
swift (2.15.1, OpenStack Pike)
swift (2.15.1)
* Fixed a bug introduced in 2.15.0 where the object reconstructor
would exit with a traceback if no EC policy was configured.
@ -284,6 +284,7 @@ swift (2.15.1)
* Various other minor bug fixes and improvements.
swift (2.15.0)
* Add Composite Ring Functionality
@ -446,6 +447,7 @@ swift (2.14.0)
* Various other minor bug fixes and improvements.
swift (2.13.0, OpenStack Ocata)
* Improvements in key parts of the consistency engine
@ -532,6 +534,7 @@ swift (2.13.0, OpenStack Ocata)
* Various other minor bug fixes and improvements.
swift (2.12.0)
* Ring files now include byteorder information about the endian of
@ -592,6 +595,7 @@ swift (2.12.0)
* Various other minor bug fixes and improvements.
swift (2.11.0)
* We have made significant improvements and changes to the erasure
@ -654,6 +658,7 @@ swift (2.11.0)
* Various other minor bug fixes and improvements.
swift (2.10.0, OpenStack Newton)
* Object versioning now supports a "history" mode in addition to
@ -744,6 +749,7 @@ swift (2.9.0)
* Various other minor bug fixes and improvements.
swift (2.8.0)
* Allow concurrent bulk deletes for server-side deletes of static
@ -985,6 +991,7 @@ swift (2.7.0, OpenStack Mitaka)
* Various other minor bug fixes and improvements.
swift (2.6.0)
* Dependency changes
@ -1074,6 +1081,7 @@ swift (2.6.0)
* Various other minor bug fixes and improvements.
swift (2.5.0, OpenStack Liberty)
* Added the ability to specify ranges for Static Large Object (SLO)
@ -1102,6 +1110,7 @@ swift (2.5.0, OpenStack Liberty)
* Various other minor bug fixes and improvements.
swift (2.4.0)
* Dependency changes
@ -1453,6 +1462,7 @@ swift (2.2.0, OpenStack Juno)
* Various other minor bug fixes and improvements.
swift (2.1.0)
* swift-ring-builder placement was improved to allow gradual addition
@ -1514,6 +1524,7 @@ swift (2.1.0)
* Various other minor bug fixes and improvements.
swift (2.0.0)
* Storage policies
@ -1573,6 +1584,7 @@ swift (2.0.0)
* Various other minor bug fixes and improvements
swift (1.13.1, OpenStack Icehouse)
* Change the behavior of CORS responses to better match the spec
@ -1610,6 +1622,7 @@ swift (1.13.1, OpenStack Icehouse)
* Various other minor bug fixes and improvements.
swift (1.13.0)
* Account-level ACLs and ACL format v2
@ -1662,6 +1675,7 @@ swift (1.13.0)
* Various other minor bug fixes and improvements.
swift (1.12.0)
* Several important pieces of information have been added to /info:
@ -1840,6 +1854,7 @@ swift (1.11.0)
* Various other bug fixes and improvements
swift (1.10.0, OpenStack Havana)
* Added support for pooling memcache connections
@ -1884,6 +1899,7 @@ swift (1.10.0, OpenStack Havana)
* Various other bug fixes and improvements, including support for running
Swift under Pypy and continuing work to support storage policies
swift (1.9.1)
* Disallow PUT, POST, and DELETE requests from creating older tombstone
@ -1936,6 +1952,7 @@ swift (1.9.1)
* Various other minor bug fixes and improvements
swift (1.9.0)
* Global clusters support
@ -2011,6 +2028,7 @@ swift (1.9.0)
* Various other minor bug fixes and improvements
swift (1.8.0, OpenStack Grizzly)
* Make rings' replica count adjustable
@ -2090,6 +2108,7 @@ swift (1.8.0, OpenStack Grizzly)
* Various other minor bug fixes and improvements
swift (1.7.6)
* Better tempauth storage URL guessing
@ -2132,6 +2151,7 @@ swift (1.7.6)
* Various other minor bug fixes and improvements
swift (1.7.5)
* Support OPTIONS verb, including CORS preflight requests
@ -2182,15 +2202,18 @@ swift (1.7.5)
* Various other minor bug fixes and improvements
swift (1.7.4, OpenStack Folsom)
* Fix issue where early client disconnects may have caused a memory leak
swift (1.7.2)
* Fix issue where memcache serialization was not properly loading
the config value
swift (1.7.0)
* Use custom encoding for ring data instead of pickle
@ -2261,6 +2284,7 @@ swift (1.7.0)
* Various other minor bug fixes and improvements
swift (1.6.0)
* Removed bin/swift and swift/common/client.py from the swift repo. These
@ -2320,6 +2344,7 @@ swift (1.6.0)
* Various other minor bug fixes and improvements
swift (1.5.0)
* New option to toggle SQLite database preallocation with account
@ -2388,6 +2413,7 @@ swift (1.5.0)
* Various other minor bug fixes and improvements
swift (1.4.8, OpenStack Essex)
* Added optional max_containers_per_account restriction
@ -2419,6 +2445,7 @@ swift (1.4.8, OpenStack Essex)
* Refactored some ring building functions for clarity and simplicity
swift (1.4.7)
* Improvements to account and container replication.
@ -2437,6 +2464,7 @@ swift (1.4.7)
* Other bug fixes and documentation updates.
swift (1.4.6)
* TempURL and FormPost middleware added
@ -2461,6 +2489,7 @@ swift (1.4.6)
* Other minor bug fixes
swift (1.4.5)
* New swift-orphans and swift-oldies command line tools to detect
@ -2489,6 +2518,7 @@ swift (1.4.5)
* PEP8 Updates.
swift (1.4.4)
* Fixes to prevent socket hoarding (memory leak)
@ -2531,6 +2561,7 @@ swift (1.4.4)
* Query only specific zone via swift-recon.
swift (1.4.3, OpenStack Diablo)
* Additional quarantine catching code.
@ -2555,6 +2586,7 @@ swift (1.4.3, OpenStack Diablo)
* Fix to the swift tool to strip any leading slashes on file names when
uploading.
swift (1.4.2)
* Removed stats/logging code from Swift [now in separate slogging project].
@ -2582,6 +2614,7 @@ swift (1.4.2)
* This fixes the bug that drop_buffer_cache() doesn't work on systems where
off_t isn't 64 bits.
swift (1.4.1)
* st renamed to swift
@ -2598,6 +2631,7 @@ swift (1.4.1)
* Accounts are auto-created if an auth token is valid when the
account_autocreate proxy config parameter is set to true.
swift (1.4.0)
* swift-bench now cleans up containers it creates.
@ -2657,7 +2691,7 @@ swift (1.4.0)
* Stats uploaders now allow overrides for source_filename_pattern and
new_log_cutoff values.
---
----
Changelog entries for previous versions are incomplete