~ubuntu-branches/ubuntu/precise/swift/precise-updates

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Thierry Carrez (ttx)
  • Date: 2012-03-09 13:26:07 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20120309132607-bu6ef7fxntepwa10
Tags: 1.4.7-0ubuntu1
[ Chuck Short ]
* New upstream release.

[ Thierry Carrez (ttx) ]
* Remove swift-stats-populate, swift-stats-report and stats.conf-sample to
  match Swift 1.4.7 contents

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
swift (1.4.7)
 
2
 
 
3
    * Improvements to account and container replication.
 
4
 
 
5
    * Fix for account servers allowing .pending to exist before .db.
 
6
 
 
7
    * Fixed possible key-guessing exploit in formpost.
 
8
 
 
9
    * Fixed bug in ring builder when removing a large percentage of devices.
 
10
 
 
11
    * Swift CLI tool now supports openstack-standard CLI flags.
 
12
 
 
13
    * New JSON output option for swift-dispersion-report.
 
14
 
 
15
    * Removed old stats tools.
 
16
 
 
17
    * Other bug fixes and documentation updates.
 
18
 
1
19
swift (1.4.6)
2
20
 
3
21
    * TempURL and FormPost middleware added