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-5-4-gfab0a8d


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-5-5-4-gfab0a8d
Date: Tue, 14 Dec 2010 12:46:08 +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=fab0a8dcae63bd23684a2193bf2540c14a64a8ca

The branch, master has been updated
       via  fab0a8dcae63bd23684a2193bf2540c14a64a8ca (commit)
       via  d32c120870436beb3e97574b861d01ace7ee4fae (commit)
       via  a538b6bd1ad7d23b77dd99416eece4e4416a52c5 (commit)
       via  9be5566a25feac1e5a613f9b4ed0080f77b44cd5 (commit)
      from  8b11f35aec204f413f517d1c31c8fc13118b23aa (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 fab0a8dcae63bd23684a2193bf2540c14a64a8ca
Author: Simon Josefsson <address@hidden>
Date:   Tue Dec 14 13:44:34 2010 +0100

    Generated.

commit d32c120870436beb3e97574b861d01ace7ee4fae
Author: Simon Josefsson <address@hidden>
Date:   Tue Dec 14 13:42:19 2010 +0100

    Generated.

commit a538b6bd1ad7d23b77dd99416eece4e4416a52c5
Author: Simon Josefsson <address@hidden>
Date:   Tue Dec 14 13:41:37 2010 +0100

    Version 1.6.0.

commit 9be5566a25feac1e5a613f9b4ed0080f77b44cd5
Author: Simon Josefsson <address@hidden>
Date:   Tue Dec 14 13:34:34 2010 +0100

    Bump versions.

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

Summary of changes:
 ChangeLog        |   17 +++++++++++++++++
 NEWS             |    4 ++++
 configure.ac     |    2 +-
 lib/ChangeLog    |   17 +++++++++++++++++
 lib/NEWS         |    7 +++++++
 lib/configure.ac |    4 ++--
 lib/src/gsasl.h  |    8 ++++----
 7 files changed, 52 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a2333d8..67757d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2010-12-14  Simon Josefsson <address@hidden>
+
+       * lib/ChangeLog: Generated.
+
+2010-12-14  Simon Josefsson <address@hidden>
+
+       * NEWS, lib/NEWS: Version 1.6.0.
+
+2010-12-14  Simon Josefsson <address@hidden>
+
+       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
+       Bump versions.
+
+2010-12-09  Simon Josefsson <address@hidden>
+
+       * ChangeLog: Generated.
+
 2010-12-09  Simon Josefsson <address@hidden>
 
        * lib/ChangeLog: Generated.
diff --git a/NEWS b/NEWS
index e369b24..daada0d 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ 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.6.0 (released 2010-12-14) [beta]
+
+** No changes since release candidate 1.5.5.
+
 * Version 1.5.5 (released 2010-12-09) [beta]
 
 ** gsasl: Add --no-cb to disable use of TLS channel bindings.
diff --git a/configure.ac b/configure.ac
index fa9231d..33dbbb0 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.5], address@hidden, [gsasl])
+AC_INIT([GNU SASL], [1.6.0], address@hidden, [gsasl])
 AC_CONFIG_AUX_DIR([lib/build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 3010adc..aea51db 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,20 @@
+2010-12-14  Simon Josefsson <address@hidden>
+
+       * NEWS, lib/NEWS: Version 1.6.0.
+
+2010-12-14  Simon Josefsson <address@hidden>
+
+       * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: 
+       Bump versions.
+
+2010-12-09  Simon Josefsson <address@hidden>
+
+       * ChangeLog: Generated.
+
+2010-12-09  Simon Josefsson <address@hidden>
+
+       * lib/ChangeLog: Generated.
+
 2010-12-09  Simon Josefsson <address@hidden>
 
        * NEWS, lib/NEWS: Version 1.5.5.
diff --git a/lib/NEWS b/lib/NEWS
index 534f92c..c8df0f2 100644
--- a/lib/NEWS
+++ b/lib/NEWS
@@ -2,6 +2,13 @@ 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.6.0 (released 2010-12-14) [beta]
+
+** No changes since release candidate 1.5.5.
+
+** API and ABI modifications.
+No changes since last version.
+
 * Version 1.5.5 (released 2010-12-09) [beta]
 
 ** API and ABI modifications.
diff --git a/lib/configure.ac b/lib/configure.ac
index 8bbd49d..7380fd4 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.5], address@hidden)
+AC_INIT([libgsasl], [1.6.0], 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, 15)
-AC_SUBST(LT_REVISION, 4)
+AC_SUBST(LT_REVISION, 5)
 AC_SUBST(LT_AGE, 8)
 
 # Used when creating libgsasl-XX.def.
diff --git a/lib/src/gsasl.h b/lib/src/gsasl.h
index 80d7b02..354e33c 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.5"
+# define GSASL_VERSION "1.6.0"
 
   /**
    * GSASL_VERSION_MAJOR
@@ -73,7 +73,7 @@ extern "C"
    *
    * Since: 1.1
    */
-# define GSASL_VERSION_MINOR 5
+# define GSASL_VERSION_MINOR 6
 
   /**
    * GSASL_VERSION_PATCH
@@ -84,7 +84,7 @@ extern "C"
    *
    * Since: 1.1
    */
-# define GSASL_VERSION_PATCH 5
+# define GSASL_VERSION_PATCH 0
 
   /**
    * GSASL_VERSION_NUMBER
@@ -95,7 +95,7 @@ extern "C"
    *
    * Since: 1.1
    */
-# define GSASL_VERSION_NUMBER 0x010505
+# define GSASL_VERSION_NUMBER 0x010600
 
   /* 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]