Belatedly document the addition of module search paths.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@800 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2014-09-08 12:42:29 +00:00
parent 05630b94be
commit 548c44573c
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ OpenPAM ?????????? 2014-??-??
- FEATURE: Add a pam_oath module that implements RFC 4226 (HOTP) and
RFC 6238 (TOTP).
- FEATURE: Add a search path for modules. This was implemented in
Nummularia but inadvertantly left out of the release notes.
- BUGFIX: The is_upper() predicate only accepted the letter A as an
upper-case character instead of the entire A-Z range. As a result,
service and module names containing upper-case letters other than A