getdate.y: reject an out-of-range timezone value
[pspp] / ChangeLog
index 0169170866335eb21e536c74da06c4ce3da1d6b8..8109f7b2a1b4717b4a7de15d6bace96f93713899 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
+
+       getdate.y: reject an out-of-range timezone value
+       * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
+       the range [-24...+24].  When specified with only one or two digits,
+       * tests/test-getdate.c: Tests for the fix.
+       * doc/getdate.texi: Document this change.
+
 2008-09-03  Bruno Haible  <bruno@clisp.org>
 
        * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.