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_9_6-25-gcdc25c1


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_6-25-gcdc25c1
Date: Tue, 06 Oct 2009 13:21:47 +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=cdc25c1df56262fd3c3fc1e7318fd9e8f7e9680d

The branch, master has been updated
       via  cdc25c1df56262fd3c3fc1e7318fd9e8f7e9680d (commit)
       via  c1c96782a1f447968565c97005fe21bd5b055ea2 (commit)
      from  6d53fee59d340e094dc448059ceddcb6fa4a001d (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 cdc25c1df56262fd3c3fc1e7318fd9e8f7e9680d
Author: Simon Josefsson <address@hidden>
Date:   Tue Oct 6 15:21:40 2009 +0200

    Generated.

commit c1c96782a1f447968565c97005fe21bd5b055ea2
Author: Simon Josefsson <address@hidden>
Date:   Tue Oct 6 15:10:58 2009 +0200

    Version 2.9.7.

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

Summary of changes:
 ChangeLog |  122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS      |    2 +-
 2 files changed, 123 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 07d4113..8543375 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,125 @@
+2009-10-06  Simon Josefsson <address@hidden>
+
+       * NEWS: Version 2.9.7.
+
+2009-10-06  Simon Josefsson <address@hidden>
+
+       * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4,
+       gl/m4/unistd_h.m4, gl/progname.c, gl/stdio.in.h, gl/unistd.in.h,
+       lib/gl/Makefile.am, lib/gl/m4/stdio_h.m4, lib/gl/m4/unistd_h.m4,
+       lib/gl/stdio.in.h, lib/gl/unistd.in.h, maint.mk: Update gnulib
+       files.
+
+2009-10-06  Simon Josefsson <address@hidden>
+
+       * NEWS: Add.
+
+2009-10-06  Simon Josefsson <address@hidden>
+
+       * lib/libgnutlsxx.map: Fix symbol export rules.  Tiny patch by Boyan 
Kasarov <address@hidden>.
+
+2009-10-06  Simon Josefsson <address@hidden>
+
+       * lib/gnutlsxx.cpp: Include config.h.  Tiny patch from Boyan Kasarov 
<address@hidden>.
+
+2009-10-01  Daiki Ueno <address@hidden>
+
+       * lib/gnutls_sig.c: Reserve enough room for hash buffers.  This fixes 
x509self self-test.
+
+2009-09-30  Simon Josefsson <address@hidden>
+
+       * gl/Makefile.am, gl/m4/sys_stat_h.m4, gl/m4/unistd_h.m4,
+       gl/tests/Makefile.am, gl/unistd.in.h, lib/gl/Makefile.am,
+       lib/gl/m4/sys_stat_h.m4, lib/gl/m4/unistd_h.m4,
+       lib/gl/tests/Makefile.am, lib/gl/unistd.in.h: Update gnulib files.
+
+2009-09-30  Simon Josefsson <address@hidden>
+
+       * NEWS: Add.
+
+2009-09-30  Simon Josefsson <address@hidden>
+
+       * lib/gnutls_priority.c: Attempt to negotiate TLS 1.2 by default.
+
+2009-09-30  Simon Josefsson <address@hidden>
+
+       * NEWS: Add.
+
+2009-09-30  Simon Josefsson <address@hidden>
+
+       * lib/auth_cert.c: Fix comment.
+
+2009-09-30  Daiki Ueno <address@hidden>
+
+       * lib/auth_cert.c, lib/auth_dhe.c, lib/auth_rsa_export.c,
+       lib/auth_srp_rsa.c, lib/gnutls_sig.c, lib/gnutls_sig.h: Fix
+       server-side TLS 1.2 support.
+
+2009-09-30  Daiki Ueno <address@hidden>
+
+       * lib/gnutls_sig.c: Calculate DER-encoded DigestInfo on-the-fly
+       rather than hard code it.
+
+2009-09-28  Ludovic Courtès <address@hidden>
+
+       * configure.ac, guile/src/core.c: guile: Adjust for Guile 1.9.3+.  * 
guile/src/core.c (mark_session_record_port,
+         free_session_record_port): Conditionalize on `SCM_MAJOR_VERSION == 1
+         && SCM_MINOR_VERSION <= 8'.  
(scm_init_gnutls_session_record_port_type): Adjust accordingly.    
(make_session_record_port): Use `scm_gc_malloc_pointerless ()'
+         when available.
+
+2009-09-28  Ludovic Courtès <address@hidden>
+
+       * guile/src/core.c: guile: Syntactic nitpicking.  * guile/src/core.c 
(SCM_GNUTLS_MAKE_SESSION_DATA,   SCM_GNUTLS_SET_SESSION_RECORD_PORT): Remove 
extraneous semicolon.
+
+2009-09-28  Ludovic Courtès <address@hidden>
+
+       * guile/src/core.c: guile: Use Guile's malloc routines.  * 
guile/src/core.c (scm_init_gnutls): Use Guile's malloc routines.
+
+2009-09-23  Simon Josefsson <address@hidden>
+
+       * lib/ext_server_name.c: Clarify gnutls_server_name_set usage.  
Reported by Daniel Black <address@hidden> in
+
+       <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3878>.
+
+2009-09-23  Ludovic Courtès <address@hidden>
+
+       * guile/src/core.c: Fix integer/pointer cast warnings in the Guile
+       bindings on x86_64.  * guile/src/core.c (do_fill_port, 
fill_session_record_port_input,   scm_gnutls_set_session_transport_fd_x): Make 
sure pointer/integer
+         casts use integers of the right size.
+
+2009-09-23  Ludovic Courtès <address@hidden>
+
+       * guile/src/extra.c: Update Guile bindings to the current OpenPGP
+       API.  * guile/src/extra.c (scm_gnutls_openpgp_certificate_id,   
scm_gnutls_openpgp_certificate_id_x): Use   the newer 
`gnutls_openpgp_crt_get_key_id ()'.
+
+2009-09-23  Ludovic Courtès <address@hidden>
+
+       * doc/Makefile.am, guile/src/Makefile.am, guile/tests/Makefile.am: 
+       Turn off auto-compilation when using Guile 1.9+.  * 
guile/src/Makefile.am (GUILE_FOR_BUILD): Turn off auto-compilation   with Guile 
1.9+.  * guile/tests/Makefile.am (TESTS_ENVIRONMENT): Likewise.  * 
doc/Makefile.am (GUILE_FOR_BUILD): Likewise.
+
+2009-09-23  Ludovic Courtès <address@hidden>
+
+       * guile/src/core.c, guile/src/errors.c, guile/src/extra.c,
+       guile/src/utils.c, guile/src/utils.h: Fix inclusion of <config.h> in
+       Guile bindings.  * guile/src/core.c, guile/src/errors.c, 
guile/src/extra.c,   guile/src/utils.c: Include <config.h> first, as suggested 
by Simon   Josefsson.  * guile/src/utils.h: Don't include <config.h>.
+
+2009-09-22  Simon Josefsson <address@hidden>
+
+       * gl/unistd.in.h, lib/gl/unistd.in.h: Update gnulib files.
+
+2009-09-22  Simon Josefsson <address@hidden>
+
+       * NEWS, configure.ac, lib/configure.ac, lib/m4/hooks.m4,
+       libextra/configure.ac: Bump versions.
+
+2009-09-22  Simon Josefsson <address@hidden>
+
+       * build-aux/gendocs.sh: Chmod.
+
+2009-09-22  Simon Josefsson <address@hidden>
+
+       * ChangeLog: Generated.
+
 2009-09-22  Simon Josefsson <address@hidden>
 
        * NEWS: Version 2.9.6.
diff --git a/NEWS b/NEWS
index fdaba79..a86345a 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos
 See the end for copying conditions.
 
-* Version 2.9.7 (unreleased)
+* Version 2.9.7 (released 2009-10-06)
 
 ** libgnutls: TLS 1.2 server mode fixes.
 Now interoperates against Opera.  Contributed by Daiki Ueno.


hooks/post-receive
-- 
GNU gnutls




reply via email to

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