diff options
author | gholt <z-github@brim.net> | 2012-01-04 19:14:42 +0000 |
---|---|---|
committer | gholt <z-github@brim.net> | 2012-01-04 19:15:06 +0000 |
commit | 4ad59c63350c3e0b0a575f34dfc01a9cfc6b3141 (patch) | |
tree | a0c643d41ced7791dc612cee476decc49c007a80 /CHANGELOG | |
parent | 6f875442bb76c276d548a5bf0e93f2af2e72c4a6 (diff) | |
download | swift-4ad59c63350c3e0b0a575f34dfc01a9cfc6b3141.tar.gz |
AUTHORS and CHANGELOG updates for 1.4.51.4.5
Change-Id: I0ddfa712f9c4dc5110d953439ec41355a25bb4f0
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,5 +1,35 @@ +swift (1.4.5) + + * New swift-orphans and swift-oldies command line tools to detect + orphaned Swift processes and long running processes. + + * Command line tool "swift" now supports marker queries. + + * StaticWeb middleware improved to save an extra request when + possible. + + * Updated swift-init to support swift-object-expirer. + + * Fixed object replicator timeout handling [bug 814263]. + + * Fixed accept header 503 vs. 400 [bug 891247]. + + * More exception handling for auditors. + + * Doc updates for PPA [bug 905608]. + + * Doc updates to explain replication more clearly [bug 906976]. + + * Updated SAIO instructions to no longer mention ~/swift/trunk. + + * Fixed docstrings in the ring code. + + * PEP8 Updates. + swift (1.4.4) + * Fixes to prevent socket hoarding (memory leak) + * Add sockstat info to recon. * Fixed leak from SegmentedIterable. |