diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-09-23 17:36:46 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-09-23 17:36:46 +0000 |
commit | f5585b3dba7589d1a145045672dc63dd31afb615 (patch) | |
tree | c81604394affcebafe2b3c80d4b918e4fcc8f353 /CHANGELOG | |
parent | a8490a0122f3be5e5613a8cd3a57e873c31cc682 (diff) | |
download | pam-f5585b3dba7589d1a145045672dc63dd31afb615.tar.gz pam-f5585b3dba7589d1a145045672dc63dd31afb615.tar.bz2 pam-f5585b3dba7589d1a145045672dc63dd31afb615.zip |
Relevant BUGIDs: 612956
Purpose of commit: new release
Commit summary:
---------------
Time to make a new PAM release.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -52,9 +52,11 @@ bug report - outstanding bugs are listed here: ==================================================================== -0.77: please submit patches for this section with actual code/doc +0.78: please submit patches for this section with actual code/doc patches! +0.77: Mon Sep 23 10:25:42 PDT 2002 + * pam_wheel was too aggressive to grant access (in the case of the 'deny' option you want to pay attention to 'trust'). Fix from Nalin (Bugs 476951, 476953 - agmorgan) @@ -68,7 +70,9 @@ bug report - outstanding bugs are listed here: * pam_unix and pam_pwdb: by default turn off the SIGCHLD handler while running the helper binary (patch from Nalin) added the "noreap" module argument to both of these modules to turn off this new - default. (Bug 476963 - agmorgan). + default. Bugfix for former module and 521314 checkin. (Bugs 476963, + 521314 - agmorgan). + * updated CHANGELOG and configure.in for 0.77 work. 0.76: Mon Jul 8 21:44:59 PDT 2002 |