summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-03-07 10:14:04 +0100
committerSimon Josefsson <simon@josefsson.org>2008-03-07 10:14:04 +0100
commit05db308cf7a8c192f03e431bcb8e0668e363d16e (patch)
treefe920c39bbfce087708be056626643343a86331a
parent046cdd8911aecde7aec3bda21dc40a0839d08c61 (diff)
downloadgnutls-05db308cf7a8c192f03e431bcb8e0668e363d16e.tar.gz
Add.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8e8decc754..c30c0d4808 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,10 @@ to trigger the problem. See also
** Documentation fixes for the GTK-DOC manual.
+** Fix compilation error related to __FUNCTION__ on some systems.
+Reported by Tim Mooney, see
+<https://savannah.gnu.org/support/?106267>.
+
** API and ABI modifications:
gnutls_hex2bin: MODIFIED, uses size_t instead of int for string length,
and char* instead of void* for output buffer.