aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-11-13 03:54:54 +0000
committerDavid Shaw <[email protected]>2003-11-13 03:54:54 +0000
commit444ccb2fad2e0902027c79c9ca1959ddfcd0c18c (patch)
treea75b91dcb34c7a842760610bdb5814dcb8049320
parent* mainproc.c (proc_symkey_enc): Don't show algorithm information when (diff)
downloadgnupg-444ccb2fad2e0902027c79c9ca1959ddfcd0c18c.tar.gz
gnupg-444ccb2fad2e0902027c79c9ca1959ddfcd0c18c.zip
* NEWS: Note BZIP2 and --symmetric --encrypt.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS7
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 854ad9c93..f4b75af40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
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 <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)
------------------------------------------------