]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix.
authorSimon Josefsson <simon@josefsson.org>
Tue, 3 Oct 2006 12:00:44 +0000 (12:00 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 3 Oct 2006 12:00:44 +0000 (12:00 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 426de9a9f5c1112d91e29eb1389742bdd770f482..84fea616c1a3fe510b6e72f6d6f1aabdff050e7e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,10 @@ See the end for copying conditions.
 ** Decrement the shared library version back to 13 (as in the 1.4.x branch).
 Note that if you installed 1.5.0 or 1.5.1, they will have a higher
 shared library version than this version, so you'll have to remove
-them and possibly relink your applications.  Reported by Andreas
-Metzler <ametzler@downhill.at.eu.org>.
+them and possibly relink your applications.  The reason for this is
+that no API/ABI changes have been made since the 1.4.x branch, and
+that incrementing the shared library version was a mistake.  Reported
+by Andreas Metzler <ametzler@downhill.at.eu.org>.
 
 ** Fix off-by-one error when computing length to malloc.
 The code is used by gnutls_openpgp_add_keyring_file and