Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-backend / Changelog @ d1d173da

History | View | Annotate | Download (755 Bytes)

1
Changelog
2
=========
3

    
4
v0.9.8
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 enable migrations for a new database, create database schema as usual
14
  and then::
15
  	
16
	$ pithos-migrate stamp head
17

    
18

    
19
v0.9.7
20
------
21
* Minor fixes
22

    
23
v0.9.6
24
------
25
* Use umask parameter in ModularBackend 
26

    
27
v0.9.4
28
------
29
* Overwrite permissions every time.
30
* Send sharing notifications.
31
* Include instance in queue messages.
32
* Different queue message types use different keys.
33
* Report object changes to the queue.
34

    
35
v0.9.3
36
------
37
* Fixes for non-automatic container versioning policy.
38
* Open files in backend as read-only if such is the filesystem.
39
* Check Content-Type up to semicolon.
40