From: jbasney Date: Mon, 6 Jun 2005 14:36:47 +0000 (+0000) Subject: for 3.6 release, new feature: X-Git-Tag: OPENSSH_4_2P1_GSSAPI_20051220_GPT-premerge~1 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/8917c4a8556e3705bd53949ca130dd6ff188d2e7 for 3.6 release, new feature: * Enable PAM password authentication by default, unless PAM library and headers are unusable. --- diff --git a/openssh/Announcement.txt b/openssh/Announcement.txt index 5d9ab98..9dfb285 100644 --- a/openssh/Announcement.txt +++ b/openssh/Announcement.txt @@ -1,12 +1,12 @@ -The GSI-OpenSSH development team announces the release of version 3.5 of -the GSI-Enabled OpenSSH software distribution. GSI-OpenSSH 3.5 is based -on OpenSSH 3.9p1 and NCSA's latest GSI patch for that version of +The GSI-OpenSSH development team announces the release of version 3.6 of +the GSI-Enabled OpenSSH software distribution. GSI-OpenSSH 3.6 is based +on OpenSSH X.XpX and NCSA's latest GSI patch for that version of OpenSSH. A summary of the major changes found in this version is given at the end of this document. -GSI-OpenSSH 3.5 is available for download from +GSI-OpenSSH 3.6 is available for download from - + For installation instructions, please see @@ -18,17 +18,14 @@ team. This bugzilla system is located at: -GSI-OpenSSH 3.5 Major changes +GSI-OpenSSH 3.6 Major changes New features - * Moved to OpenSSH 3.9p1. + * Moved to OpenSSH X.XpX. - Bugs fixed + * Enable PAM password authentication by default, unless PAM + library and headers are unusable. - * Bug 244: Fixed server segmentation fault triggered by old clients - when GSSAPI authentication fails. - (see https://bugzilla.ncsa.uiuc.edu/show_bug.cgi?id=244) + Bugs fixed - * Modified client and server to not attempt GSSAPI user authentication - if there are no valid GSSAPI credentials available.