X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=NEWS;h=8d0e10013893551926704e65760e7b199ba54ed5;hb=0b5368608007615308c2007138113d5ecc5ce2fb;hp=6532550b11710e20ed852b36f75419012b370048;hpb=760dd35ab04dbacda739299f7ed781abe1b54352;p=debian%2Fgzip diff --git a/NEWS b/NEWS index 6532550..8d0e100 100644 --- a/NEWS +++ b/NEWS @@ -4,11 +4,12 @@ GNU gzip NEWS -*- outline -*- ** Bug fixes - gzip now warns about file time stamps out of gzip range, or out of - time_t range, instead of silently continuing, sometimes with - undefined behavior. This affects time stamps before 1970 or after - 2106, and time stamps after 2038 on 32-bit platforms. - [bug present since the beginning] + When converting time stamps to gzip file format (32-bit unsigned) or + to time_t format (system-dependent), gzip now ignores out-of-range + values instead of shoehorning them into the destination format, + sometimes with undefined behavior. This affects time stamps before + 1970 and after 2106, and time stamps after 2038 on platforms with + 32-bit signed time_t. [bug present since the beginning] Support for VMS and Amiga has been removed. It was not working anyway, and it reportedly caused file name glitches on MS-Windowsish platforms.