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=b684153ebf45acfab323152108ca57469ab24bcf The branch, master has been updated via b684153ebf45acfab323152108ca57469ab24bcf (commit) via 5aa5f785025beda5c644219203430a7e2338daeb (commit) from 83491a7711a291124bcb7d4299da9807ad893b89 (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 b684153ebf45acfab323152108ca57469ab24bcf Author: Simon Josefsson <[email protected]> Date: Tue Apr 3 11:43:04 2012 +0200 Version 1.7.3. commit 5aa5f785025beda5c644219203430a7e2338daeb Author: Simon Josefsson <[email protected]> Date: Tue Apr 3 11:42:55 2012 +0200 Don't warn on exit(0) in PHP code. ----------------------------------------------------------------------- Summary of changes: NEWS | 2 +- cfg.mk | 2 +- lib/NEWS | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index a6ced00..b0c365a 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.7.3 (unreleased) [alpha] +* Version 1.7.3 (released 2012-04-03) [alpha] ** The SAML20 mechanism has been updated and is now enabled by default. diff --git a/cfg.mk b/cfg.mk index dd5e8da..74fc6ce 100644 --- a/cfg.mk +++ b/cfg.mk @@ -40,7 +40,7 @@ exclude_file_name_regexp--sc_copyright_check = ^doc/gsasl.texi$$ exclude_file_name_regexp--sc_unmarked_diagnostics = ^examples/.*|src/gsasl.c$$ exclude_file_name_regexp--sc_bindtextdomain = ^doc/print-errors.c|examples/.*|lib/digest-md5/test-parser.c|lib/tests/test-error.c|tests/.*$$ exclude_file_name_regexp--sc_program_name = $(exclude_file_name_regexp--sc_bindtextdomain) -exclude_file_name_regexp--sc_prohibit_magic_number_exit = ^doc/gsasl.texi|tests.*$$ +exclude_file_name_regexp--sc_prohibit_magic_number_exit = ^doc/gsasl.texi|examples/(openid20|saml20)/.*.php|tests.*$$ exclude_file_name_regexp--sc_trailing_blank = ^doc/.*\.(eps|png)|(lib/)?po/.*$$ update-copyright-env = UPDATE_COPYRIGHT_HOLDER="Simon Josefsson" UPDATE_COPYRIGHT_USE_INTERVALS=2 UPDATE_COPYRIGHT_FORCE=1 diff --git a/lib/NEWS b/lib/NEWS index 0d6dd48..27e5046 100644 --- a/lib/NEWS +++ b/lib/NEWS @@ -2,7 +2,7 @@ GNU SASL LIBRARY NEWS -- History of user-visible changes. Copyright (C) 2002-2012 Simon Josefsson See the end for copying conditions. -* Version 1.7.3 (unreleased) [alpha] +* Version 1.7.3 (released 2012-04-03) [alpha] ** libgsasl: The SAML20 mechanism is now enabled by default. hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gsasl-commit
