Date: Tue, 10 Feb 2004 02:01:38 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 46742 for review Message-ID: <200402101001.i1AA1c9F094369@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=46742 Change 46742 by des@des.at.c4is.org on 2004/02/10 02:00:53 Prepare to release OpenPAM Eelgrass. Affected files ... .. //depot/projects/openpam/HISTORY#22 edit .. //depot/projects/openpam/RELNOTES#20 edit .. //depot/projects/openpam/include/security/openpam_version.h#12 edit Differences ... ==== //depot/projects/openpam/HISTORY#22 (text+ko) ==== @@ -1,3 +1,12 @@ +OpenPAM Eelgrass 2004-02-10 + + - BUGFIX: Correct array handling bugs in conversation code. + + - BUGFIX: In openpam_ttyconv(3), don't strip trailing linear + whitespace from the user's response. + + - BUGFIX: Many constness issues addressed. +============================================================================ OpenPAM Dogwood 2003-07-15 - ENHANCE: Use the GNU autotools. @@ -263,4 +272,4 @@ First (beta) release. ============================================================================ -$P4: //depot/projects/openpam/HISTORY#21 $ +$P4: //depot/projects/openpam/HISTORY#22 $ ==== //depot/projects/openpam/RELNOTES#20 (text+ko) ==== @@ -1,6 +1,6 @@ - Release notes for OpenPAM Dogwood - ================================= + Release notes for OpenPAM Eelgrass + ================================== This release corresponds to the code used in FreeBSD-CURRENT as of the release date. It has also been tested on several other platforms, and @@ -26,4 +26,4 @@ Please direct bug reports and inquiries to des@freebsd.org. -$P4: //depot/projects/openpam/RELNOTES#19 $ +$P4: //depot/projects/openpam/RELNOTES#20 $ ==== //depot/projects/openpam/include/security/openpam_version.h#12 (text+ko) ==== @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/include/security/openpam_version.h#11 $ + * $P4: //depot/projects/openpam/include/security/openpam_version.h#12 $ */ #ifndef _OPENPAM_VERSION_H_INCLUDED @@ -39,6 +39,6 @@ #define _OPENPAM #define _OPENPAM_VERSION YYYYMMDD -#define _OPENPAM_RELEASE "Dogwood" +#define _OPENPAM_RELEASE "Eelgrass" #endifhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402101001.i1AA1c9F094369>
