summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-04 10:39:53 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-04 10:39:53 +0200
commit9172f4bb5df9b1e0455ec24b8348b1eb596bcaf3 (patch)
treee06ce13be6f176b575b9908aee834e70c397585d
parentc280844e9385a80208c277a8cf1e6f05a383be4e (diff)
downloadgnutls-9172f4bb5df9b1e0455ec24b8348b1eb596bcaf3.tar.gz
We reverted the ABI bump.
-rw-r--r--NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 9f1ccf2eec..f74dd1a10b 100644
--- a/NEWS
+++ b/NEWS
@@ -45,10 +45,6 @@ when you set version 0. Reported by Laurence Withers
** libgnutls-openssl: added RAND_pseudo_bytes API.
Patch from Robert Millan <rmh@aybabtu.com>.
-** libgnutls: Bump shared library version.
-The 2.3.x branch has removed several symbols from libgnutls-extra, so
-bump the version to avoid problems.
-
** API and ABI modifications:
RAND_pseudo_bytes: ADDED to libgnutls-openssl.
gnutls_psk_client_get_hint: ADDED.