From 503557e5ceac4ec3e5caec1d0a2e4d2f39eca471 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 28 Apr 2007 21:01:30 +0000 Subject: Peter O'Gorman fixed libcurl to not init GnuTLS as early as we did before, since it then inits libgcrypt and libgcrypt is being evil and EXITS the application if it fails to get a fine random seed. That's really not a nice thing to do by a library. --- RELEASE-NOTES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 09d56b7c7..f4084218c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -31,6 +31,8 @@ This release includes the following bugfixes: o compilation on VMS 64-bit mode o SCP/SFTP downloads could hang on the last bytes of a transfer o curl_easy_duphandle() crash + o curl -V / curl_verion*() works even when GnuTLS is used on a system without + a good random source This release includes the following known bugs: -- cgit v1.2.3