diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-08-24 10:49:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-08-24 10:49:57 +0000 |
commit | 1e038c4bc6ecc43bdbbe0e66a70001c7fe967bf6 (patch) | |
tree | 4d75586917dc3955bc5cbe647af0b10ab02d5968 /CHANGES | |
parent | 6ba19692a34abf1c0fc91c24c67cade878eeef17 (diff) |
valgrind version 3 renames the --logfile command line option to --log-file...
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ Daniel (24 August 2005) +- (Trying hard to exclude emotions now.) valgrind version 3 suddenly renamed + the --logfile command line option to --log-file, and thus the test script + valgrind autodetection now has yet another version check to do and then it + alters the valgrind command line accordingly. + - Fixed CA cert verification using GnuTLS with the default bundle, which previously failed due to GnuTLS not allowing x509 v1 CA certs by default. |