~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Package Import Robot
  • Author(s): Chuck Short, James Page, Chuck Short
  • Date: 2013-08-13 10:37:13 UTC
  • mfrom: (1.2.21)
  • Revision ID: package-import@ubuntu.com-20130813103713-1ctbx4zifyljs2aq
Tags: 1.9.1-0ubuntu1
[ James Page ]
* d/control: Update VCS fields for new branch locations.

[ Chuck Short ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
swift (1.9.1)
 
2
 
 
3
    * Disallow PUT, POST, and DELETE requests from creating older tombstone
 
4
      files, preventing the possibility of filling up the disk and removing
 
5
      unnecessary container updates.
 
6
 
 
7
    * Set default wsgi workers to cpu_count
 
8
 
 
9
      Change the default value of wsgi workers from 1 to auto. The new
 
10
      default value for workers in the proxy, container, account & object
 
11
      wsgi servers will spawn as many workers per process as you have cpu
 
12
      cores. This will not be ideal for some configurations, but it's much
 
13
      more likely to produce a successful out of the box deployment.
 
14
 
 
15
    * Added reveal_sensitive_prefix config setting to filter the auth token
 
16
      logged by the proxy server.
 
17
 
 
18
    * Ensure Keystone's reseller prefix ends with an underscore. Previously
 
19
      this was a recommendation--now it is enforced.
 
20
 
 
21
    * Added log_file_pattern config to swift-drive-audit for drive errors
 
22
 
 
23
    * Add support for telling Swift to detect a content type on a request.
 
24
 
 
25
    * Additional object stats are now logged in the object auditor
 
26
 
 
27
    * Moved the DiskFile interface into its own module
 
28
 
 
29
    * Ensure the SQLite cursors are closed when creating functions
 
30
 
 
31
    * Better support for valid Accept headers
 
32
 
 
33
    * In Keystone, don't allow users to delete their own account
 
34
 
 
35
    * Return a UTC timezone designator in container listings
 
36
 
 
37
    * Ensure that users can't remove their account quotas
 
38
 
 
39
    * Allow floating point value for dispersion coverage
 
40
 
 
41
    * Fix incorrect error page handling in staticweb
 
42
 
 
43
    * Add utf-8 charset to multipart-manifest=get response.
 
44
 
 
45
    * Allow dispersion tools to use keystone server with insecure certificate
 
46
 
 
47
    * Ensure that files are always closed in tests
 
48
 
 
49
    * Use OpenStack's "Hacking" guidelines for code formatting
 
50
 
 
51
    * Various other minor bug fixes and improvements
 
52
 
1
53
swift (1.9.0)
2
54
 
3
55
    * Global clusters support