diff options
author | Peter Palfrader <peter@palfrader.org> | 2014-10-22 21:00:59 +0200 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2014-10-22 21:00:59 +0200 |
commit | 7d788514693cfc5c94bf9c4306ff9cc082e96330 (patch) | |
tree | 3e2f7607cf91ae453963c4177d5c3489f8b83bca /NEWS | |
parent | 0de3b1bc5a595e0ca3ac73d73ed8a161a543f355 (diff) |
Work with newer GnuPG::Interface versions again
Newer GnuPG::Interface versions are more picky when it comes to command
and command_args. Previously, they would accept things in any order and
would not care which of the two arrays had which. Now, command_args is
really limited to have arguments for the command listed in command. Any
options go with, and in front of, the command.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changes in * Fix a bashishm in tools/create-distribution. * Fix a markup typo in the pingd manpage. * Fix "defined(@array) is deprecated" in Echolot/Tools.pm + * Newer GnuPG::Interface versions are more picky when it comes + to command and command_args. Previously, they would accept things + in any order and would not care which of the two arrays had which. + Now, command_args is really limited to have arguments for the + command listed in command. Any options go with, and in front of, + the command. Changes in version 2.1.8 - 2005-04-25 * debian: Redirect init script output to /dev/null in logrotate |