gsasl-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gsasl branch, master, updated. gsasl-1-6-0-1-g0310edf


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-6-0-1-g0310edf
Date: Tue, 14 Dec 2010 13:05:19 +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=0310edff07492f644fd00e6bbd9c249ab42c7910

The branch, master has been updated
       via  0310edff07492f644fd00e6bbd9c249ab42c7910 (commit)
      from  fab0a8dcae63bd23684a2193bf2540c14a64a8ca (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 0310edff07492f644fd00e6bbd9c249ab42c7910
Author: Simon Josefsson <address@hidden>
Date:   Tue Dec 14 14:04:13 2010 +0100

    Bump version.

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

Summary of changes:
 NEWS             |   12 ++++++++++++
 configure.ac     |    2 +-
 lib/NEWS         |   22 ++++++++++++++++++++++
 lib/configure.ac |    8 ++++----
 4 files changed, 39 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index daada0d..280d54c 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,18 @@ Note that changes to the GNU SASL Library is documented in 
lib/NEWS.
 This file track changes to the remaining, non-library, parts of GNU
 SASL.  That include the manual, the command line tool, and self tests.
 
+* Version 1.7.1 (unreleased) [beta]
+
+** SAML changes reverted, will be kept on a separate branch.
+
+* Version 1.7.0 (released 2010-10-22) [alpha]
+
+** Support for SAML20 mechanism as per -01 IETF draft.  See lib/NEWS.
+
+** doc: Mention new SAML properties.
+
+** tests: New tests/saml20.c file.
+
 * Version 1.6.0 (released 2010-12-14) [beta]
 
 ** No changes since release candidate 1.5.5.
diff --git a/configure.ac b/configure.ac
index 33dbbb0..b5eaeff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure 
script.
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 AC_PREREQ(2.61)
-AC_INIT([GNU SASL], [1.6.0], address@hidden, [gsasl])
+AC_INIT([GNU SASL], [1.7.1], address@hidden, [gsasl])
 AC_CONFIG_AUX_DIR([lib/build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/NEWS b/lib/NEWS
index c8df0f2..11b0193 100644
--- a/lib/NEWS
+++ b/lib/NEWS
@@ -2,6 +2,28 @@ GNU SASL LIBRARY NEWS -- History of user-visible changes.
 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon 
Josefsson
 See the end for copying conditions.
 
+* Version 1.7.1 (unreleased) [beta]
+
+** SAML changes reverted, will be kept on a separate branch.
+
+** API and ABI modifications.
+No changes since last version.
+
+* Version 1.7.0 (released 2010-10-22) [alpha]
+
+** SAML20: Implement new mechanism.
+Implements draft-ietf-kitten-sasl-saml-01.  See tests/saml20.c for a
+self test that illustrate how the mechanism is intended to be used in
+both client and server mode.
+
+** API and ABI modifications.
+GSASL_NO_SAML20_IDP_IDENTIFIER: ADDED.
+GSASL_NO_SAML20_REDIRECT_URL: ADDED.
+GSASL_SAML20_IDP_IDENTIFIER: ADDED.
+GSASL_SAML20_REDIRECT_URL: ADDED.
+GSASL_SAML20_AUTHENTICATE_IN_BROWSER: ADDED.
+GSASL_VALIDATE_SAML20: ADDED.
+
 * Version 1.6.0 (released 2010-12-14) [beta]
 
 ** No changes since release candidate 1.5.5.
diff --git a/lib/configure.ac b/lib/configure.ac
index 7380fd4..d996762 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure 
script.
 # MA 02110-1301, USA.
 
 AC_PREREQ(2.61)
-AC_INIT([libgsasl], [1.6.0], address@hidden)
+AC_INIT([libgsasl], [1.7.1], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -28,9 +28,9 @@ AC_CONFIG_MACRO_DIR([m4])
 # Interfaces changed/added/removed:   CURRENT++       REVISION=0
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
-AC_SUBST(LT_CURRENT, 15)
-AC_SUBST(LT_REVISION, 5)
-AC_SUBST(LT_AGE, 8)
+AC_SUBST(LT_CURRENT, 16)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 9)
 
 # Used when creating libgsasl-XX.def.
 DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}`


hooks/post-receive
-- 
GNU gsasl



reply via email to

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