CHANGES
=======

0.1.2
-----

* Add deprecated options support for storage drivers
* Rename locale files for glance_store rename
* Update .gitreview for project rename

0.1.1
-----

* Rename glance.store to glance_store
* Port of 97882f796c0e8969c606ae723d14b6b443e2e2f9
* Port of 502be24afa122eef08186001e54c1e1180114ccf
* Fix collection order issues and unit test failures

0.1.0
-----


0.0.1a2
-------

* Fix development classifier
* Imported Translations from Transifex
* Package glance's package entirely

0.0.1a1
-------

* Split CHUNKSIZE into WRITE/READ_CHUNKSIZE
* Port swift store
* Add validate_location
* Fix some Exceptions incompatibilities
* Imported Translations from Transifex
* Setup for glance.store for translation
* Set the right classifiers in setup.cfg
* Remove version string from setup.cfg
* Add .gitreview to the repo
* Fix flake8 errors
* Adopt oslo.i18n
* Pull multipath support from glance/master
* Update from oslo-incubator
* Pass offset and chunk_size to the `get` method
* Migrate vmware store
* Move FakeHTTPResponse to a common utils module
* Removed commented code
* Remove deprecated _schedule_delayed_delete_from_backend function
* BugFix: Point to the exceptions module
* BugFix: define scheme outside the `try` block
* Add a way to register store options
* Update functions signatures w/ optional context
* Remove old scrubber options
* Move exceptions out of common and add backends.py
* Use exception
* Remove dependency on oslo-log
* Add offset and chunk_size to the get method
* Migrate the rbd store
* Use register_store_schemes everywhere
* Add missing context keyword to the s3 store
* Migrate cinder store
* Remove location_strategy, it belongs to Glance
* S3 store ported
* Move options registration to __init__
* GridFS Store
* Port sheepdog and its test suite
* Update from oslo-inc and added processutils
* Fix http store tests
* Added fake driver, restored base tests, fixed load driver issue
* Use context when needed
* Add context=None to http store methods
* Remove old exceptions
* HTTP migrated
* Accept a message keyword in exceptions
* Filesystem driver restored
* Move drivers under _driver
* Added testr
* Config & Import fixes
* Move base test to glance/store
* Deprecate old options, make the list shorter
* Add glance.store common
* Add tests w/ some fixes, although they don't run yet
* Update gitignore
* Add requirements and testr
* Add oslo-inc modules
* Copying from glance
