Skip to content

Commit

Permalink
Bump to version 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Jan 23, 2018
1 parent 47ce899 commit 973fd66
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 973fd66

Please sign in to comment.