From 973fd66282748f4c605aec5b4c4e90c3308baf0c Mon Sep 17 00:00:00 2001 From: Christopher Wellons Date: Tue, 23 Jan 2018 14:43:05 -0500 Subject: [PATCH] Bump to version 3.4 --- NEWS.md | 30 ++++++++++++++++++++++++++++++ config.h | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 NEWS.md diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..a17acf6 --- /dev/null +++ b/NEWS.md @@ -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. diff --git a/config.h b/config.h index 655c4ca..b99d47a 100644 --- a/config.h +++ b/config.h @@ -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