Always include the Merkle hash in object meta (as returned from the backend). Clean...
[pithos] / README.upgrade
1 UPGRADE
2 =======
3
4 0.7.9 -> 0.7.10
5 ---------------
6 * Update settings.py (BACKEND*, SERVICE_NAME, *_EMAIL, *_TARGET)
7 * Update 'attributes' table in mysql:
8     
9         mysql> update attributes set `key`='ETag' where `key`='hash';
10