gsasl-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gsasl branch, gsasl_1_6_x, updated. gsasl-1-6-1-1-g3180a82


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, gsasl_1_6_x, updated. gsasl-1-6-1-1-g3180a82
Date: Sun, 01 May 2011 16:38:06 +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 gsasl".

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=3180a82fbe9ef9a63d84b4c69570ee12722ff830

The branch, gsasl_1_6_x has been updated
       via  3180a82fbe9ef9a63d84b4c69570ee12722ff830 (commit)
      from  bdf4351de2be6cba4b1cdebec119da0a709fdc08 (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 3180a82fbe9ef9a63d84b4c69570ee12722ff830
Author: Simon Josefsson <address@hidden>
Date:   Sun May 1 18:37:51 2011 +0200

    Update for 1.6.1.

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

Summary of changes:
 doc/announce.txt |  105 +++++++++++++++++++++---------------------------------
 1 files changed, 41 insertions(+), 64 deletions(-)

diff --git a/doc/announce.txt b/doc/announce.txt
index ebeb81e..e740290 100644
--- a/doc/announce.txt
+++ b/doc/announce.txt
@@ -1,7 +1,6 @@
 To: address@hidden, address@hidden
-Subject: GNU SASL 1.6.0 released
+Subject: GNU SASL 1.6.1 released
 <#part sign=pgpmime>
-
 GNU SASL is a modern C library that implement the standard network
 security protocol Simple Authentication and Security Layer (SASL).
 The framework itself and a couple of common SASL mechanisms (including
@@ -9,51 +8,35 @@ CRAM-MD5 and SCRAM-SHA-1) are implemented.  GNU SASL can be 
used by
 implementations of IMAP, SMTP, XMPP and other application protocols to
 provide authentication services.
 
-Highlights since the last stable branch v1.4.x:
-
-** SCRAM: General fixes and support for SCRAM-SHA-1-PLUS with channel bindings.
-
-** GS2-KRB5: New mechanism GS2 with support for Kerberos V5.
-The supported GSS-API implementations are GNU GSS (v1.0.0+), MIT
-Kerberos, Heimdal, or MIT Kerberos for Windows.  The GS2-KRB5-PLUS
-variant with TLS channel bindings is not supported.
+Top-level NEWS entries:
 
-** GSSAPI/GS2-KRB5: Support for MIT Kerberos for Windows GSS-API library.
+* Version 1.6.1 (released 2011-05-01) [stable]
 
-** DIGEST-MD5: The server code now returns GSASL_OK after the final token.
+** build: Demand gettext >= 0.18.1 in order to get newer M4 files.
+The old M4 files associated with 0.17 caused problems on Solaris,
+which will hopefully be fixed with this.  Reported by Dagobert
+Michelsen <address@hidden>.
 
-** gsasl: Support for TLS channel bindings.
-Requires GnuTLS 2.11.4 or later for the gnutls_session_channel_binding
-function.  Used by the SCRAM-SHA-1-PLUS mechanism.
+** doc: Typo fix in autoconf snippet.
 
-** libgsasl: Added property for tls-unique channel binding.
-The new property GSASL_CB_TLS_UNIQUE takes a base64 encoded tls-unique
-channel binding.  New error code GSASL_NO_CB_TLS_UNIQUE is returned
-when application fails to provide a channel binding and the mechanism
-requires it (i.e., in a PLUS server).
+** i18n: Updated translations.
 
-** gsasl: Add --no-cb to disable use of TLS channel bindings.
+Library (lib/) NEWS entries:
 
-** libgsasl: No longer require the same or newer libgcrypt it was built with.
-Before libgsasl refused to work if it was used with a libgcrypt shared
-library that was older than the version that libgsasl was built with.
+* Version 1.6.1 (released 2011-05-01) [stable]
 
-** doc: Several improvements, including discussion of new features.
+** libgsasl.pc: Add a Libs.private.
+Reported by Volker Grabsch <address@hidden>.
 
-** tests: Added and improved several self-tests.
+** build: Demand gettext >= 0.18.1 in order to get newer M4 files.
+The old M4 files associated with 0.17 caused problems on Solaris,
+which will hopefully be fixed with this.  Reported by Dagobert
+Michelsen <address@hidden>.
 
 ** i18n: Updated translations.
 
-** Update gnulib files.
-
 ** API and ABI modifications.
-GSASL_CB_TLS_UNIQUE: ADDED.
-GSASL_NO_CB_TLS_UNIQUE: ADDED.
-GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR: ADDED.
-GSASL_GSSAPI_DECAPSULATE_TOKEN_ERROR: ADDED.
-GSASL_GSSAPI_INQUIRE_MECH_FOR_SASLNAME_ERROR: ADDED.
-GSASL_GSSAPI_TEST_OID_SET_MEMBER_ERROR: ADDED.
-GSASL_GSSAPI_RELEASE_OID_SET_ERROR: ADDED.
+No changes since last version.
 
 Improving GNU SASL is costly, but you can help!  We are looking for
 organizations that find GNU SASL useful and wish to contribute back.
@@ -85,30 +68,25 @@ Doxygen documentation:
   http://www.gnu.org/software/gsasl/doxygen/ - HTML format
   http://www.gnu.org/software/gsasl/doxygen/gsasl.pdf - PDF format
 
-Instructions for how to build GNU SASL under uClinux are available
-from <http://josefsson.org/uclinux/>.  If your uClinux toolchain is
-broken, it is possible to build GNU SASL without using the ./configure
-mechanism, see <http://josefsson.org/uclinux/old/>.
-
 If you need help to use GNU SASL, or want to help others, you are
 invited to join our help-gsasl mailing list, see:
   http://lists.gnu.org/mailman/listinfo/help-gsasl
 
 Here are the compressed sources of the entire package:
-  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.0.tar.gz (4.4MB)
-  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.0.tar.gz.sig (OpenPGP)
+  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.1.tar.gz (4.5MB)
+  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.1.tar.gz.sig (OpenPGP)
 
-Here are the compressed sources of the LGPL library (included above):
-  ftp://ftp.gnu.org/gnu/gsasl/libgsasl-1.6.0.tar.gz (1.1MB)
-  ftp://ftp.gnu.org/gnu/gsasl/libgsasl-1.6.0.tar.gz.sig (OpenPGP)
+Here are the compressed sources of the LGPLv2+ library (included above):
+  ftp://ftp.gnu.org/gnu/gsasl/libgsasl-1.6.1.tar.gz (1.1MB)
+  ftp://ftp.gnu.org/gnu/gsasl/libgsasl-1.6.1.tar.gz.sig (OpenPGP)
 
 We also provide pre-built Windows binaries (32-bit, 64-bit, 32-bit KfW):
-  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.0-x86.zip (650KB)
-  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.0-x86.zip.sig (OpenPGP)
-  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.0-x64.zip (699KB)
-  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.0-x64.zip.sig (OpenPGP)
-  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.0-x86-kfw322.zip (686KB)
-  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.0-x86-kfw322.zip.sig (OpenPGP)
+  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.1-x86.zip (652KB)
+  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.1-x86.zip.sig (OpenPGP)
+  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.1-x64.zip (652KB)
+  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.1-x64.zip.sig (OpenPGP)
+  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.1-x86-kfw322.zip (688KB)
+  ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.6.1-x86-kfw322.zip.sig (OpenPGP)
 
 For code coverage and cyclomatic code complexity charts:
   http://www.gnu.org/software/gsasl/coverage/
@@ -123,11 +101,10 @@ Daily builds of the package are available from:
 The software is cryptographically signed by the author using an
 OpenPGP key identified by the following information:
 
-pub   1280R/B565716F 2002-05-05 [expires: 2011-03-30]
+pub   1280R/B565716F 2002-05-05 [expires: 2012-01-24]
       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: 2011-03-30]
+sub   1280R/4D5D40AE 2002-05-05 [expires: 2012-01-24]
 
 The key is available from:
   http://josefsson.org/key.txt
@@ -135,20 +112,20 @@ The key is available from:
 
 Here are the SHA-1 and SHA-224 checksums:
 
-56055324ebf1d1b823412b6fcee192c03452ea84  gsasl-1.6.0.tar.gz
-d0fd62b83e698b8552df92eed07a7e173c3c2216536f64f4555484fc  gsasl-1.6.0.tar.gz
+5439fd32ac975c36015263fafdc79ededdd57c72  gsasl-1.6.1.tar.gz
+1c3199a6350c5427be3c70a7d2253a14342157506fabf4a645059c50  gsasl-1.6.1.tar.gz
 
-bb760a943ac487d332d5216559cd5fa765952245  libgsasl-1.6.0.tar.gz
-5e17fa554a5f9b66b07cb31ba4d901265696a991b9746f0e384e36fb  libgsasl-1.6.0.tar.gz
+2942886514f14801193e505fc5367330d5c6b7de  libgsasl-1.6.1.tar.gz
+47aaf56813d54ccc1eb93cee19a77e0d07f3d35c2cb8eeade1434fd7  libgsasl-1.6.1.tar.gz
 
-ed866c7f0ccaf1aa2a088f13b4f5d8b4a16493d4  gsasl-1.6.0-x86.zip
-9010e89dfc14b82f0d4fc6f071ff3b7230abe75f96b4134a6258228a  gsasl-1.6.0-x86.zip
+4d947e617c30c1f86098f27b0d566cf659665ec5  gsasl-1.6.1-x86.zip
+5574a6d1c3df566c21e07e7ff65542b7e675682e27036dd9acf34776  gsasl-1.6.1-x86.zip
 
-e1604e27a5e5a44e63a9cb302539a392d4c102bc  gsasl-1.6.0-x64.zip
-853b17e11605023a1fc0d0f1245bebc193808550100c98d5486b6457  gsasl-1.6.0-x64.zip
+98eee4be164a3113be3b5c8018bdbf81117ed0a5  gsasl-1.6.1-x64.zip
+f1c11b8eacf47d0934647f0f47b57905e6d7da7246f8be9ab098355e  gsasl-1.6.1-x64.zip
 
-400cd7a75ec17dfe65def4dc1e40a1bceb41e30b  gsasl-1.6.0-x86-kfw322.zip
-5bb5279e4472f05199abb13b913072e6dfbbdf2391e2f29514722ace  
gsasl-1.6.0-x86-kfw322.zip
+55021e97ccf8dfecbc95bc6b65fb7260714c7688  gsasl-1.6.1-x86-kfw322.zip
+5bcab6ef27a11003950b2496a4c6c7a48d4c29a0bae3b62e5d7e86e8  
gsasl-1.6.1-x86-kfw322.zip
 
 Happy hacking,
 Simon


hooks/post-receive
-- 
GNU gsasl



reply via email to

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