gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_2-4-gc199a1


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_2-4-gc199a1e
Date: Thu, 30 Sep 2010 09:28:03 +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=c199a1ec5bfa98c5c9f2779b87565981966da0fa

The branch, gnutls_2_10_x has been updated
       via  c199a1ec5bfa98c5c9f2779b87565981966da0fa (commit)
       via  77e8c8a548fa78fe5e13d57567c9d647eee84841 (commit)
       via  6c0734d78707759db537e77b534b2d0e7eb31a1d (commit)
       via  4695886dc6e3a31073673555cc1c59a17f3b46d2 (commit)
      from  8e397ada24fd86eaa3db868de45d28ad70fc9a34 (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 c199a1ec5bfa98c5c9f2779b87565981966da0fa
Author: Simon Josefsson <address@hidden>
Date:   Thu Sep 30 11:27:54 2010 +0200

    Add.

commit 77e8c8a548fa78fe5e13d57567c9d647eee84841
Author: Simon Josefsson <address@hidden>
Date:   Thu Sep 30 11:27:47 2010 +0200

    Bump versions.

commit 6c0734d78707759db537e77b534b2d0e7eb31a1d
Author: Simon Josefsson <address@hidden>
Date:   Thu Sep 30 11:26:04 2010 +0200

    Remove spurious comma.

commit 4695886dc6e3a31073673555cc1c59a17f3b46d2
Author: Simon Josefsson <address@hidden>
Date:   Thu Sep 30 11:25:31 2010 +0200

    Remove spurious comma.

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

Summary of changes:
 NEWS                            |    7 +++++++
 configure.ac                    |    2 +-
 lib/configure.ac                |    2 +-
 lib/includes/gnutls/gnutls.h.in |    4 ++--
 lib/includes/gnutls/x509.h      |    4 ++--
 lib/m4/hooks.m4                 |    2 +-
 libextra/configure.ac           |    2 +-
 7 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index 46fd5cf..1791957 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,13 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 See the end for copying conditions.
 
+* Version 2.10.3 (unreleased)
+
+** libgnutls: Remove trailing comma in enums in gnutls.h and x509.h.
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.10.2 (released 2010-09-30)
 
 ** Use Libtool 2.2.10 to ease MinGW64 builds.
diff --git a/configure.ac b/configure.ac
index e2d98ea..9cd6a40 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.10.2], address@hidden)
+AC_INIT([GnuTLS], [2.10.3], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/configure.ac b/lib/configure.ac
index b6c258d..4858fb1 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure 
script.
 # MA 02110-1301, USA
 
 AC_PREREQ(2.61)
-AC_INIT([libgnutls], [2.10.2], address@hidden)
+AC_INIT([libgnutls], [2.10.3], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 91aa0a4..c40b2da 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -245,7 +245,7 @@ extern "C"
     GNUTLS_DIG_SHA256 = GNUTLS_MAC_SHA256,
     GNUTLS_DIG_SHA384 = GNUTLS_MAC_SHA384,
     GNUTLS_DIG_SHA512 = GNUTLS_MAC_SHA512,
-    GNUTLS_DIG_SHA224 = GNUTLS_MAC_SHA224,
+    GNUTLS_DIG_SHA224 = GNUTLS_MAC_SHA224
     /* If you add anything here, make sure you align with
        gnutls_mac_algorithm_t. */
   } gnutls_digest_algorithm_t;
@@ -783,7 +783,7 @@ extern "C"
     GNUTLS_EXT_APPLICATION = 1,
     GNUTLS_EXT_TLS = 2,
     GNUTLS_EXT_MANDATORY = 3,
-    GNUTLS_EXT_NONE = 4,
+    GNUTLS_EXT_NONE = 4
   } gnutls_ext_parse_type_t;
 
   int gnutls_ext_register (int type,
diff --git a/lib/includes/gnutls/x509.h b/lib/includes/gnutls/x509.h
index 9a338b1..fc2381f 100644
--- a/lib/includes/gnutls/x509.h
+++ b/lib/includes/gnutls/x509.h
@@ -537,7 +537,7 @@ extern "C"
     GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD2 = 16,
     GNUTLS_VERIFY_ALLOW_SIGN_RSA_MD5 = 32,
     GNUTLS_VERIFY_DISABLE_TIME_CHECKS = 64,
-    GNUTLS_VERIFY_DISABLE_TRUSTED_TIME_CHECKS = 128,
+    GNUTLS_VERIFY_DISABLE_TRUSTED_TIME_CHECKS = 128
   } gnutls_certificate_verify_flags;
 
   int gnutls_x509_crt_check_issuer (gnutls_x509_crt_t cert,
@@ -612,7 +612,7 @@ extern "C"
     GNUTLS_PKCS_USE_PBES2_3DES = 16,
     GNUTLS_PKCS_USE_PBES2_AES_128 = 32,
     GNUTLS_PKCS_USE_PBES2_AES_192 = 64,
-    GNUTLS_PKCS_USE_PBES2_AES_256 = 128,
+    GNUTLS_PKCS_USE_PBES2_AES_256 = 128
   } gnutls_pkcs_encrypt_flags_t;
 
   int gnutls_x509_privkey_init (gnutls_x509_privkey_t * key);
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index 414ab9f..a77db45 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -27,7 +27,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 42)
-  AC_SUBST(LT_REVISION, 10)
+  AC_SUBST(LT_REVISION, 11)
   AC_SUBST(LT_AGE, 16)
 
   # Used when creating the Windows libgnutls-XX.def files.
diff --git a/libextra/configure.ac b/libextra/configure.ac
index f8e3c7b..d3fd31f 100644
--- a/libextra/configure.ac
+++ b/libextra/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure 
script.
 # 02110-1301, USA.
 
 AC_PREREQ(2.61)
-AC_INIT([libgnutls-extra], [2.10.2], address@hidden)
+AC_INIT([libgnutls-extra], [2.10.3], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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