diff options
author | David Shaw <[email protected]> | 2003-11-13 04:02:17 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-11-13 04:02:17 +0000 |
commit | fbadc93876b90a500caf70dcfa175966a6a61eae (patch) | |
tree | 5062c782b788ae115c8d76f8a581a827c4a5f512 | |
parent | * g10.c (main): Add --symmetric --sign --encrypt. (diff) | |
download | gnupg-fbadc93876b90a500caf70dcfa175966a6a61eae.tar.gz gnupg-fbadc93876b90a500caf70dcfa175966a6a61eae.zip |
* NEWS: Note BZIP2.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 10 |
2 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2003-11-12 David Shaw <[email protected]> + * NEWS: Note BZIP2. + * configure.ac: Make sure that the resolver API actually compiles, and not just that the right functions exist. @@ -1,8 +1,14 @@ Noteworthy changes in version 1.3.4 (unreleased) ------------------------------------------------ - * --symmetric --encrypt can now be used to generate a message that - can be decrypted by either a passphrase or a secret key. + * Added support for BZIP2 compression. This should be considered + experimental, and is only available if the libbzip2 library + <http://sources.redhat.com/bzip2/> is installed. + + * Added the ability to handle messages that can be decrypted with + either a passphrase or a secret key. These messages may be + generated with --symmetric --encrypt or --symmetric --sign + --encrypt. * The config file search has been enhanced to try for more specific filename matches before giving up. For example, |