From: Nikos Mavrogiannopoulos Date: Sun, 18 May 2008 16:14:34 +0000 (+0300) Subject: Use umask to restrict permissions to owner before creating a file. X-Git-Tag: gnutls_2_3_10~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c50290f4096cf4fcac9ff3bfc47bf4394e6adf04;p=thirdparty%2Fgnutls.git Use umask to restrict permissions to owner before creating a file. --- diff --git a/NEWS b/NEWS index 275782678e..c023372d3f 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ See the end for copying conditions. Villanueva Che (discussion at ) +** Use umask to restrict permissions to owner before creating a file. + * Version 2.3.9 (released 2008-05-16) ** libgnutls: Fix build failures if SRP/OpenPGP is disabled.