summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-29 10:37:30 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-29 10:37:30 +0200
commit9096da0fd3d0ee78ddeb143576955927d22ac096 (patch)
tree0868db21e484b58c311a587a027d17b88df5cec3
parent1f28f93ba79bc6f17039054ef4f12f09c3f097eb (diff)
downloadgnutls-9096da0fd3d0ee78ddeb143576955927d22ac096.tar.gz
Add.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c1914282af..7d15ee0a61 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,10 @@ correct name is found.
** Update of gnulib files.
+** Mingw32: Revert libgcrypt vasprintf work-around added in last release.
+Use libgcrypt 1.4.1 or later when building on MinGW32, it removes the
+vasprintf symbol from the libgcrypt library which caused problems.
+
** API and ABI modifications:
GNUTLS_E_HANDSHAKE_TOO_LARGE: ADDED.