Merge branch 'master' of https://code.grnet.gr/git/pithos
[pithos] / snf-pithos-backend / Changelog
1 Changelog
2 =========
3
4 v0.10.0
5 -------
6
7 * New migration tool added, `pithos-migrate`.
8   
9   To upgrade your database from v0.9.7 run::
10         
11         $ pithos-migrate upgrade head
12   
13   To initialize the database and then::
14         
15         $ pithos-migrate initdb
16
17
18 v0.9.7
19 ------
20 * Minor fixes
21
22 v0.9.6
23 ------
24 * Use umask parameter in ModularBackend 
25
26 v0.9.4
27 ------
28 * Overwrite permissions every time.
29 * Send sharing notifications.
30 * Include instance in queue messages.
31 * Different queue message types use different keys.
32 * Report object changes to the queue.
33
34 v0.9.3
35 ------
36 * Fixes for non-automatic container versioning policy.
37 * Open files in backend as read-only if such is the filesystem.
38 * Check Content-Type up to semicolon.
39