gsasl-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gsasl branch, gsasl_1_6_x, updated. gsasl-1-6-1-10-g28ac75d


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, gsasl_1_6_x, updated. gsasl-1-6-1-10-g28ac75d
Date: Fri, 25 Nov 2011 00:32:07 +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=28ac75d7fb239cfd377afb4fa4421be1551a0100

The branch, gsasl_1_6_x has been updated
       via  28ac75d7fb239cfd377afb4fa4421be1551a0100 (commit)
       via  8617304908214a62ec344471d43d2b06fd8ee8ae (commit)
       via  5bd1d7d25804dcf900218dfd36574b02d4b3a1c4 (commit)
       via  3fab72724b8632ad68194b882a5dbe609351e147 (commit)
      from  e785ef9b6382f8c7c52d7f49a308642d526a0527 (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 28ac75d7fb239cfd377afb4fa4421be1551a0100
Author: Simon Josefsson <address@hidden>
Date:   Fri Nov 25 01:31:52 2011 +0100

    Print newline after messages.

commit 8617304908214a62ec344471d43d2b06fd8ee8ae
Author: Simon Josefsson <address@hidden>
Date:   Fri Nov 25 01:22:38 2011 +0100

    Fix trailing backslash problem.  Reported by Bruno Haible.

commit 5bd1d7d25804dcf900218dfd36574b02d4b3a1c4
Author: Simon Josefsson <address@hidden>
Date:   Tue Nov 22 11:06:19 2011 +0100

    Silence warning.

commit 3fab72724b8632ad68194b882a5dbe609351e147
Author: Simon Josefsson <address@hidden>
Date:   Tue Nov 22 11:02:24 2011 +0100

    Bump versions.  Add NEWS entries.

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

Summary of changes:
 NEWS                   |   10 +++++++++-
 configure.ac           |    2 +-
 lib/NEWS               |   13 ++++++++++++-
 lib/configure.ac       |    4 ++--
 lib/src/gsasl.h        |    8 ++++----
 lib/tests/test-error.c |    4 ++--
 tests/Makefile.am      |    4 ++--
 tests/readnz.c         |    4 ++--
 8 files changed, 34 insertions(+), 15 deletions(-)

diff --git a/NEWS b/NEWS
index c3ce299..9c16d74 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,19 @@
 GNU SASL NEWS -- History of user-visible changes.
-Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Simon 
Josefsson
+Copyright (C) 2002-2011 Simon Josefsson
 See the end for copying conditions.
 
 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.2 (unreleased) [stable]
+
+** gsasl: Ignore untagged responses during IMAP authentication.
+Patch from Enrico Scholz <address@hidden>.
+
+** tests: Disable the test-poll self-test, it doesn't seem to work on Solaris.
+Reported by Dagobert Michelsen <address@hidden>.
+
 * Version 1.6.1 (released 2011-05-01) [stable]
 
 ** build: Demand gettext >= 0.18.1 in order to get newer M4 files.
diff --git a/configure.ac b/configure.ac
index ea3cea5..472d613 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.1], address@hidden, [gsasl])
+AC_INIT([GNU SASL], [1.6.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 39a58e7..7729f18 100644
--- a/lib/NEWS
+++ b/lib/NEWS
@@ -1,7 +1,18 @@
 GNU SASL LIBRARY NEWS -- History of user-visible changes.
-Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Simon 
Josefsson
+Copyright (C) 2002-2011 Simon Josefsson
 See the end for copying conditions.
 
+* Version 1.6.2 (unreleased) [stable]
+
+** GSS-API server: Don't output zero-length tokens on context init success.
+Reported by Andreas Oberritter <address@hidden>.
+
+** GSS-API server: Only proceed to next step when context is established.
+Reported by Andreas Oberritter <address@hidden>.
+
+** API and ABI modifications.
+No changes since last version.
+
 * Version 1.6.1 (released 2011-05-01) [stable]
 
 ** libgsasl.pc: Add a Libs.private.
diff --git a/lib/configure.ac b/lib/configure.ac
index a48ee3c..1993ed5 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.1], address@hidden)
+AC_INIT([libgsasl], [1.6.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, 15)
-AC_SUBST(LT_REVISION, 6)
+AC_SUBST(LT_REVISION, 7)
 AC_SUBST(LT_AGE, 8)
 
 # Used when creating libgsasl-XX.def.
diff --git a/lib/src/gsasl.h b/lib/src/gsasl.h
index b0c36d2..1b68134 100644
--- a/lib/src/gsasl.h
+++ b/lib/src/gsasl.h
@@ -1,5 +1,5 @@
 /* gsasl.h --- Header file for GNU SASL Library.
- * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010  Simon 
Josefsson
+ * Copyright (C) 2002-2011  Simon Josefsson
  *
  * This file is part of GNU SASL Library.
  *
@@ -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.6.1"
+# define GSASL_VERSION "1.6.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 0x010601
+# define GSASL_VERSION_NUMBER 0x010602
 
   /* RFC 2222: SASL mechanisms are named by strings, from 1 to 20
    * characters in length, consisting of upper-case letters, digits,
diff --git a/lib/tests/test-error.c b/lib/tests/test-error.c
index 9507659..b6e66dd 100644
--- a/lib/tests/test-error.c
+++ b/lib/tests/test-error.c
@@ -1,5 +1,5 @@
 /* test-error.c --- Check consistency of error.c error definitions.
- * Copyright (C) 2008, 2009  Simon Josefsson
+ * Copyright (C) 2008-2011  Simon Josefsson
  *
  * This file is part of GNU SASL Library.
  *
@@ -31,7 +31,7 @@ main (void)
   for (i = 0; i < (sizeof (errors) / sizeof (errors[0])); i++)
     if (errors[i].rc != i)
       {
-       printf ("%d\n", i);
+       printf ("%ld\n", i);
        return EXIT_FAILURE;
       }
 
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d34e184..f508f9d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon 
Josefsson
+# Copyright (C) 2002-2011 Simon Josefsson
 #
 # This file is part of GNU SASL.
 #
@@ -38,7 +38,7 @@ TESTS_ENVIRONMENT = \
        THREADSAFETY_FILES=`ls $(top_srcdir)/lib/*/*.c | $(GREP) -v -e 
lib/gl/vasnprintf.c -e lib/gl/getdelim.c` \
        MD5FILE=$(srcdir)/cram-md5.pwd \
        EGREP="$(EGREP)" \
-       GNUGSS=`if grep 'HAVE_LIBGSS 1' ../lib/config.h > /dev/null; then echo 
yes; else echo no; fi`
+       GNUGSS=`if grep 'HAVE_LIBGSS 1' ../lib/config.h > /dev/null; then echo 
yes; else echo no; fi` \
        $(VALGRIND)
 
 ctests = external cram-md5 digest-md5 md5file name errors suggest      \
diff --git a/tests/readnz.c b/tests/readnz.c
index 02eaecf..0c197ac 100644
--- a/tests/readnz.c
+++ b/tests/readnz.c
@@ -1,5 +1,5 @@
 /* readnz.c --- Check out-of-bounds reads on non-zero terminated strings.
- * Copyright (C) 2010  Simon Josefsson
+ * Copyright (C) 2010-2011  Simon Josefsson
  *
  * This file is part of GNU SASL.
  *
@@ -82,7 +82,7 @@ doit2 (bool server_p)
          p = malloc (len);
          if (!p)
            {
-             fail ("out of memory");
+             fail ("out of memory\n");
              return;
            }
 


hooks/post-receive
-- 
GNU gsasl



reply via email to

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