gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_6-141-g7490


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_6-141-g749062e
Date: Sun, 06 Mar 2011 12:44:23 +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=749062e3eac58fe64b46b4d2f27edecf03c959da

The branch, gnutls_2_12_x has been updated
       via  749062e3eac58fe64b46b4d2f27edecf03c959da (commit)
       via  cdf3cc4eda174e2e66ec836b0a621ba4f8096c74 (commit)
      from  ad350dbd623bf31f34f9c18e04ca04aae8e456cd (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 749062e3eac58fe64b46b4d2f27edecf03c959da
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Mar 6 13:44:19 2011 +0100

    bumped version.

commit cdf3cc4eda174e2e66ec836b0a621ba4f8096c74
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Mar 6 13:43:04 2011 +0100

    Deprecated gnutls_transport_set_lowat().

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

Summary of changes:
 NEWS                            |    6 +++++-
 configure.ac                    |    2 +-
 lib/includes/gnutls/compat.h    |    2 ++
 lib/includes/gnutls/gnutls.h.in |    1 -
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index d6a1981..e28974c 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-* Version 2.11.7 (unreleased)
+* Version 2.12.0 (unreleased)
 
 ** libgnutls: Corrected signature generation and verification
 in the Certificate Verify message when in TLS 1.2. Reported
@@ -21,6 +21,9 @@ use the hash algorithm required by it.
 ** libgnutls: gnutls_x509_privkey_sign_hash() is deprecated.
 Use gnutls_privkey_sign_hash() instead.
 
+** libgnutls: gnutls_transport_set_lowat() is deprecated. Support
+for this functionality will be dropped in later versions.
+
 ** libgnutls: gnutls_pubkey_verify_data, gnutls_pubkey_verify_hash,
 gnutls_x509_privkey_verify_data, gnutls_x509_crt_verify_data, 
 gnutls_x509_crt_verify_hash return the negative error code 
@@ -75,6 +78,7 @@ gnutls_certificate_get_openpgp_keyring: DEPRECATED
 gnutls_session_get_server_random: DEPRECATED
 gnutls_session_get_client_random: DEPRECATED
 gnutls_session_get_master_secret: DEPRECATED
+gnutls_transport_set_lowat: DEPRECATED
 gnutls_x509_crt_verify_hash: DEPRECATED (use: gnutls_pubkey_verify_hash)
 gnutls_x509_crt_verify_data: DEPRECATED (use: gnutls_pubkey_verify_data)
 gnutls_x509_crt_get_verify_algorithm: DEPRECATED (use: 
gnutls_pubkey_get_verify_algorithm)
diff --git a/configure.ac b/configure.ac
index 7ae0758..fc09d4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure 
script.
 # USA
 
 AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.11.7], address@hidden)
+AC_INIT([GnuTLS], [2.12.0], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/includes/gnutls/compat.h b/lib/includes/gnutls/compat.h
index 47ee345..af02d92 100644
--- a/lib/includes/gnutls/compat.h
+++ b/lib/includes/gnutls/compat.h
@@ -343,4 +343,6 @@ gnutls_sign_callback_get (gnutls_session_t session, void 
**userdata)
                                             const int *list)
                                             _GNUTLS_GCC_ATTR_DEPRECATED;
 
+  void gnutls_transport_set_lowat (gnutls_session_t session, int num) 
_GNUTLS_GCC_ATTR_DEPRECATED;
+
 #endif /* _GNUTLS_COMPAT_H */
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index cb108be..9f694b6 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -1216,7 +1216,6 @@ extern "C"
                                   gnutls_transport_ptr_t * recv_ptr,
                                   gnutls_transport_ptr_t * send_ptr);
 
-  void gnutls_transport_set_lowat (gnutls_session_t session, int num);
 
 
   void gnutls_transport_set_vec_push_function (gnutls_session_t session,


hooks/post-receive
-- 
GNU gnutls



reply via email to

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