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=5ad96388128572531f3516aff691b3ced631bffd The branch, master has been updated via 5ad96388128572531f3516aff691b3ced631bffd (commit) via aab551bc7a63e682b6911605cd3c2c3314d96719 (commit) from 54e3d829e6988fdf4d5179d832ed89160726fa83 (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 5ad96388128572531f3516aff691b3ced631bffd Author: Simon Josefsson <[email protected]> Date: Mon Mar 22 10:44:24 2010 +0100 Add more. commit aab551bc7a63e682b6911605cd3c2c3314d96719 Author: Simon Josefsson <[email protected]> Date: Mon Mar 22 10:43:30 2010 +0100 Update for 0.1.5. ----------------------------------------------------------------------- Summary of changes: .gitignore | 4 ++++ doc/announce.txt | 31 ++++++++++++++++++++----------- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 6ea027b..35047bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.gcda +*.gcno *~ ABOUT-NLS INSTALL @@ -22,6 +24,7 @@ configure doc/Makefile doc/Makefile.gdoc doc/Makefile.in +doc/coverage/ doc/cyclo/Makefile doc/cyclo/Makefile.in doc/cyclo/cyclo-gss.html @@ -82,6 +85,7 @@ gl/dummy.lo gl/dummy.o gl/libgnu.la gss-*.tar.gz +gss-*.tar.gz.sig gss.pc lib/.deps/ lib/.libs/ diff --git a/doc/announce.txt b/doc/announce.txt index 5bfd4f5..2f209ca 100644 --- a/doc/announce.txt +++ b/doc/announce.txt @@ -1,4 +1,4 @@ -Subject: Generic Security Service Library (GSSLib) 0.1.3 +Subject: Generic Security Service Library (GSSLib) 0.1.5 To: [email protected], [email protected] <#part sign=pgpmime> @@ -10,18 +10,27 @@ manual, and a command line tool for debugging purposes. Noteworthy changes since the last version: -* Version 0.1.3 (released 2010-03-15) +* Version 0.1.5 (released 2010-03-22) -** KRB5: Add support for channel bindings. +** Properly increment shared library version for newly added APIs in v0.1.4. +Note that the API/ABI is still fully backwards compatible. -** Build fixes and code cleanups. +** API and ABI modifications. +No changes since last version. + +* Version 0.1.4 (released 2010-03-22) -** i18n: Added Finnish translation, thanks to Jorma Karvonen. +** Add new interfaces defined in RFC 5801. +The APIs are gss_inquire_mech_for_saslname and +gss_inquire_saslname_for_mech. -** i18n: Added Italian translation, thanks to Sergio Zanchetta. +** KRB5: Fix bug in channel binding computation. + +** Update gnulib files. ** API and ABI modifications. -No changes since last version. +gss_inquire_mech_for_saslname: ADDED. +gss_inquire_saslname_for_mech: ADDED. While written to be flexible with regards to different GSS mechanisms, the only currently supported mechanism is Kerberos 5 via GNU Shishi. @@ -67,8 +76,8 @@ to join our help-gss mailing list, see: <http://lists.gnu.org/mailman/listinfo/help-gss>. Here are the compressed sources of the entire package: - ftp://alpha.gnu.org/gnu/gss/gss-0.1.3.tar.gz (2.0MB) - ftp://alpha.gnu.org/gnu/gss/gss-0.1.3.tar.gz.sig (OpenPGP signature) + ftp://alpha.gnu.org/gnu/gss/gss-0.1.5.tar.gz (2.0MB) + ftp://alpha.gnu.org/gnu/gss/gss-0.1.5.tar.gz.sig (OpenPGP signature) Here are the build reports for various platforms: http://autobuild.josefsson.org/shishi/ @@ -91,9 +100,9 @@ The key is available from: Here are the SHA-1 and SHA-224 checksums: -85a1eb2ece45605b7874962203902a8d8388ef04 gss-0.1.3.tar.gz +b3d3cb530524730c2b128289410f973e1131f520 gss-0.1.5.tar.gz -7cbdb9729128eb47e41d5cd51d4f8aeb04ed157c0151cb5dbc520d58 gss-0.1.3.tar.gz +33ff99a53f5f0b3afecbddd9685092eea81409e6e6c4190674316fe2 gss-0.1.5.tar.gz Happy hacking, Simon hooks/post-receive -- GNU gss _______________________________________________ Gss-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gss-commit
