version bump 4.0.1

This commit is contained in:
Stephen Lombardo
2018-12-17 13:15:39 -05:00
parent e93a26f731
commit 32d21564dc
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## [unreleased] - [unreleased]
## [4.0.1] - [unreleased]
- Based on upstream SQLite 3.26.0 (addresses SQLite “Magellan” issue)
- Adds PRAGMA cipher_compatibility and cipher_default_compatibility which take automatcially configure appropriate compatibility settings for the specified SQLCipher major version number
- Filters attach statements with KEY parameters from readline history
@@ -126,7 +128,8 @@ All notable changes to this project will be documented in this file.
### Security
- Change KDF iteration length from 4,000 to 64,000
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.0.0...prerelease
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v4.0.1...prerelease
[4.0.1]: https://github.com/sqlcipher/sqlcipher/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/sqlcipher/sqlcipher/compare/v3.4.2...v4.0.0
[3.4.2]: https://github.com/sqlcipher/sqlcipher/compare/v3.4.1...v3.4.2
[3.4.1]: https://github.com/sqlcipher/sqlcipher/compare/v3.4.0...v3.4.1
+2 -2
View File
@@ -15,10 +15,10 @@
"requires_arc": false,
"source": {
"git": "https://github.com/sqlcipher/sqlcipher.git",
"tag": "v4.0.0"
"tag": "v4.0.1"
},
"summary": "Full Database Encryption for SQLite.",
"version": "4.0.0",
"version": "4.0.1",
"subspecs": [
{
"compiler_flags": [