gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, gnutls_3_0_x-2, updated. gnutls_3_0_20-37-g9221


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_3_0_x-2, updated. gnutls_3_0_20-37-g92218a8
Date: Tue, 03 Jul 2012 07:02:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=92218a876d4c2ec826eb922918487cb8879faaec

The branch, gnutls_3_0_x-2 has been updated
       via  92218a876d4c2ec826eb922918487cb8879faaec (commit)
       via  487ceacf17219feba0021ed6b68697d464aa3d94 (commit)
      from  4b04ad0e3e01752599c85da5977b0dfcdcab405b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 92218a876d4c2ec826eb922918487cb8879faaec
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Jul 2 23:57:39 2012 +0200

    bumped version

commit 487ceacf17219feba0021ed6b68697d464aa3d94
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Jul 2 23:56:56 2012 +0200

    removed warning for bits==512

-----------------------------------------------------------------------

Summary of changes:
 NEWS            |    2 +-
 configure.ac    |    2 +-
 lib/gnutls_ui.c |    2 +-
 m4/hooks.m4     |    4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index df6a636..33a0563 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ GnuTLS NEWS -- History of user-visible changes.                
-*- outline -*-
 Copyright (C) 2000-2012 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-* Version 3.0.21 (unreleased)
+* Version 3.0.21 (released 2012-07-02)
 
 ** libgnutls: fixed bug in gnutls_x509_privkey_import() 
 that prevented the loading of EC private keys when DER
diff --git a/configure.ac b/configure.ac
index f826704..53d263a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure 
script.
 # USA
 
 AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.0.20], address@hidden)
+AC_INIT([GnuTLS], [3.0.21], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c
index ac822a5..6221b5e 100644
--- a/lib/gnutls_ui.c
+++ b/lib/gnutls_ui.c
@@ -93,7 +93,7 @@ int gnutls_random_art (gnutls_random_art_t type,
 void
 gnutls_dh_set_prime_bits (gnutls_session_t session, unsigned int bits)
 {
-  if (bits <= 512) _gnutls_audit_log(session, "Note that the security level of 
the Diffie-Hellman key exchange has been lowered to %u bits and this may allow 
decryption of the session data\n", bits);
+  if (bits < 512) _gnutls_audit_log(session, "Note that the security level of 
the Diffie-Hellman key exchange has been lowered to %u bits and this may allow 
decryption of the session data\n", bits);
   session->internals.dh_prime_bits = bits;
 }
 
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 78d1e2f..767f35b 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -39,9 +39,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces changed/added/removed:   CURRENT++       REVISION=0
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
-  AC_SUBST(LT_CURRENT, 37)
+  AC_SUBST(LT_CURRENT, 38)
   AC_SUBST(LT_REVISION, 0)
-  AC_SUBST(LT_AGE, 9)
+  AC_SUBST(LT_AGE, 10)
 
   AC_SUBST(LT_SSL_CURRENT, 27)
   AC_SUBST(LT_SSL_REVISION, 2)


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]