aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-01-04 23:26:56 +0000
committerDavid Shaw <[email protected]>2002-01-04 23:26:56 +0000
commitb60456db9313aa24e15fd06f87e96cf71150de1b (patch)
tree52bbf8165e0df386deb9476cfe1971bdcf69a9d8
parentUse one-pass packets even if it's a v3 key making the signature (diff)
downloadgnupg-b60456db9313aa24e15fd06f87e96cf71150de1b.tar.gz
gnupg-b60456db9313aa24e15fd06f87e96cf71150de1b.zip
NEWS update about filesize/partial-length change in symmetric messages
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78091ca97..4227e7c7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-04 David Shaw <[email protected]>
+
+ * NEWS about symmetric messages and fixed file sizes.
+
2001-12-22 Werner Koch <[email protected]>
Released 1.0.6c snapshot.
diff --git a/NEWS b/NEWS
index 9348d9b45..cdd7a52fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+ * Symmetric encrypted messages now use a fixed file size if
+ possible. This is a tradeoff: it breaks PGP 5, but fixes PGP 2,
+ 6, and 7. Note this was only an issue with RFC-1991 style
+ symmetric messages.
* A lot of new features like photo ID support, better keyserver
support, non-revcable signatures and more things we need to list