Prepare to release OpenPAM Dogwood later today.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@265 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2003-07-14 14:34:43 +00:00
parent 21f58dc32e
commit 51ec3dc33d
2 changed files with 24 additions and 3 deletions

23
HISTORY
View File

@ -1,3 +1,24 @@
OpenPAM Dogwood 2003-07-14
- ENHANCE: Use the GNU autotools.
- ENHANCE: Constify the msg field in struct pam_message.
- BUGFIX: Remove left-over debugging output
- BUGFIX: Avoid side effects in arguments to the FREE() macro
- ENHANCE: Make openpam_ttyconv(3) use read(2) rather than fgets(3).
- BUGFIX: Staticize some variables which shouldn't be global.
- BUGFIX: Correcly anticipate a NULL user in pam_get_user(3).
- ENHANCE: Various minor documentation improvements.
Thanks to Dmitry V. Levin <ldv@altlinux.org> for considerable
assistance with this release.
============================================================================
OpenPAM Digitalis 2003-06-01
- ENHANCE: Completely rewrite the configuration parser and add
@ -242,4 +263,4 @@ OpenPAM Calamite 2002-02-09
First (beta) release.
============================================================================
$P4: //depot/projects/openpam/HISTORY#19 $
$P4: //depot/projects/openpam/HISTORY#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#10 $
* $P4: //depot/projects/openpam/include/security/openpam_version.h#11 $
*/
#ifndef _OPENPAM_VERSION_H_INCLUDED
@ -39,6 +39,6 @@
#define _OPENPAM
#define _OPENPAM_VERSION YYYYMMDD
#define _OPENPAM_RELEASE "Digitalis"
#define _OPENPAM_RELEASE "Dogwood"
#endif