Files
4ef6644e26f23b0f8c68c4316d899c310081e228
swift /CHANGELOG
2011年05月12日 22:04:39 +00:00

13 lines
552 B
Plaintext

swift (x.x.x)
* Renamed swift-stats-populate to swift-dispersion-populate and
swift-stats-report to swift-dispersion-report with extraneous unused
options removed. The new tools use dispersion.conf instead of stats.conf.
* Transaction id for each request is returned in a response header
(X-Trans-ID). Setting the transaction id has moved from the proxy server to
the catch_errors middleware. Additionally, the internal header has changed
from X-CF-Trans-ID to X-Trans-ID.
* Fixed Python 2.7 httplib compatibility problem.