aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
------------------------------------------------