summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-12 10:58:43 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-12 10:58:43 +0100
commit4c22d023f103039fe937610cd9f1cd1f7a3b0ab7 (patch)
tree6e1e2401f7da55eaa075e91b71e17d8b81687dae
parent630d81a73a8b036b0c8d02898533c5a2993268c1 (diff)
downloadgnutls-4c22d023f103039fe937610cd9f1cd1f7a3b0ab7.tar.gz
Bump version. Add NEWS item.
-rw-r--r--NEWS11
-rw-r--r--configure.in4
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3dda5be114..ebee8ff8a4 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,17 @@ Copyright (C) 2004, 2005, 2006, 2007, 2008 Simon Josefsson
Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos
See the end for copying conditions.
+* Version 2.6.2 (unreleased)
+
+** libgnutls: Fix crash in X.509 validation code for self-signed certificates.
+The patch to fix the security problem GNUTLS-SA-2008-3 introduced a
+problem for certificate chains that contained just one self-signed
+certificate. Reported by Michael Meskes <meskes@debian.org> in
+<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505279>.
+
+** API and ABI modifications:
+No changes since last version.
+
* Version 2.6.1 (released 2008-11-10)
** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
diff --git a/configure.in b/configure.in
index 69e2a8c6d9..ad8af87302 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.6.1], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.6.2], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
@@ -34,7 +34,7 @@ AM_CONFIG_HEADER(config.h)
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 37)
-AC_SUBST(LT_REVISION, 2)
+AC_SUBST(LT_REVISION, 3)
AC_SUBST(LT_AGE, 11)
# Used when creating the Windows libgnutls-XX.def files.