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