From 8cd4fde19095beb955d5cbb0028f1b4b8d2fa97e Mon Sep 17 00:00:00 2001 From: Christopher Wellons Date: Sun, 1 Dec 2019 13:23:16 -0500 Subject: [PATCH] Bump to version 3.5 --- NEWS.md | 8 ++++++++ config.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a17acf6..b00a3d2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,13 @@ # Changes +## 3.5 + +* New keygen option: --repeats (-r), times to repeat passphrase prompt +* More explicit passphrase prompts +* Improved portability +* Fix various issues with enchive-mode.el +* Minor documentation and bug fixes + ## 3.4 * New `--pinentry` (`-e`) global option. This is an alternative way to diff --git a/config.h b/config.h index cda7e43..c220b35 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ /* Compile-time configuration */ #ifndef ENCHIVE_VERSION -# define ENCHIVE_VERSION 3.4 +# define ENCHIVE_VERSION 3.5 #endif #ifndef ENCHIVE_FORMAT_VERSION