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-4-1-5-g5ef75d6


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-4-1-5-g5ef75d6
Date: Mon, 01 Mar 2010 14:22:27 +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=5ef75d6685ae6022f9f77549ba8a5218cf88dbbd

The branch, master has been updated
       via  5ef75d6685ae6022f9f77549ba8a5218cf88dbbd (commit)
      from  1f1f05aa9e483df784234ecc603d4c3c67d905ad (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 5ef75d6685ae6022f9f77549ba8a5218cf88dbbd
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 1 15:22:21 2010 +0100

    Bump versions.

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

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

diff --git a/NEWS b/NEWS
index 7bed889..1a24cbc 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ 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.4.2 (unreleased) [stable]
+* Version 1.5.0 (unreleased) [beta]
 
 * Version 1.4.1 (released 2010-02-16) [stable]
 
diff --git a/configure.ac b/configure.ac
index 189eb95..0176525 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.4.2], address@hidden, [gsasl])
+AC_INIT([GNU SASL], [1.5.0], address@hidden, [gsasl])
 AC_CONFIG_AUX_DIR([lib/build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/NEWS b/lib/NEWS
index fbfc5f1..d0b7107 100644
--- a/lib/NEWS
+++ b/lib/NEWS
@@ -2,7 +2,7 @@ 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.4.2 (unreleased) [stable]
+* Version 1.5.0 (unreleased) [beta]
 
 ** API and ABI modifications.
 No changes since last version.
diff --git a/lib/configure.ac b/lib/configure.ac
index 241f3c3..84e2d98 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.4.2], address@hidden)
+AC_INIT([libgsasl], [1.5.0], 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, 14)
-AC_SUBST(LT_REVISION, 4)
-AC_SUBST(LT_AGE, 7)
+AC_SUBST(LT_CURRENT, 15)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 8)
 
 # Used when creating libgsasl-XX.def.
 DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}`
diff --git a/lib/src/gsasl.h b/lib/src/gsasl.h
index 9482ba9..ba84290 100644
--- a/lib/src/gsasl.h
+++ b/lib/src/gsasl.h
@@ -73,7 +73,7 @@ extern "C"
    *
    * Since: 1.1
    */
-# define GSASL_VERSION_MINOR 4
+# define GSASL_VERSION_MINOR 5
 
   /**
    * GSASL_VERSION_PATCH
@@ -84,7 +84,7 @@ extern "C"
    *
    * Since: 1.1
    */
-# define GSASL_VERSION_PATCH 2
+# define GSASL_VERSION_PATCH 0
 
   /**
    * GSASL_VERSION_NUMBER
@@ -95,7 +95,7 @@ extern "C"
    *
    * Since: 1.1
    */
-# define GSASL_VERSION_NUMBER 0x010402
+# define GSASL_VERSION_NUMBER 0x010500
 
   /* 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]