Bump version to 0.9.1

Update Changelog.
This commit is contained in:
Moinak Ghosh 2012-10-24 18:46:27 +05:30
parent c5ebe1f30a
commit ddda9e5320
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
== 0.9.1 Minor update Release ==
Portability to Debian based distros.
Enable SSE4/AVX detection for AMD platforms (Bulldozer has both).
Portable long long int print formatting to silence gcc 4.6 warnings.
Add another example invocation.
== 0.9.0 Major Release ==
Implement HMAC verification for chunk header.
Do not ask for decryption passwd twice.

View file

@ -42,7 +42,7 @@ extern "C" {
#define FLAG_DEDUP 1
#define FLAG_DEDUP_FIXED 2
#define FLAG_SINGLE_CHUNK 4
#define UTILITY_VERSION "0.9.0"
#define UTILITY_VERSION "0.9.1"
#define MASK_CRYPTO_ALG 0x30
#define MAX_LEVEL 14