* Version 3.0.1 (unreleased)
+** libgnutls: gnutls_certificate_set_x509_key_file() and
+friends support server name indication. If multiple
+certificates are set using these functions the proper one
+will be selected during a handshake, with the limitation
+of a single name per certificate.
+
** libgnutls: Added AES-256-GCM which was left out from
the previous release. Reported by Benjamin Hof.
-** libgnutls: When asking for a PIN multiple times, the
-flags in the callback were not being updated to reflect
-for PIN low count or final try.
-
-** crywrap: Added to the distribution
+** libgnutls: When asking for a PKCS# 11 PIN multiple
+times, the flags in the callback were not being updated
+to reflect for PIN low count or final try.
** libgnutls: Do not allow second instances of PKCS #11
modules.
gnutls_x509_crt_list_import. It checks whether the list to be
imported is properly sorted.
+** crywrap: Added to the distribution
+
** doc: Many GTK-DOC improvements.
** i18n: Translations were updated.