From c05a2dd67c9aa7653c8f988178e25ec15c3d2425 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 10 Mar 2003 09:59:33 +0000 Subject: [PATCH] * compress.c (init_uncompress): Use a 15 bit window size so that the output of implementations which don't run for PGP 2 compatibility won't get garbled. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 9d09260cc..dc732b993 100644 --- a/NEWS +++ b/NEWS @@ -33,6 +33,10 @@ Noteworthy changes in version 1.2.2 (unreleased) This is a simpler interface to the old method (which still works) of revoking the user ID self-signature. + * Fixed a compatibility problem with CryptoEx by increasing the + window size of the uncompressor. + + Noteworthy changes in version 1.2.1 (2002-10-25) ------------------------------------------------