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=36f3a2c1d1c137a8a963a78e21c78d9b98be73c6 The branch, master has been updated via 36f3a2c1d1c137a8a963a78e21c78d9b98be73c6 (commit) via 70aa2fb1b7828599ea0634084ff79a924ec2c30c (commit) from 79f449ddef5ac7738d3fbc6b0495facd5d92f32a (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 36f3a2c1d1c137a8a963a78e21c78d9b98be73c6 Author: Simon Josefsson <[email protected]> Date: Thu Feb 9 16:07:11 2012 +0100 Ignore more. commit 70aa2fb1b7828599ea0634084ff79a924ec2c30c Author: Simon Josefsson <[email protected]> Date: Thu Feb 9 16:05:45 2012 +0100 Fix path in release rule. ----------------------------------------------------------------------- Summary of changes: .gitignore | 13 ++++++++++++- cfg.mk | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 28e9f54..63fd66b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +*.gcda +*.gcno +*.gcov *~ ABOUT-NLS ChangeLog @@ -19,10 +22,13 @@ doc/Makefile.in doc/abstraction.pdf doc/controlflow.pdf doc/controlflow2.pdf +doc/coverage/ doc/cyclo/Makefile doc/cyclo/Makefile.in doc/cyclo/cyclo-gsasl.html doc/doxygen/Doxyfile +doc/doxygen/html/ +doc/doxygen/latex/ doc/gsasl-api-error-labels.texi doc/gsasl.1 doc/gsasl.aux @@ -188,6 +194,7 @@ gl/unistr/u8-uctomb-aux.lo gl/unistr/u8-uctomb-aux.o gl/unistr/u8-uctomb.lo gl/unistr/u8-uctomb.o +gl/unistr/unistr gl/unitypes.h gl/unused-parameter.h gl/vasnprintf.lo @@ -209,6 +216,7 @@ gltests/c++defs.h gltests/fcntl.h gltests/glthread/.deps/ gltests/glthread/.dirstamp +gltests/glthread/glthread gltests/glthread/lock.o gltests/glthread/thread.o gltests/glthread/threadlib.o @@ -467,10 +475,11 @@ gltests/unistr/.deps/ gltests/unistr/.dirstamp gltests/unistr/test-u8-mbtoucr.o gltests/unistr/test-u8-uctomb.o +gltests/unistr/unistr gltests/unused-parameter.h gltests/version-etc-fsf.o gltests/warn-on-use.h -gsasl-*.tar.gz +gsasl-*.tar.gz* lib/ABOUT-NLS lib/ChangeLog lib/INSTALL @@ -725,6 +734,7 @@ lib/gssapi/server.o lib/kerberos_v5/.deps/ lib/kerberos_v5/Makefile lib/kerberos_v5/Makefile.in +lib/libgsasl-*.tar.gz* lib/libgsasl.pc lib/libtool lib/login/.deps/ @@ -974,6 +984,7 @@ po/quot.sed po/remove-potcdate.sed po/remove-potcdate.sin po/stamp-po +scan.tmp/ src/.deps/ src/.libs/ src/Makefile diff --git a/cfg.mk b/cfg.mk index a30d77a..73a2abf 100644 --- a/cfg.mk +++ b/cfg.mk @@ -203,7 +203,7 @@ release-upload-www: cyclo-upload gendoc-upload gtkdoc-upload doxygen-upload cove release-upload-ftp: gnupload --to alpha.gnu.org:$(PACKAGE) $(distdir).tar.gz lib/lib$(distdir).tar.gz windows/gsasl-*.zip - cp -v $(distdir).tar.gz* lib/lib$(distdir).tar.gz* windows/gsasl-*.zip* ../../releases/$(PACKAGE)/ + cp -v $(distdir).tar.gz* lib/lib$(distdir).tar.gz* windows/gsasl-*.zip* ../releases/$(PACKAGE)/ git push git push --tags hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gsasl-commit
