gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_8_x, updated. gnutls_2_8_6-2-g9281daa


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, gnutls_2_8_x, updated. gnutls_2_8_6-2-g9281daa
Date: Mon, 15 Mar 2010 13:30:46 +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=9281daa3a9b961346d0f426a63384fe640513bb3

The branch, gnutls_2_8_x has been updated
       via  9281daa3a9b961346d0f426a63384fe640513bb3 (commit)
       via  3770927a2d5f21443f6419c66390640735c43568 (commit)
      from  a873c8ef40d714775fbdad4223533dbe3a0c70a6 (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 9281daa3a9b961346d0f426a63384fe640513bb3
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 14:30:42 2010 +0100

    Bump version.

commit 3770927a2d5f21443f6419c66390640735c43568
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 14:29:37 2010 +0100

    Update.

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

Summary of changes:
 NEWS                          |    5 +
 configure.ac                  |    4 +-
 doc/announcement-template.txt |  345 +++++++++--------------------------------
 lib/configure.ac              |    4 +-
 lib/m4/hooks.m4               |    4 +-
 libextra/configure.ac         |    4 +-
 6 files changed, 90 insertions(+), 276 deletions(-)

diff --git a/NEWS b/NEWS
index f66ebc5..d178ee0 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008, 2009, 2010 Free Software Foundation
 See the end for copying conditions.
 
+* Version 2.8.7 (unreleased)
+
+** API and ABI modifications:
+No changes since last version.
+
 * Version 2.8.6 (released 2010-03-15)
 
 ** libgnutls: For CSRs, don't null pad integers for RSA/DSA value.
diff --git a/configure.ac b/configure.ac
index bbcfc10..c59e144 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010
 #    Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos, Simon Josefsson
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure 
script.
 # USA
 
 AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.8.6], address@hidden)
+AC_INIT([GnuTLS], [2.8.7], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/doc/announcement-template.txt b/doc/announcement-template.txt
index 3b9c7c8..47a08e5 100644
--- a/doc/announcement-template.txt
+++ b/doc/announcement-template.txt
@@ -1,4 +1,4 @@
-We are proud to announce a new stable GnuTLS release: Version 2.8.0.
+We are proud to announce a new stable GnuTLS release: Version 2.8.6.
 
 GnuTLS is a modern C library that implements the standard network
 security protocol Transport Layer Security (TLS), for use by network
@@ -10,8 +10,8 @@ General Public License version 2.1 (or later).  The "extra" 
GnuTLS
 library (which contains TLS/IA support, LZO compression and Libgcrypt
 FIPS-mode handler), the OpenSSL compatibility library, the self tests
 and the command line tools are all distributed under the GNU General
-Public License version 3.0 (or later).  The manual is distributed
-under the GNU Free Documentation License version 1.3 (or later).
+Public License version 3.0 (or later).  The manual is distributed under
+the GNU Free Documentation License version 1.3 (or later).
 
 The project page of the library is available at:
   http://www.gnu.org/software/gnutls/
@@ -19,249 +19,45 @@ The project page of the library is available at:
 What's New
 ==========
 
-Version 2.8.0 is the first stable release on the 2.8.x branch and is
-the result of 7 months of work on the experimental 2.7.x branch.
+** libgnutls: For CSRs, don't null pad integers for RSA/DSA value.
+VeriSign rejected CSRs with this padding.  Reported by Wilankar Trupti
+<address@hidden> and Boyan Kasarov <address@hidden>.
 
-** lib: Linker version scripts reduces number of exported symbols.
-The linker version script now lists all exported ABIs explicitly, to
-avoid accidentally exporting unintended functions.  Compared to
-before, most symbols beginning with _gnutls* are no longer exported.
-These functions have never been intended for use by applications, and
-there were no prototypes for these function in the public header
-files.  Thus we believe it is possible to do this without incrementing
-the library ABI version which normally has to be done when removing an
-interface.
+Note: As a side effect of this change, the "public key identifier"
+value computed for a certificate using this version of GnuTLS will be
+different from values computed using earlier versions of GnuTLS.
 
-** lib: Limit exported symbols on systems without LD linker scripts.
-Before all symbols were exported.  Now we limit the exported symbols
-to (for libgnutls and libgnutls-extra) gnutls* and (for libgnutls)
-_gnutls*.  This is a superset of the actual supported ABI, but still
-an improvement compared to before.  This is implemented using Libtool
--export-symbols-regex.  It is more portable than linker version
-scripts.
+** libgnutls: For CSRs on DSA keys, don't add DSA parameters to the
+** optional SignatureAlgorithm parameter field.
+VeriSign rejected these CSRs.  They are stricly speaking not needed
+since you need the signer's certificate to verify the certificate
+signature anyway.  Reported by Wilankar Trupti
+<address@hidden> and Boyan Kasarov <address@hidden>.
 
-** libgnutls: Fix namespace issue with version symbols.
-The symbols LIBGNUTLS_VERSION, LIBGNUTLS_VERSION_MAJOR,
-LIBGNUTLS_VERSION_MINOR, LIBGNUTLS_VERSION_PATCH, and
-LIBGNUTLS_VERSION_NUMBER were renamed to GNUTLS_VERSION_NUMBER,
-GNUTLS_VERSION_MAJOR, GNUTLS_VERSION_MINOR, GNUTLS_VERSION_PATCH, and
-GNUTLS_VERSION_NUMBER respectively.  The old symbols will continue to
-work but are deprecated.
-
-** libgnutls: Fix namespace issue with version symbol for libgnutls-extra.
-The symbol LIBGNUTLS_EXTRA_VERSION were renamed to
-GNUTLS_EXTRA_VERSION.  The old symbol will continue to work but is
-deprecated.
-
-** libgnutls: Add functions to verify a hash against a certificate.
-gnutls_x509_crt_verify_hash: ADDED
-gnutls_x509_crt_get_verify_algorithm: ADDED
-
-** gnutls-serv: Listen on all interfaces, including both IPv4 and IPv6.
-
-** i18n: The GnuTLS gettext domain is now 'libgnutls' instead of 'gnutls'.
-It is currently only used by the core library.  This will enable a new
-domain 'gnutls' for translations of the command line tools.
-
-** certtool: Query for multiple dnsName subjectAltName in interactive mode.
-This applies both to generating certificates and certificate requests.
-
-** gnutls-cli: No longer accepts V1 CAs by default during X.509 chain verify.
-Use --priority NORMAL:%VERIFY_ALLOW_X509_V1_CA_CRT to permit V1 CAs to
-be used for chain verification.
-
-** gnutls-serv: No longer disable MAC padding by default.
-Use --priority NORMAL:%COMPAT to disable MAC padding again.
-
-** gnutls-cli: Certificate information output format changed.
-The tool now uses libgnutls' functions to print certificate
-information.  This avoids code duplication.
-
-** libgnutls: New priority strings %VERIFY_ALLOW_SIGN_RSA_MD5
-** and %VERIFY_ALLOW_X509_V1_CA_CRT.
-They can be used to override the default certificate chain validation
-behaviour.
-
-** libgnutls: gnutls_x509_crt_print prints signature algorithm in oneline mode.
-
-** libgnutls: gnutls_openpgp_crt_print supports oneline mode.
-
-** libgnutls: gnutls_handshake when sending client hello during a
-rehandshake, will not offer a version number larger than the current.
-
-** libgnutls: New interface to get key id for certificate requests.
-gnutls_x509_crq_get_key_id: ADDED.
-
-** libgnutls: gnutls_x509_crq_print will now also print public key id.
-
-** certtool: --verify-chain now prints results of using library verification.
-Earlier, certtool --verify-chain used its own validation algorithm
-which wasn't guaranteed to give the same result as the libgnutls
-internal validation algorithm.  Now this command print a new final
-line with header 'Chain verification output:' that contains the result
-from using the internal verification algorithm on the same chain.
-
-** libgnutls: Libgcrypt initialization changed.
-If libgcrypt has not already been initialized, GnuTLS will now
-initialize libgcrypt with disabled secure memory.  Initialize
-libgcrypt explicitly in your application if you want to enable secure
-memory.  Before GnuTLS initialized libgcrypt to use GnuTLS's memory
-allocation functions, which doesn't use secure memory, so there is no
-real change in behaviour.
-
-** libgnutls: Small byte reads via gnutls_record_recv() optimized.
-
-** gnutls-cli: Return non-zero exit code on error conditions.
-
-** gnutls-cli: Corrected bug which caused a rehandshake request to be ignored.
-
-** certtool: allow setting arbitrary key purpose object identifiers.
-
-** libgnutls: Change detection of when to use a linker version script.
-Use --enable-ld-version-script or --disable-ld-version-script to
-override auto-detection logic.
-
-** Fix warnings and build GnuTLS with more warnings enabled.
-
-** New API to set X.509 credentials from PKCS#12 memory structure.
-gnutls_certificate_set_x509_simple_pkcs12_mem: ADDED
-
-** Old libgnutls.m4 and libgnutls-config scripts removed.
-Please use pkg-config instead.
-
-** libgnutls: Added functions to handle CRL extensions.
-gnutls_x509_crl_get_authority_key_id: ADDED
-gnutls_x509_crl_get_number: ADDED
-gnutls_x509_crl_get_extension_oid: ADDED
-gnutls_x509_crl_get_extension_info: ADDED
-gnutls_x509_crl_get_extension_data: ADDED
-gnutls_x509_crl_set_authority_key_id: ADDED
-gnutls_x509_crl_set_number: ADDED
-
-** libgnutls: Added functions to handle X.509 extensions in Certificate
-Requests.
-gnutls_x509_crq_get_key_rsa_raw: ADDED
-gnutls_x509_crq_get_attribute_info: ADDED
-gnutls_x509_crq_get_attribute_data: ADDED
-gnutls_x509_crq_get_extension_info: ADDED
-gnutls_x509_crq_get_extension_data: ADDED
-gnutls_x509_crq_get_key_usage: ADDED
-gnutls_x509_crq_get_basic_constraints: ADDED
-gnutls_x509_crq_get_subject_alt_name: ADDED
-gnutls_x509_crq_get_subject_alt_othername_oid: ADDED
-gnutls_x509_crq_get_extension_by_oid: ADDED
-gnutls_x509_crq_set_subject_alt_name: ADDED
-gnutls_x509_crq_set_basic_constraints: ADDED
-gnutls_x509_crq_set_key_usage: ADDED
-gnutls_x509_crq_get_key_purpose_oid: ADDED
-gnutls_x509_crq_set_key_purpose_oid: ADDED
-gnutls_x509_crq_print: ADDED
-gnutls_x509_crt_set_crq_extensions: ADDED
-
-** certtool: Print and set CRL and CRQ extensions.
-
-** minitasn1: Internal copy updated to libtasn1 v2.1.
-GnuTLS should work fine with libtasn1 v1.x and that is still
-supported.
-
-** examples: Now released into the public domain.
-This makes the license of the example code compatible with more
-licenses, including the (L)GPL.
-
-** The Texinfo and GTK-DOC manuals were improved.
-
-** Several self-tests were added and others improved.
-
-API/ABI changes in GnuTLS 2.8
-=============================
-
-No offically supported interfaces have been modified or removed.  The
-library should be completely backwards compatible on both the source
-and binary level.
-
-The shared library no longer exports some symbols that have never been
-officially supported, i.e., not mentioned in any of the header files.
-The symbols are:
-
-  _gnutls*
-  gnutls_asn1_tab
-  
-Normally when symbols are removed, the shared library version has to
-be incremented.  This leads to a significant cost for everyone using
-the library.  Because none of the above symbols have ever been
-intended for use by well-behaved applications, we decided that the it
-would be better for those applications to pay the price rather than
-incurring problems on the majority of applications.
-
-If it turns out that applications have been using unofficial
-interfaces, we will need to release a follow-on release on the v2.8
-branch to exports additional interfaces.  However, initial testing
-suggests that few if any applications have been using any of the
-internal symbols.
-
-Although not a new change compared to 2.6.x, we'd like to remind you
-interfaces have been modified so that X.509 chain verification now
-also checks activation/expiration times on certificates.  The affected
-functions are:
-
-gnutls_x509_crt_list_verify: CHANGED, checks activation/expiration times.
-gnutls_certificate_verify_peers: Likewise.
-gnutls_certificate_verify_peers2: Likewise.
-GNUTLS_CERT_NOT_ACTIVATED: ADDED.
-GNUTLS_CERT_EXPIRED: ADDED.
-GNUTLS_VERIFY_DISABLE_TIME_CHECKS: ADDED.
-
-This change in behaviour was made during the GnuTLS 2.6.x cycle, and
-we gave our rationale for it in earlier release notes.
-
-The following symbols have been added to the library:
-
-gnutls_certificate_set_x509_simple_pkcs12_mem: ADDED
-gnutls_x509_crl_get_authority_key_id: ADDED
-gnutls_x509_crl_get_extension_data: ADDED
-gnutls_x509_crl_get_extension_info: ADDED
-gnutls_x509_crl_get_extension_oid: ADDED
-gnutls_x509_crl_get_number: ADDED
-gnutls_x509_crl_set_authority_key_id: ADDED
-gnutls_x509_crl_set_number: ADDED
-gnutls_x509_crq_get_attribute_data: ADDED
-gnutls_x509_crq_get_attribute_info: ADDED
-gnutls_x509_crq_get_basic_constraints: ADDED
-gnutls_x509_crq_get_extension_by_oid: ADDED
-gnutls_x509_crq_get_extension_data: ADDED
-gnutls_x509_crq_get_extension_info: ADDED
-gnutls_x509_crq_get_key_id: ADDED.
-gnutls_x509_crq_get_key_purpose_oid: ADDED
-gnutls_x509_crq_get_key_rsa_raw: ADDED
-gnutls_x509_crq_get_key_usage: ADDED
-gnutls_x509_crq_get_subject_alt_name: ADDED
-gnutls_x509_crq_get_subject_alt_othername_oid: ADDED
-gnutls_x509_crq_print: ADDED
-gnutls_x509_crq_set_basic_constraints: ADDED
-gnutls_x509_crq_set_key_purpose_oid: ADDED
-gnutls_x509_crq_set_key_usage: ADDED
-gnutls_x509_crq_set_subject_alt_name: ADDED
-gnutls_x509_crt_get_verify_algorithm: ADDED
-gnutls_x509_crt_set_crq_extensions: ADDED
-gnutls_x509_crt_verify_hash: ADDED
-
-The following interfaces have been added to the header files:
-
-GNUTLS_VERSION: ADDED, replaces LIBGNUTLS_VERSION.
-GNUTLS_VERSION_MAJOR: ADDED, replaces LIBGNUTLS_VERSION_MAJOR.
-GNUTLS_VERSION_MINOR: ADDED, replaces LIBGNUTLS_VERSION_MINOR.
-GNUTLS_VERSION_PATCH: ADDED, replaces LIBGNUTLS_VERSION_PATCH.
-GNUTLS_VERSION_NUMBER: ADDED, replaces LIBGNUTLS_VERSION_NUMBER.
-GNUTLS_EXTRA_VERSION: ADDED, replaces LIBGNUTLS_EXTRA_VERSION.
-
-The following interfaces have been deprecated:
-
-LIBGNUTLS_VERSION: DEPRECATED.
-LIBGNUTLS_VERSION_MAJOR: DEPRECATED.
-LIBGNUTLS_VERSION_MINOR: DEPRECATED.
-LIBGNUTLS_VERSION_PATCH: DEPRECATED.
-LIBGNUTLS_VERSION_NUMBER: DEPRECATED.
-LIBGNUTLS_EXTRA_VERSION: DEPRECATED.
+** libgnutls: When checking openpgp self signature also check the signatures
+** of all subkeys.
+Ilari Liusvaara noticed and reported the issue and provided test
+vectors as well.
+
+** libgnutls: Cleanups and several bug fixes.
+Found by Steve Grubb and Tomas Mraz.
+
+** Link libgcrypt explicitly to certtool, gnutls-cli, gnutls-serv.
+
+** Fix --disable-valgrind-tests.
+Reported by Ingmar Vanhassel in
+<https://savannah.gnu.org/support/?107029>.
+
+** examples: Use the new APIs for printing X.509 certificate information.
+
+** Fix build failures on Solaris.
+Thanks to Dagobert Michelsen <address@hidden>.
+
+** i18n: Updated Czech, Dutch, French, Polish, Swedish and Vietnamese
+** translations.  Added Simplified Chinese translation.
+
+** API and ABI modifications:
+No changes since last version.
 
 Getting the Software
 ====================
@@ -270,15 +66,15 @@ GnuTLS may be downloaded from one of the mirror sites or 
direct from
 <ftp://ftp.gnu.org/gnu/gnutls/>.  The list of mirrors can be found at
 <http://www.gnu.org/software/gnutls/download.html>.
 
-Here are the BZIP2 compressed sources (6.0MB):
+Here are the BZIP2 compressed sources (6.2MB):
 
-  ftp://ftp.gnu.org/gnu/gnutls/gnutls-2.8.0.tar.bz2
-  http://ftp.gnu.org/gnu/gnutls/gnutls-2.8.0.tar.bz2
+  ftp://ftp.gnu.org/gnu/gnutls/gnutls-2.8.6.tar.bz2
+  http://ftp.gnu.org/gnu/gnutls/gnutls-2.8.6.tar.bz2
 
 Here are OpenPGP detached signatures signed using key 0xB565716F:
 
-  ftp://ftp.gnu.org/gnu/gnutls/gnutls-2.8.0.tar.bz2.sig
-  http://ftp.gnu.org/gnu/gnutls/gnutls-2.8.0.tar.bz2.sig
+  ftp://ftp.gnu.org/gnu/gnutls/gnutls-2.8.6.tar.bz2.sig
+  http://ftp.gnu.org/gnu/gnutls/gnutls-2.8.6.tar.bz2.sig
 
 Note, that we don't distribute gzip compressed tarballs.
 
@@ -286,7 +82,7 @@ In order to check that the version of GnuTLS which you are 
going to
 install is an original and unmodified one, you should verify the OpenPGP
 signature.  You can use the command
 
-     gpg --verify gnutls-2.8.0.tar.bz2.sig
+     gpg --verify gnutls-2.8.6.tar.bz2.sig
 
 This checks whether the signature file matches the source file.  You
 should see a message indicating that the signature is good and made by
@@ -295,11 +91,11 @@ checking the fingerprint of that key with other sources or 
by checking
 that the key has been signed by a trustworthy other key.  The signing
 key can be identified with the following information:
 
-pub   1280R/B565716F 2002-05-05 [expires: 2010-04-21]
+pub   1280R/B565716F 2002-05-05 [expires: 2011-03-30]
       Key fingerprint = 0424 D4EE 81A0 E3D1 19C6  F835 EDA2 1E94 B565 716F
-uid                  Simon Josefsson <address@hidden>
 uid                  Simon Josefsson <address@hidden>
-sub   1280R/4D5D40AE 2002-05-05 [expires: 2010-04-21]
+uid                  Simon Josefsson <address@hidden>
+sub   1280R/4D5D40AE 2002-05-05 [expires: 2011-03-30]
 
 The key is available from:
   http://josefsson.org/key.txt
@@ -309,9 +105,8 @@ Alternatively, after successfully verifying the OpenPGP 
signature of
 this announcement, you could verify that the files match the following
 checksum values.  The values are for SHA-1 and SHA-224 respectively:
 
-d1693e611aa7270f14bc500bd56ef529ffcb1703  gnutls-2.8.0.tar.bz2
-
-5e5bc180293b0854b7e8c27a5eb55f172579b346fba61b2d4b0b0c61  gnutls-2.8.0.tar.bz2
+bff911d4fd7389aa6698a644b3748eb2d23715bc  gnutls-2.8.6.tar.bz2
+a6b36fa1926a7fd3cb68746446c29dc1cbef0cc6bcfd25877fde64ad  gnutls-2.8.6.tar.bz2
 
 Documentation
 =============
@@ -330,6 +125,17 @@ the GTK-DOC tools:
 
   http://www.gnu.org/software/gnutls/reference/gnutls-gnutls.html
 
+For developers interested in improving code quality, we publish
+Cyclomatic code complexity charts that help you find code that may need
+review and improvements:
+
+  http://www.gnu.org/software/gnutls/cyclo/
+
+Also useful are code coverage charts which indicate parts of the source
+code that needs to be tested better by the included self-tests:
+
+  http://www.gnu.org/software/gnutls/coverage/
+
 Community
 =========
 
@@ -348,34 +154,37 @@ Windows installer
 
 GnuTLS has been ported to the Windows operating system, and a binary
 installer is available.  The installer contains DLLs for application
-development, manuals, examples, and source code.  The installer uses
-libgpg-error v1.7, libgcrypt v1.4.4, libtasn1 v2.2, and GnuTLS v2.8.0.
+development, manuals, examples, and source code.  The installer includes
+libgpg-error v1.7, libgcrypt v1.4.5, libtasn1 v2.4, and GnuTLS v2.8.6.
 
 For more information about GnuTLS for Windows:
   http://josefsson.org/gnutls4win/
 
 The Windows binary installer and PGP signature:
-  http://josefsson.org/gnutls4win/gnutls-2.8.0.exe (15MB)
-  http://josefsson.org/gnutls4win/gnutls-2.8.0.exe.sig
+  http://josefsson.org/gnutls4win/gnutls-2.8.6.exe (16MB)
+  http://josefsson.org/gnutls4win/gnutls-2.8.6.exe.sig
 
 The checksum values for SHA-1 and SHA-224 are:
 
-8a86a846cbdc16b6c21442c706854a5c02416336  gnutls-2.8.0.exe
-
-555afa0c1524d8ad05a12384e1bd1b09da720b03058f0089dc812cfc  gnutls-2.8.0.exe
+cbfc717d33edbc1f6eb891e14e5d6935bcfb7dc6  gnutls-2.8.6.exe
+42e5bc23dd110de93f36d1e4e13447083d4127e1da18b190f02b4031  gnutls-2.8.6.exe
 
 A ZIP archive containing the Windows binaries:
-  http://josefsson.org/gnutls4win/gnutls-2.8.0.zip (5.3MB)
-  http://josefsson.org/gnutls4win/gnutls-2.8.0.zip.sig
+  http://josefsson.org/gnutls4win/gnutls-2.8.6.zip (5.3MB)
+  http://josefsson.org/gnutls4win/gnutls-2.8.6.zip.sig
+
+The checksum values for SHA-1 and SHA-224 are:
+
+5009ea643cad906e86ec85d3d3814ac78a73e66a  gnutls-2.8.6.zip
+965b5c535956ea8f8b0d93b3badd1ce23d21624a6fa35a05fa20919f  gnutls-2.8.6.zip
 
 A Debian mingw32 package is also available:
-  http://josefsson.org/gnutls4win/mingw32-gnutls_2.7.10-1_all.deb (4.8MB)
+  http://josefsson.org/gnutls4win/mingw32-gnutls_2.8.6-1_all.deb (4.8MB)
 
 The checksum values for SHA-1 and SHA-224 are:
 
-b141f97c196d408bf12b8a58ede6bda8fb291be6  mingw32-gnutls_2.8.0-1_all.deb
-
-541e2fca8248460b419e2224a138b292020de1724c86c77b9478da93  
mingw32-gnutls_2.8.0-1_all.deb
+8719083d715ad5f244265bfeebedf491112f6a8a  mingw32-gnutls_2.8.6-1_all.deb
+ef6b6b927968ea393ee3571a649d325232c33ee92335eaf2dc090c55  
mingw32-gnutls_2.8.6-1_all.deb
 
 Internationalization
 ====================
diff --git a/lib/configure.ac b/lib/configure.ac
index 80d3375..6479768 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010
 #    Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos, Simon Josefsson
@@ -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.8.6], address@hidden)
+AC_INIT([libgnutls], [2.8.7], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index dc2904a..edbfa88 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -1,4 +1,4 @@
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010
 #    Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos, Simon Josefsson
@@ -27,7 +27,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 40)
-  AC_SUBST(LT_REVISION, 12)
+  AC_SUBST(LT_REVISION, 13)
   AC_SUBST(LT_AGE, 14)
 
   # Used when creating the Windows libgnutls-XX.def files.
diff --git a/libextra/configure.ac b/libextra/configure.ac
index c08e73f..57d1991 100644
--- a/libextra/configure.ac
+++ b/libextra/configure.ac
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010
 #    Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos, Simon Josefsson
@@ -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.8.6], address@hidden)
+AC_INIT([libgnutls-extra], [2.8.7], 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]