From 444ccb2fad2e0902027c79c9ca1959ddfcd0c18c Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 13 Nov 2003 03:54:54 +0000 Subject: [PATCH] * NEWS: Note BZIP2 and --symmetric --encrypt. --- ChangeLog | 4 ++++ NEWS | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 854ad9c93..f4b75af40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-12 David Shaw + + * NEWS: Note BZIP2 and --symmetric --encrypt. + 2003-10-30 David Shaw * configure.ac: Locate libbz2 for bzip2 compression support. diff --git a/NEWS b/NEWS index 2c976e2fd..eebff9695 100644 --- a/NEWS +++ b/NEWS @@ -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 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) ------------------------------------------------