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=2ad7ed5fb03d39b78ef50c4dc906bce57d2d32e8 The branch, master has been updated via 2ad7ed5fb03d39b78ef50c4dc906bce57d2d32e8 (commit) via d5c05dc4d3ac4658c7e9d792835d53ee4cd250cc (commit) from 2b946c581c118566f3de1fcfa580f99cf9db36a7 (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 2ad7ed5fb03d39b78ef50c4dc906bce57d2d32e8 Author: Simon Josefsson <[email protected]> Date: Tue Mar 30 12:43:35 2010 +0200 Silence warning. commit d5c05dc4d3ac4658c7e9d792835d53ee4cd250cc Author: Simon Josefsson <[email protected]> Date: Tue Mar 30 12:22:36 2010 +0200 Fix copyright years. ----------------------------------------------------------------------- Summary of changes: doc/Makefile.am | 4 ++-- doc/gdoc | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index f9509e6..d0f6ec2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson # # This file is part of GNU SASL. # @@ -363,7 +363,7 @@ doit: -pkg-name "$(PACKAGE_NAME)" \ -includefuncprefix \ -seeinfo $(PACKAGE) -verbatimcopying \ - -copyright "2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson" \ + -copyright "2002-2010 Simon Josefsson" \ -function $$i \ $(GDOC_SRC) > man/$$i.3 && \ ./gdoc -texinfo -function $$i \ diff --git a/doc/gdoc b/doc/gdoc index c563f03..e29584d 100755 --- a/doc/gdoc +++ b/doc/gdoc @@ -1,6 +1,7 @@ #!/usr/bin/perl -## Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson +## Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, +## 2008, 2009, 2010 Simon Josefsson ## added -texinfo, -listfunc, -pkg-name ## man page revamp ## various improvements @@ -755,7 +756,7 @@ sub dump_function { # print STDERR "param = '$param', type = '$type'\n"; } } else { - print STDERR "warning: $lineno: Cannot understand prototype: '$prototype'\n"; + print STDERR "warning: $lineno: Cannot understand prototype: '$prototype'\n" if (!($prototype =~ m,GSASL_VALID_MECHANISM_CHARACTERS,)); return; } hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
