From: Paul Eggert Date: Sun, 24 Dec 2006 05:25:19 +0000 (+0000) Subject: * NEWS: Document this. X-Git-Tag: v1.3.12~24 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2f845033f131bd03e51bfba37404f2832eb551ca;p=debian%2Fgzip * NEWS: Document this. --- diff --git a/ChangeLog b/ChangeLog index 1ba9221..1213cbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ the inputs be regular files. Avoid creating a temporary entirely, if /dev/fd works. If not, then resist denial-of-service attacks better, by using mktemp. + * NEWS: Document this. * Makefile.am (gzip.doc.gz): New rule. (check-local): Depend on it, and test zdiff for Debian bug 404114. diff --git a/NEWS b/NEWS index 881c9d6..ecc9ad5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Gzip 1.3.10 (200?-??-??) + +* zcmp and zdiff did not work in the usual case, due to a typo. + Gzip 1.3.9 (2006-12-15) * No major changes; only porting fixes.