diff options
author | David Shaw <[email protected]> | 2003-11-13 03:54:54 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-11-13 03:54:54 +0000 |
commit | 444ccb2fad2e0902027c79c9ca1959ddfcd0c18c (patch) | |
tree | a75b91dcb34c7a842760610bdb5814dcb8049320 | |
parent | * mainproc.c (proc_symkey_enc): Don't show algorithm information when (diff) | |
download | gnupg-444ccb2fad2e0902027c79c9ca1959ddfcd0c18c.tar.gz gnupg-444ccb2fad2e0902027c79c9ca1959ddfcd0c18c.zip |
* NEWS: Note BZIP2 and --symmetric --encrypt.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 7 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2003-11-12 David Shaw <[email protected]> + + * NEWS: Note BZIP2 and --symmetric --encrypt. + 2003-10-30 David Shaw <[email protected]> * configure.ac: Locate libbz2 for bzip2 compression support. @@ -1,6 +1,13 @@ Noteworthy changes in version 1.2.4 (unreleased) ------------------------------------------------ + * Added read-only 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. + Noteworthy changes in version 1.2.3 (2003-08-21) ------------------------------------------------ |