From 5dcc905a94508ab5e35a5d055425cc0f986a53aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 10 Feb 2004 11:00:53 +0000 Subject: [PATCH] Prepare to release OpenPAM Eelgrass. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@278 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- HISTORY | 11 ++++++++++- RELNOTES | 6 +++--- include/security/openpam_version.h | 4 ++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index 7782176..480887a 100644 --- a/HISTORY +++ b/HISTORY @@ -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 @@ OpenPAM Calamite 2002-02-09 First (beta) release. ============================================================================ -$P4: //depot/projects/openpam/HISTORY#21 $ +$P4: //depot/projects/openpam/HISTORY#22 $ diff --git a/RELNOTES b/RELNOTES index ae5ab49..20ccc3e 100644 --- a/RELNOTES +++ b/RELNOTES @@ -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 @@ proper credit for your contribution. Please direct bug reports and inquiries to des@freebsd.org. -$P4: //depot/projects/openpam/RELNOTES#19 $ +$P4: //depot/projects/openpam/RELNOTES#20 $ diff --git a/include/security/openpam_version.h b/include/security/openpam_version.h index ef75f8c..7e0d5d6 100644 --- a/include/security/openpam_version.h +++ b/include/security/openpam_version.h @@ -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" #endif