This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=1d2413555dcd1fef26b80445a00a4637965a2df0 The branch, master has been updated via 1d2413555dcd1fef26b80445a00a4637965a2df0 (commit) from 1fbee57ef3c72db2206dd87e4162108b2f425555 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1d2413555dcd1fef26b80445a00a4637965a2df0 Author: Simon Josefsson <[email protected]> Date: Thu Jan 14 14:34:34 2016 +0100 Add. ----------------------------------------------------------------------- Summary of changes: NEWS | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 65b579a..f55ea6a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ Libidn NEWS -- History of user-visible changes. -*- outline -*- -Copyright (C) 2002-2015 Simon Josefsson +Copyright (C) 2002-2016 Simon Josefsson See the end for copying conditions. * Version 1.33 (unreleased) [beta] @@ -11,6 +11,10 @@ it how to use it). Reported by Hanno Böck <[email protected]>. ** idn: Solve out-of-bounds-read by replacing fgets with getline. Reported by Hanno Böck <[email protected]>. +** libidn: stringprep_utf8_nfkc_normalize reject invalid UTF-8. +It was always documented to only accept UTF-8 data, but now it doesn't +crash when presented with such data. + ** Dropped valgrind suppressions file, should no longer be needed. ** API and ABI is backwards compatible with the previous version. hooks/post-receive -- GNU libidn
_______________________________________________ Libidn-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/libidn-commit
