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-5-2-2-g81825fe


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-5-2-2-g81825fe
Date: Mon, 27 Sep 2010 13:57:53 +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=81825fe79a9cb2fa5c991359f10d52a6659f1790

The branch, master has been updated
       via  81825fe79a9cb2fa5c991359f10d52a6659f1790 (commit)
       via  e3b8961bd3c29bca825efe4f9ec4ce61362c280e (commit)
      from  a10bf1e284678af7027f047d05a634688f941f85 (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 81825fe79a9cb2fa5c991359f10d52a6659f1790
Author: Simon Josefsson <address@hidden>
Date:   Mon Sep 27 15:57:35 2010 +0200

    Bump versions.

commit e3b8961bd3c29bca825efe4f9ec4ce61362c280e
Author: Simon Josefsson <address@hidden>
Date:   Mon Sep 27 14:12:02 2010 +0200

    Fix typo.

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

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

diff --git a/NEWS b/NEWS
index 9181319..520e746 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.5.3 (unreleased) [beta]
+
 * Version 1.5.2 (released 2010-09-27) [beta]
 
 ** gsasl: Avoid fixed size buffers.
diff --git a/configure.ac b/configure.ac
index 368aec9..f75274f 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.5.2], address@hidden, [gsasl])
+AC_INIT([GNU SASL], [1.5.3], address@hidden, [gsasl])
 AC_CONFIG_AUX_DIR([lib/build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/doc/gsasl.texi b/doc/gsasl.texi
index 2264409..db3d3fc 100644
--- a/doc/gsasl.texi
+++ b/doc/gsasl.texi
@@ -637,7 +637,7 @@ automatically for Windows programs, you can run the self 
tests.  This
 is recommended to make sure the build is sane.
 
 @example
-$ make
+$ make check
 @end example
 
 You may get error messages about missing DLLs, like this error:
diff --git a/lib/NEWS b/lib/NEWS
index aa267a2..e25ef72 100644
--- a/lib/NEWS
+++ b/lib/NEWS
@@ -2,6 +2,11 @@ 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.5.3 (unreleased) [beta]
+
+** API and ABI modifications.
+No changes since last version.
+
 * Version 1.5.2 (released 2010-09-27) [beta]
 
 ** GSSAPI/GS2-KRB5: Support for MIT Kerberos for Windows GSS-API library.
diff --git a/lib/configure.ac b/lib/configure.ac
index 9bfb1e0..9deb13e 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.5.2], address@hidden)
+AC_INIT([libgsasl], [1.5.3], address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/src/gsasl.h b/lib/src/gsasl.h
index cfcbaf1..4473fcd 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.5.2"
+# define GSASL_VERSION "1.5.3"
 
   /**
    * GSASL_VERSION_MAJOR
@@ -84,7 +84,7 @@ extern "C"
    *
    * Since: 1.1
    */
-# define GSASL_VERSION_PATCH 2
+# define GSASL_VERSION_PATCH 3
 
   /**
    * GSASL_VERSION_NUMBER
@@ -95,7 +95,7 @@ extern "C"
    *
    * Since: 1.1
    */
-# define GSASL_VERSION_NUMBER 0x010502
+# define GSASL_VERSION_NUMBER 0x010503
 
   /* 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]