Prepare to release OpenPAM Eelgrass.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@278 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2004-02-10 11:00:53 +00:00
parent e38d7ba072
commit 5dcc905a94
3 changed files with 15 additions and 6 deletions

11
HISTORY
View File

@ -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 $

View File

@ -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 $

View File

@ -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