* Version 3.0.11 (unreleased)
+** libgnutls: Corrected functionality of
+gnutls_record_get_direction(). Reported by Philip Allison.
+
** libgnutls: Provide less timing information when decoding
TLS/DTLS record packets. Patch by Nadhem Alfardan.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.0.10], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.0.11], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 33)
- AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 5)
AC_SUBST(LT_SSL_CURRENT, 27)