]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Fri, 31 Aug 2007 14:16:03 +0000 (16:16 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 31 Aug 2007 14:16:03 +0000 (16:16 +0200)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index c870831643d77760462bb96c46a8e65e2e01b0cf..ef3573fc85d3cf5ee0ed72a3801ea914e95180c8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,12 @@ Copyright (C) 2004, 2005, 2006, 2007 Simon Josefsson
 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos
 See the end for copying conditions.
 
+* Version 2.0 (unreleased)
+
+** Included copy of Libtasn1 upgraded to version 1.0.
+
+** Disable building of some examples if anonymous ciphers are disabled.
+
 * Version 1.7.19 (released 2007-08-27)
 
 ** Fix gnutls_error_is_fatal so that positive "errors" are non-critical.
index f4ad1be4348b0be29b0b3bdc5c6e1a5f970c3ddd..34970f020358e3ebfc539a827ccf0821e820a3cb 100644 (file)
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [1.7.19], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.0], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 
 AC_CANONICAL_TARGET
@@ -36,7 +36,7 @@ AB_INIT
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 AC_SUBST(LT_CURRENT, 21)
-AC_SUBST(LT_REVISION, 2)
+AC_SUBST(LT_REVISION, 3)
 AC_SUBST(LT_AGE, 8)
 ac_full=1