X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=8a01b58daeeb4eb05154a3fb92794051334fe4ed;hp=54ca0cd059d172a082a7f9d4c0a0fcaaa0236832;hb=c602e7f4e8a1fd95b1e57b2183646db7126a5335;hpb=1fc6d41bf662a8e441226b73ad36d8fa24aaa51d diff --git a/CHANGES b/CHANGES index 54ca0cd059..8a01b58dae 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,12 @@ *) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7 +) applies to 0.9.7 only + *) Disable caching in BIO_gethostbyname(), directly use gethostbyname() + instead. BIO_gethostbyname() does not know what timeouts are + appropriate, so entries would stay in cache even when they hade + become invalid. + [Bodo Moeller; problem pointed out by Rich Salz + +) New command line and configuration option 'utf8' for the req command. This allows field values to be specified as UTF8 strings. [Steve Henson]