aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-07-25 15:42:56 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2014-07-25 15:42:56 +0300
commitc764d463487def2f93a508de160d429e0598d33c (patch)
treeb9666623a863326c5b0e4d4ba9f544037e5ee7f7
parentb4a27a9c7afc21d7a4895cddc5c182c3349f1f11 (diff)
downloadpam-modules-c764d463487def2f93a508de160d429e0598d33c.tar.gz
pam-modules-c764d463487def2f93a508de160d429e0598d33c.tar.bz2
Raise version number to 1.9.90
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5e2a832..26acd71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,17 @@
1pam-modules -- history of user-visible changes. 2014-05-21 1pam-modules -- history of user-visible changes. 2014-07-25
2Copyright (C) 2001, 2004-2005, 2007-2012, 2014 Sergey Poznyakoff 2Copyright (C) 2001, 2004-2005, 2007-2012, 2014 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send pam-modules bug reports to <bug-pam-modules@gnu.org.ua> 5Please send pam-modules bug reports to <bug-pam-modules@gnu.org.ua>
6 6
7 7
8Version 1.9.90 (Git)
9
10* pam_ldaphome reads LDAP configuration from /etc/ldap.conf
11
12This is in addition to its regular configuration file.
13
14
8Version 1.9, 2014-05-21 15Version 1.9, 2014-05-21
9 16
10* New module pam_groupmember 17* New module pam_groupmember
diff --git a/configure.ac b/configure.ac
index c45e5fd..b553612 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
16 16
17AC_PREREQ(2.63) 17AC_PREREQ(2.63)
18 18
19AC_INIT(pam-modules, 1.9, bug-pam-modules@gnu.org.ua) 19AC_INIT(pam-modules, 1.9.90, bug-pam-modules@gnu.org.ua)
20AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c) 20AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c)
21AC_CONFIG_AUX_DIR([build-aux]) 21AC_CONFIG_AUX_DIR([build-aux])
22AC_CONFIG_MACRO_DIR([m4]) 22AC_CONFIG_MACRO_DIR([m4])

Return to:

Send suggestions and report system problems to the System administrator.