summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-03-10 15:13:05 +0100
committerSimon Josefsson <simon@josefsson.org>2008-03-10 15:13:05 +0100
commit53ba4485e1041fe89a344bef3a2b56f5e1694d7f (patch)
tree4ff5488fbd8df5933915224adc2e21b73386c2fd
parent9194a9d7e13f1e1db136f8878ecda5c66fae1076 (diff)
downloadgnutls-53ba4485e1041fe89a344bef3a2b56f5e1694d7f.tar.gz
Fix.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cc906aff3d..bc0955ea53 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,10 @@ to trigger the problem. See also
Reported by Tim Mooney, see
<https://savannah.gnu.org/support/?106267>.
+** Updated translations.
+
+** Update gnulib files.
+
** API and ABI modifications:
gnutls_hex2bin: MODIFIED, uses size_t instead of int for string length,
and char* instead of void* for output buffer.