Compare commits

..

2 Commits

Author SHA1 Message Date
Dag-Erling Smørgrav 47388948d2 Prepare to release Ximenia tomorrow. 2023-06-26 20:24:45 +02:00
Dag-Erling Smørgrav 7da86c0c62 Decrement optc when removing an option.
My thanks to Robert Morris <rtm@lcs.mit.edu> for finding and reporting the bug.
2023-06-26 20:24:42 +02:00
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
OpenPAM ??? 2020-07-??
OpenPAM Ximenia 2023-06-27
- BUGFIX: Fix race condition in openpam_ttyconv(3) when used with
expect scripts.

View File

@ -1,6 +1,6 @@
Release notes for OpenPAM Tabebuia
==================================
Release notes for OpenPAM Ximenia
=================================
OpenPAM is developed primarily on FreeBSD, but is expected to work on
almost any POSIX-like platform that has GNU autotools, GNU make and

View File

@ -1,6 +1,6 @@
/*-
* Copyright (c) 2002-2003 Networks Associates Technology, Inc.
* Copyright (c) 2004-2019 Dag-Erling Smørgrav
* Copyright (c) 2004-2023 Dag-Erling Smørgrav
* All rights reserved.
*
* This software was developed for the FreeBSD Project by ThinkSec AS and
@ -37,7 +37,7 @@
#define SECURITY_OPENPAM_VERSION_H_INCLUDED
#define OPENPAM
#define OPENPAM_VERSION 20190224
#define OPENPAM_RELEASE "Tabebuia"
#define OPENPAM_VERSION 20230627
#define OPENPAM_RELEASE "Ximenia"
#endif /* !SECURITY_OPENPAM_VERSION_H_INCLUDED */