All notable changes to this project will be documented in this file.
3.2.0 - 2014-09-30
- Added PRAGMA cipher_store_pass
- Merged upstream SQLite 3.8.6
- Renmed README to README.md
3.1.0 - 2014-04-23
- Added PRAGMA cipher_profile
- Merged upstream SQLite 3.8.4.3
3.0.1 - 2013-12-06
- Add PRAGMA cipher_add_random to source external entropy
- Fix cipher_migrate to handle passphrases longer than 64 characters & raw keys
- Improvements to the libtomcrypt provider
3.0.0 - 2013-11-05
- Added PRAGMA cipher_migrate to migrate older database file formats
- Merged upstream SQLite 3.8.0.2
- Remove usage of VirtualLock/Unlock on WinRT and Windows Phone
- Ignore HMAC read during Btree file copy
- Fix lib naming for pkg-config
- Use _v2 version of sqlite3_key and sqlite3_rekey
- Update xcodeproj file
- Change KDF iteration length from 4,000 to 64,000