diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-11 16:34:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-11 16:34:24 +0000 |
commit | 710e370c34497100873dcf6252c862d77ef8c25b (patch) | |
tree | 5874179842abe7af9291ff5d638567c0ef99a5a9 /CHANGES | |
parent | 7bb6d76d14b7fa5396b88bfcf8414a6514f9115e (diff) |
Dan Fandrich added --disable-verbose
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog Daniel (11 November 2004) +- Dan Fandrich added --disable-verbose to the configure script to allow builds + without verbose strings in the code, to save some 12KB space. Makes sense + only for systems with very little memory resources. + - Jeff Phillips found out that a date string with a year beyond 2038 could crash the new date parser on systems with 32bit time_t. We now check for this case and deal with it. |