From: Simon Josefsson Date: Fri, 23 Sep 2005 09:14:08 +0000 (+0000) Subject: Fix. X-Git-Tag: gnutls_1_2_8~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=009198b0cfe8d4ba7bdba059d83ed5dcaca3b068;p=thirdparty%2Fgnutls.git Fix. --- diff --git a/NEWS b/NEWS index c88a816f23..4d7443cbb4 100644 --- a/NEWS +++ b/NEWS @@ -4,12 +4,14 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos See the end for copying conditions. * Version 1.2.8 -- If you pass a X.509 CA or PGP trust database to the command line tool, - it will now abort the connection if the server certificate validation fails. - Use the parameter --insecure to continue even after certificate validation - failures. +- If you pass a X.509 CA or PGP trust database to the command line + tool, it will now abort the connection if the server certificate + validation fails. Use the parameter --insecure to continue even + after certificate validation failures. Inspired from discussion + with Alexander Kotelnikov . - The test for socklen_t has been moved to gnulib. -- Link failures for duplicate or missing "program_name" symbol has been fixed. +- Link failures for duplicate or missing "program_name" symbol has been fixed, + patch from Martin Lambers . - The command line tool no longer uses mmap, to make it more portable, patch from Martin Lambers . - API and ABI modifications: