aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-12-30 19:10:58 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-12-30 19:10:58 +0200
commit1bb6687e9891a6c446af844c72ec211362d4d939 (patch)
treedad955d8edf7c69f0e93bd5a7855af032747fbc9
parente158ebd00ee659aee769148c44d6071b3d405928 (diff)
downloadpam-modules-1bb6687e9891a6c446af844c72ec211362d4d939.tar.gz
pam-modules-1bb6687e9891a6c446af844c72ec211362d4d939.tar.bz2
Version 2.4release_2.4
-rw-r--r--NEWS11
-rw-r--r--README4
-rw-r--r--configure.ac4
3 files changed, 11 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 61f74f9..c47156f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,17 @@
-pam-modules -- history of user-visible changes. 2018-08-16
+pam-modules -- history of user-visible changes. 2020-12-30
See the end of file for copying conditions.
Please send pam-modules bug reports to <bug-pam-modules@gnu.org.ua>
-Version 2.3.90 (git)
+Version 2.4, 2020-12-30
* Major rewrite of memory allocation code
+* Bugfixes
+
+** usage of pam_regex with 'transform=', but without 'regex='
+
+** ldappubkey: Pass arguments to start_tls
Version 2.3.1, 2018-08-13
@@ -251,7 +256,7 @@ Version 0.1
=========================================================================
Copyright information:
-Copyright (C) 2001, 2004-2005, 2007-2012, 2015, 2018 Sergey Poznyakoff
+Copyright (C) 2001-2020 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/README b/README
index b8495fb..ad0dc10 100644
--- a/README
+++ b/README
@@ -1,6 +1,4 @@
PAM-modules README
-Copyright (C) 2001, 2004-2005, 2007, 2009-2012, 2014-2015, 2018 Sergey
-Poznyakoff
See the end of file for copying conditions.
* Introduction
@@ -74,7 +72,7 @@ Send bug reports to <bug-pam-modules@gnu.org.ua>. Read the chapter
* Copyright information:
-Copyright (C) 2001, 2004-2005, 2007, 2009-2014 Sergey Poznyakoff
+Copyright (C) 2001-2020 Sergey Poznyakoff
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
diff --git a/configure.ac b/configure.ac
index a784780..ff44ca4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of pam-modules. -*- autoconf -*-
-# Copyright (C) 2005-2012, 2014-2015, 2018 Sergey Poznyakoff
+# Copyright (C) 2005-2020 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
AC_PREREQ(2.63)
-AC_INIT(pam-modules, 2.3.90, bug-pam-modules@gnu.org.ua)
+AC_INIT(pam-modules, 2.4, bug-pam-modules@gnu.org.ua)
AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c)
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])

Return to:

Send suggestions and report system problems to the System administrator.