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-7-1-7-g9831f70


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-7-1-7-g9831f70
Date: Mon, 20 Feb 2012 10:52:58 +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=9831f70c224de15e0e1d650c291356389af1c385

The branch, master has been updated
       via  9831f70c224de15e0e1d650c291356389af1c385 (commit)
      from  294b155fb997161786774ff7cd2df84459e6bb0d (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 9831f70c224de15e0e1d650c291356389af1c385
Author: Simon Josefsson <address@hidden>
Date:   Mon Feb 20 11:52:50 2012 +0100

    Bump versions.

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

Summary of changes:
 NEWS             |    2 ++
 configure.ac     |    2 +-
 lib/NEWS         |    7 ++++++-
 lib/configure.ac |    4 ++--
 lib/src/gsasl.h  |    6 +++---
 5 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index c8814ca..9dd4cb3 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ 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.2 (unreleased) [alpha]
+
 * Version 1.7.1 (released 2012-02-09) [alpha]
 
 ** gsasl: Don't crash after getpass() on Mac OS X.
diff --git a/configure.ac b/configure.ac
index 60176b0..76dc806 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.7.1], address@hidden, [gsasl])
+AC_INIT([GNU SASL], [1.7.2], address@hidden, [gsasl])
 AC_CONFIG_AUX_DIR([lib/build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/NEWS b/lib/NEWS
index 5cf007a..bb9ba13 100644
--- a/lib/NEWS
+++ b/lib/NEWS
@@ -2,7 +2,12 @@ GNU SASL LIBRARY NEWS -- History of user-visible changes.
 Copyright (C) 2002-2012 Simon Josefsson
 See the end for copying conditions.
 
-* Version 1.7.1 (unreleased) [alpha]
+* Version 1.7.2 (unreleased) [alpha]
+
+** API and ABI modifications.
+No changes since last version.
+
+* Version 1.7.1 (released 2012-02-09) [alpha]
 
 ** libgsasl: Implement OPENID20 mechanism for OpenID authentication.
 Following draft-ietf-kitten-sasl-openid-03.
diff --git a/lib/configure.ac b/lib/configure.ac
index fc2ac16..80d4f30 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.7.1], address@hidden)
+AC_INIT([libgsasl], [1.7.2], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -29,7 +29,7 @@ AC_CONFIG_MACRO_DIR([m4])
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 AC_SUBST(LT_CURRENT, 16)
-AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_REVISION, 1)
 AC_SUBST(LT_AGE, 9)
 
 # Used when creating libgsasl-XX.def.
diff --git a/lib/src/gsasl.h b/lib/src/gsasl.h
index 099c2c4..7099bf3 100644
--- a/lib/src/gsasl.h
+++ b/lib/src/gsasl.h
@@ -51,7 +51,7 @@ extern "C"
    * version number.  Used together with gsasl_check_version() to
    * verify header file and run-time library consistency.
    */
-# define GSASL_VERSION "1.7.1"
+# define GSASL_VERSION "1.7.2"
 
   /**
    * GSASL_VERSION_MAJOR
@@ -84,7 +84,7 @@ extern "C"
    *
    * Since: 1.1
    */
-# define GSASL_VERSION_PATCH 1
+# define GSASL_VERSION_PATCH 2
 
   /**
    * GSASL_VERSION_NUMBER
@@ -95,7 +95,7 @@ extern "C"
    *
    * Since: 1.1
    */
-# define GSASL_VERSION_NUMBER 0x010701
+# define GSASL_VERSION_NUMBER 0x010702
 
   /* RFC 2222: SASL mechanisms are named by strings, from 1 to 20
    * characters in length, consisting of upper-case letters, digits,


hooks/post-receive
-- 
GNU gsasl



reply via email to

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