gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_2_99_0-77-g73a75d8


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_99_0-77-g73a75d8
Date: Sat, 23 Apr 2011 09:13:01 +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=73a75d8edfe6aef53dbba5a0098da8c213064be2

The branch, master has been updated
       via  73a75d8edfe6aef53dbba5a0098da8c213064be2 (commit)
       via  edd6408d62ee72da1383adf72f99cc40a2478073 (commit)
       via  e0ad5aa71d00951a16515ec79d77b14097eb8683 (commit)
       via  4496117398163b27002a96e8ffb5045751864ac9 (commit)
       via  3746d996e5559335d4f173da5f814a4f8b8fbd07 (commit)
      from  337fdb8ed946ac8b7ad89099972dcf85d785295f (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 73a75d8edfe6aef53dbba5a0098da8c213064be2
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Apr 23 10:54:47 2011 +0200

    updated for release

commit edd6408d62ee72da1383adf72f99cc40a2478073
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Apr 23 10:54:39 2011 +0200

    added missing header.

commit e0ad5aa71d00951a16515ec79d77b14097eb8683
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Apr 23 10:46:16 2011 +0200

    pass tag=CC to libtool. It seems automake cannot really work with assembler 
sources.

commit 4496117398163b27002a96e8ffb5045751864ac9
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Apr 23 10:08:39 2011 +0200

    documentation fixes.

commit 3746d996e5559335d4f173da5f814a4f8b8fbd07
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Apr 22 14:14:18 2011 +0200

    start counting from 2009 for ChangeLog.

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

Summary of changes:
 NEWS                              |    9 +++++++--
 cfg.mk                            |    2 +-
 configure.ac                      |    2 +-
 lib/accelerated/intel/Makefile.am |    1 +
 lib/gnutls_pcert.c                |    2 +-
 lib/openpgp/gnutls_openpgp.c      |    2 +-
 tests/x509dn.c                    |    1 +
 7 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index a64f086..79364ef 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ 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.99.1 (unreleased)
+* Version 2.99.1 (released 2011-04-23)
 
 ** libgnutls: Added support for AES-NI if detected. Uses
 Andy Polyakov's AES-NI code.
@@ -21,9 +21,14 @@ function required GnuTLS to access system specific data, for 
no reason.
 Use gnutls_transport_set_errno(), or your system's errno fascility
 instead.
 
+** libgnutls: Added gnutls_certificate_set_retrieve_function2()
+to set a callback to retrieve a certificate. The certificate is
+received in a format that requires no processing from gnutls thus
+it is suitable when performance is required.
+
 ** API and ABI modifications:
 gnutls_transport_set_global_errno: REMOVED
-
+gnutls_certificate_set_retrieve_function2: ADDED
 
 * Version 2.99.0 (released 2011-04-09)
 
diff --git a/cfg.mk b/cfg.mk
index f20fd69..a05e890 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -100,7 +100,7 @@ mingw32: autoreconf
 # Release
 
 ChangeLog:
-       git log --pretty --numstat --summary --since="2005 November 07" -- | 
git2cl > ChangeLog
+       git log --pretty --numstat --summary --since="2009 November 07" -- | 
git2cl > ChangeLog
        cat .clcopying >> ChangeLog
 
 tag = $(PACKAGE)_`echo $(VERSION) | sed 's/\./_/g'`
diff --git a/configure.ac b/configure.ac
index 3fb1adc..1f0ff9e 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.99.1], address@hidden)
+AC_INIT([GnuTLS], [2.99.2], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/accelerated/intel/Makefile.am 
b/lib/accelerated/intel/Makefile.am
index 5efe894..013fd9d 100644
--- a/lib/accelerated/intel/Makefile.am
+++ b/lib/accelerated/intel/Makefile.am
@@ -21,6 +21,7 @@
 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 # MA 02110-1301, USA
 
+AM_LIBTOOLFLAGS=--tag=CC
 AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS)
 AM_CPPFLAGS = \
        -I$(srcdir)/../../../gl         \
diff --git a/lib/gnutls_pcert.c b/lib/gnutls_pcert.c
index 555c62c..48ede69 100644
--- a/lib/gnutls_pcert.c
+++ b/lib/gnutls_pcert.c
@@ -153,7 +153,7 @@ cleanup:
 /**
  * gnutls_pcert_import_openpgp:
  * @pcert: The pcert structure
- * @cert: The raw certificate to be imported
+ * @crt: The raw certificate to be imported
  * @flags: zero for now
  *
  * This convenience function will import the given certificate to a
diff --git a/lib/openpgp/gnutls_openpgp.c b/lib/openpgp/gnutls_openpgp.c
index ca2eeef..f006ebd 100644
--- a/lib/openpgp/gnutls_openpgp.c
+++ b/lib/openpgp/gnutls_openpgp.c
@@ -70,7 +70,7 @@ _gnutls_map_cdk_rc (int rc)
 /**
  * gnutls_certificate_set_openpgp_key:
  * @res: is a #gnutls_certificate_credentials_t structure.
- * @key: contains an openpgp public key
+ * @crt: contains an openpgp public key
  * @pkey: is an openpgp private key
  *
  * This function sets a certificate/private key pair in the
diff --git a/tests/x509dn.c b/tests/x509dn.c
index 4ee44c1..a1e39f8 100644
--- a/tests/x509dn.c
+++ b/tests/x509dn.c
@@ -39,6 +39,7 @@
 #endif
 #include <unistd.h>
 #include <gnutls/gnutls.h>
+#include <gnutls/abstract.h>
 
 #include "utils.h"
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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