Bump to version 3.4

pull/12/head 3.4
Christopher Wellons 2018-01-23 14:43:05 -05:00
parent 47ce8997e8
commit 973fd66282
2 changed files with 31 additions and 1 deletions

30
NEWS.md Normal file
View File

@ -0,0 +1,30 @@
# Changes
## 3.4
* New `--pinentry` (`-e`) global option. This is an alternative way to
input passphrases. This allows smoother `enchive-mode.el` operation.
* New `ENCHIVE_FILE_EXTENSION` compile-time option
* Removed `ENCHIVE_RANDOM_DEVICE` compile-time option.
* Improved error messages.
* Various documentation and bug fixes.
## 3.3
* New `enchive-mode.el` for editing `.enchive` files in Emacs.
* Remove `help` command and add a man page
* New `PREFIX` make variable, with `install` and `uninstall` targets
* Various bug fixes.
## 3.2
* New `fingerprint` command and `--fingerprint` (`-i`) key generation
option to help identify keys.
## 3.1
* Various bug fixes.
## 3.0
* File format locked down.

View File

@ -4,7 +4,7 @@
/* Compile-time configuration */
#ifndef ENCHIVE_VERSION
# define ENCHIVE_VERSION 3.3
# define ENCHIVE_VERSION 3.4
#endif
#ifndef ENCHIVE_FORMAT_VERSION