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 gss".

http://git.savannah.gnu.org/cgit/gss.git/commit/?id=79f7cdd8d6819ba87d0b2dfd656bb335af78e2e1

The branch, master has been updated
       via  79f7cdd8d6819ba87d0b2dfd656bb335af78e2e1 (commit)
       via  5dcddae30d9666f9b6049a0a156e60ecd2a60a4b (commit)
      from  d154b37897f19ed24de50e476eb08f7e227f4efc (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 79f7cdd8d6819ba87d0b2dfd656bb335af78e2e1
Author: Simon Josefsson <[email protected]>
Date:   Mon Mar 22 10:30:12 2010 +0100

    Generated.

commit 5dcddae30d9666f9b6049a0a156e60ecd2a60a4b
Author: Simon Josefsson <[email protected]>
Date:   Mon Mar 22 10:28:58 2010 +0100

    Version 0.1.4.

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

Summary of changes:
 ChangeLog |  144 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS      |    2 +-
 2 files changed, 145 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 771ce8b..8d58617 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,147 @@
+2010-03-22  Simon Josefsson <[email protected]>
+
+       * NEWS: Version 0.1.4.
+
+2010-03-22  Simon Josefsson <[email protected]>
+
+       * configure.ac: Don't generate src/gl/tests/Makefile.
+
+2010-03-22  Simon Josefsson <[email protected]>
+
+       * src/gl/Makefile.am, src/gl/m4/alloca.m4, src/gl/m4/dos.m4,
+       src/gl/m4/dup2.m4, src/gl/m4/eealloc.m4, src/gl/m4/environ.m4,
+       src/gl/m4/errno_h.m4, src/gl/m4/fcntl-o.m4, src/gl/m4/fcntl_h.m4,
+       src/gl/m4/gnulib-cache.m4, src/gl/m4/gnulib-comp.m4,
+       src/gl/m4/longlong.m4, src/gl/m4/lstat.m4, src/gl/m4/malloc.m4,
+       src/gl/m4/malloca.m4, src/gl/m4/mode_t.m4, src/gl/m4/multiarch.m4,
+       src/gl/m4/open.m4, src/gl/m4/pathmax.m4, src/gl/m4/putenv.m4,
+       src/gl/m4/setenv.m4, src/gl/m4/stat.m4, src/gl/m4/stdbool.m4,
+       src/gl/m4/stdint.m4, src/gl/m4/stdlib_h.m4, src/gl/m4/symlink.m4,
+       src/gl/m4/sys_stat_h.m4, src/gl/m4/time_h.m4, src/gl/m4/wchar_h.m4,
+       src/gl/m4/wint_t.m4, src/gl/tests/Makefile.am,
+       src/gl/tests/alloca.in.h, src/gl/tests/binary-io.h,
+       src/gl/tests/dup2.c, src/gl/tests/errno.in.h,
+       src/gl/tests/fcntl.in.h, src/gl/tests/ignore-value.h,
+       src/gl/tests/intprops.h, src/gl/tests/lstat.c,
+       src/gl/tests/macros.h, src/gl/tests/malloc.c,
+       src/gl/tests/malloca.c, src/gl/tests/malloca.h,
+       src/gl/tests/malloca.valgrind, src/gl/tests/open.c,
+       src/gl/tests/pathmax.h, src/gl/tests/putenv.c,
+       src/gl/tests/same-inode.h, src/gl/tests/setenv.c,
+       src/gl/tests/signature.h, src/gl/tests/stat.c,
+       src/gl/tests/stdbool.in.h, src/gl/tests/stdint.in.h,
+       src/gl/tests/stdlib.in.h, src/gl/tests/symlink.c,
+       src/gl/tests/sys_stat.in.h, src/gl/tests/test-alloca-opt.c,
+       src/gl/tests/test-binary-io.c, src/gl/tests/test-binary-io.sh,
+       src/gl/tests/test-dup2.c, src/gl/tests/test-environ.c,
+       src/gl/tests/test-errno.c, src/gl/tests/test-getopt.c,
+       src/gl/tests/test-getopt.h, src/gl/tests/test-getopt_long.h,
+       src/gl/tests/test-lstat.c, src/gl/tests/test-lstat.h,
+       src/gl/tests/test-malloca.c, src/gl/tests/test-open.c,
+       src/gl/tests/test-open.h, src/gl/tests/test-setenv.c,
+       src/gl/tests/test-stat.c, src/gl/tests/test-stat.h,
+       src/gl/tests/test-stdbool.c, src/gl/tests/test-stddef.c,
+       src/gl/tests/test-stdint.c, src/gl/tests/test-symlink.c,
+       src/gl/tests/test-symlink.h, src/gl/tests/test-unsetenv.c,
+       src/gl/tests/test-version-etc.c, src/gl/tests/test-version-etc.sh,
+       src/gl/tests/time.in.h, src/gl/tests/unsetenv.c,
+       src/gl/tests/verify.h, src/gl/tests/version-etc-fsf.c,
+       src/gl/tests/wchar.in.h: Remove gnulib self-tests for src/.
+
+2010-03-22  Simon Josefsson <[email protected]>
+
+       * .gitignore: Ignore more.
+
+2010-03-22  Simon Josefsson <[email protected]>
+
+       * doc/reference/Makefile.am: Ignore more.
+
+2010-03-22  Simon Josefsson <[email protected]>
+
+       * tests/saslname.c: Cast to avoid warnings.
+
+2010-03-22  Simon Josefsson <[email protected]>
+
+       * lib/context.c: Doc fix.
+
+2010-03-22  Simon Josefsson <[email protected]>
+
+       * NEWS: Add.
+
+2010-03-22  Simon Josefsson <[email protected]>
+
+       * build-aux/c++defs.h, build-aux/gendocs.sh, build-aux/gnupload,
+       build-aux/link-warning.h, build-aux/vc-list-files,
+       build-aux/warn-on-use.h, gl/m4/gnulib-common.m4,
+       gl/m4/gnulib-comp.m4, gl/m4/gnulib-comp.m4~, lib/gl/Makefile.am,
+       lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4,
+       lib/gl/m4/string_h.m4, lib/gl/m4/warn-on-use.m4,
+       lib/gl/string.in.h, maint.mk, src/gl/Makefile.am, src/gl/getopt.c,
+       src/gl/m4/fcntl_h.m4, src/gl/m4/gnulib-cache.m4,
+       src/gl/m4/gnulib-common.m4, src/gl/m4/gnulib-comp.m4,
+       src/gl/m4/setenv.m4, src/gl/m4/stdlib_h.m4,
+       src/gl/m4/sys_stat_h.m4, src/gl/m4/time_h.m4,
+       src/gl/m4/unistd_h.m4, src/gl/m4/warn-on-use.m4,
+       src/gl/m4/wchar.m4, src/gl/m4/wchar_h.m4, src/gl/tests/Makefile.am,
+       src/gl/tests/fcntl.in.h, src/gl/tests/ignore-value.h,
+       src/gl/tests/stdlib.in.h, src/gl/tests/sys_stat.in.h,
+       src/gl/tests/test-fcntl-h.c, src/gl/tests/test-lstat.c,
+       src/gl/tests/test-stdlib.c, src/gl/tests/test-symlink.c,
+       src/gl/tests/test-sys_stat.c, src/gl/tests/test-time.c,
+       src/gl/tests/test-unistd.c, src/gl/tests/test-wchar.c,
+       src/gl/tests/time.in.h, src/gl/tests/wchar.in.h, src/gl/unistd.in.h: 
+       Update gnulib files.
+
+2010-03-22  Simon Josefsson <[email protected]>
+
+       * doc/gss.texi: Document SASL GS2 functions.
+
+2010-03-22  Simon Josefsson <[email protected]>
+
+       * NEWS, doc/reference/gss-docs.sgml, lib/Makefile.am,
+       lib/headers/gss/api.h, lib/libgss.map, lib/meta.c, lib/meta.h,
+       lib/saslname.c, po/POTFILES.in, tests/Makefile.am, tests/saslname.c: 
+       Add new interfaces defined in RFC 5801.  The APIs are 
gss_inquire_mech_for_saslname and
+       gss_inquire_saslname_for_mech.
+
+2010-03-21  Simon Josefsson <[email protected]>
+
+       * lib/krb5/checksum.c: Fix warning.
+
+2010-03-19  Simon Josefsson <[email protected]>
+
+       * lib/krb5/checksum.c: Correctly hash all of channel bindings.
+
+2010-03-18  Simon Josefsson <[email protected]>
+
+       * tests/krb5context.c: Test channel bindings too, to avoid
+       regressions.
+
+2010-03-18  Simon Josefsson <[email protected]>
+
+       * NEWS, lib/krb5/checksum.c: KRB5: Fix bug in channel binding
+       computation.
+
+2010-03-18  Simon Josefsson <[email protected]>
+
+       * README-alpha: Mention gengetopt.
+
+2010-03-16  Simon Josefsson <[email protected]>
+
+       * tests/Makefile.am: Dist shishi.conf.
+
+2010-03-15  Simon Josefsson <[email protected]>
+
+       * NEWS, configure.ac: Bump versions.
+
+2010-03-15  Simon Josefsson <[email protected]>
+
+       * doc/announce.txt: Add.
+
+2010-03-15  Simon Josefsson <[email protected]>
+
+       * ChangeLog: Generated.
+
 2010-03-15  Simon Josefsson <[email protected]>
 
        * NEWS: Version 0.1.3.
diff --git a/NEWS b/NEWS
index 462ff20..b227af2 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ GSS NEWS -- History of user-visible changes.                    
-*- outline -*-
 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson
 See the end for copying conditions.
 
-* Version 0.1.4 (unreleased)
+* Version 0.1.4 (released 2010-03-22)
 
 ** Add new interfaces defined in RFC 5801.
 The APIs are gss_inquire_mech_for_saslname and


hooks/post-receive
-- 
GNU gss


_______________________________________________
Gss-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gss-commit

Reply via email to