summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-26 11:03:13 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-26 11:03:13 +0200
commite6c7f8a8452b252c94844633ec93e43151cb7815 (patch)
treeaab90d80de9276d3e0c31cb5bd9250f3aed9ae0a
parent463d2a45ee0772e9886835bde928ce42ccbfda9a (diff)
downloadgnutls-e6c7f8a8452b252c94844633ec93e43151cb7815.tar.gz
Add.
-rw-r--r--NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d5e9096714..7aa1b1316a 100644
--- a/NEWS
+++ b/NEWS
@@ -5,11 +5,17 @@ See the end for copying conditions.
* Version 2.7.14 (unreleased)
-** Several typo fixes in documentation.
+** libgnutls: Fix namespace issue with version symbol for libgnutls-extra.
+The symbol LIBGNUTLS_EXTRA_VERSION were renamed to
+GNUTLS_EXTRA_VERSION. The old symbol will continue to work but is
+deprecated.
+
+** Doc: Several typo fixes in documentation.
Reported by Peter Hendrickson <pdh@wiredyne.com>.
** API and ABI modifications:
-No changes since last version.
+GNUTLS_VERSION: ADDED, replaces LIBGNUTLS_EXTRA_VERSION.
+LIBGNUTLS_EXTRA_VERSION: DEPRECATED.
* Version 2.7.13 (released 2009-05-25)