gzip: minor time stamp cleanups
[debian/gzip] / NEWS
diff --git a/NEWS b/NEWS
index ce0daaddfe43730d81b2bc2d9d0a8080ff9f5789..8d0e10013893551926704e65760e7b199ba54ed5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,20 @@
 GNU gzip NEWS                                    -*- outline -*-
 
+* Noteworthy changes in release ?.? (????-??-??) [?]
+
+** Bug fixes
+
+  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.
+
+
 * Noteworthy changes in release 1.8 (2016-04-26) [stable]
 
 ** Bug fixes