8000 Add release notes for 3.3.1 · githubzhaoliang/sqlcipher@951d2ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 951d2ed

Browse files
Add release notes for 3.3.1
1 parent fcdbd38 commit 951d2ed

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased][unreleased]
55

6+
## [3.3.1] - 2015-07-13
7+
### Changed
8+
- Merge upstream SQLite 3.8.10.2
9+
- Fixed segfault when provided an invalid cipher name
10+
- Check for codec context when performing `PRAGMA cipher_store_pass`
11+
- Remove extraneous null check in `PRAGMA cipher_migrate`
12+
613
## [3.3.0] - 2015-03-25
714
### Added
815
- Added FIPS API calls within the OpenSSL crypto provider
@@ -49,7 +56,8 @@ All notable changes to this project will be documented in this file.
4956
### Security
5057
- Change KDF iteration length from 4,000 to 64,000
5158

52-
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v3.3.0...prerelease
59+
[unreleased]: https://github.com/sqlcipher/sqlcipher/compare/v3.3.1...prerelease
60+
[3.3.0]: https://github.com/sqlcipher/sqlcipher/compare/v3.3.0...v3.3.1
5361
[3.3.0]: https://github.com/sqlcipher/sqlcipher/compare/v3.2.0...v3.3.0
5462
[3.2.0]: https://github.com/sqlcipher/sqlcipher/compare/v3.1.0...v3.2.0
5563
[3.1.0]: https://github.com/sqlcipher/sqlcipher/compare/v3.0.1...v3.1.0

0 commit comments

Comments
 (0)
0