Version 2.4

This commit is contained in:
Sergey Poznyakoff 2020-12-30 19:10:58 +02:00
parent e158ebd00e
commit 1bb6687e98
3 changed files with 11 additions and 8 deletions

11
NEWS
View file

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

4
README
View file

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

View file

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