** 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