From 47388948d2af79e2015258f91d1cf21db702da76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 26 Jun 2023 20:22:35 +0200 Subject: [PATCH] Prepare to release Ximenia tomorrow. --- HISTORY | 2 +- RELNOTES | 4 ++-- include/security/openpam_version.h | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index ac30f4c..7df671e 100644 --- a/HISTORY +++ b/HISTORY @@ -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. diff --git a/RELNOTES b/RELNOTES index 895370a..3bbd7bb 100644 --- a/RELNOTES +++ b/RELNOTES @@ -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 diff --git a/include/security/openpam_version.h b/include/security/openpam_version.h index eccb019..2e6697c 100644 --- a/include/security/openpam_version.h +++ b/include/security/openpam_version.h @@ -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 */