Change the CHANGELOG; now we'll only change it as we cut a release.

This commit is contained in:
gholt
2011-05-17 15:29:33 +00:00
parent 65b71c59be
commit dc96419348

View File

@@ -1,12 +1,7 @@
swift (x.x.x) swift (x.x.x)
* Renamed swift-stats-populate to swift-dispersion-populate and The next Swift version is in development. A full change log will be
swift-stats-report to swift-dispersion-report with extraneous unused available on release. Until then, you can use the following bzr command to
options removed. The new tools use dispersion.conf instead of stats.conf. see the commit history:
* Transaction id for each request is returned in a response header bzr log --log-format short --forward -rtag:1.3.0..
(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.