Changelog for keystore-0.5.0.2
-*-change-log-*-
0.1.0.0 Chris Dornan <chrisd@irisconnect.co.uk> 2014-03-30
* First public release
0.1.1.0 Chris Dornan <chrisd@irisconnect.co.uk> 2014-06-08
* Fix read-only behaviour, adding --read-only flag
0.2.0.0 Chris Dornan <chrisd@irisconnect.co.uk> 2014-07-06
* Reorganise module hierarchy and code base
* Add Data.KeyStore.Sections
* Replace 'psd' example with 'deploy' example
0.2.0.1 Chris Dornan <chrisd@irisconnect.co.uk> 2014-07-07
* Fix 'deploy' example
0.3.0.0 Chris Dornan <chrisd@irisconnect.co.uk> 2014-07-23
* Fix CLI organization
* Add hostRSection to Sections class
0.3.0.1 Adam Gundry <adam@well-typed.com> 2014-07-23
* Add GHC 0.7.8.3 compatability
0.4.0.0 Chris Dornan <chrisd@irisconnect.co.uk> 2014-07-26
* Remove hostRSection from Sections class!
* Reorganise Sections simplifying and fixing host/section relationship
* Fix 'deploy' example to work with new sections
* Write Haddock annotations for Sections module.
* Tidy cabal file
* Revise readme and cabal documentation
0.5.0.0 Chris Dornan <chrisd@irisconnect.co.uk> 2014-07-27
* expose getKeystore, getState, getCtxState, putCtxState in Data.KeyStore.IO
* add proxy arguments to verifyKeystore & locateKeys in Data.KeyStore.Sections
* opened up the export of Data.KeyStore.Types
* added getSettingsOpt' to Data.KeyStore.KS.Opt
* Fix #1, (section, key and host prefixes)
0.5.0.1 Chris Dornan <chrisd@irisconnect.co.uk> 2014-07-28
* fix default sectionPWEnvVar in Sections class
0.5.0.2 Chris Dornan <chrisd@irisconnect.co.uk> 2014-07-28
* improve build stability of Sections: list the things we need from Control.Lens