diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-01-13 20:59:48 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-01-13 20:59:48 +0000 |
commit | 32f63996385baae4f02d962bef3a674dddb9bbf6 (patch) | |
tree | 0ecefe53bb636da3df9b00a3877260a01d7e67da /ChangeLog | |
parent | a451694a367d69b1670b92d65922861493d34086 (diff) | |
download | pam-32f63996385baae4f02d962bef3a674dddb9bbf6.tar.gz pam-32f63996385baae4f02d962bef3a674dddb9bbf6.tar.bz2 pam-32f63996385baae4f02d962bef3a674dddb9bbf6.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2006-01-13 Thorsten Kukuk <kukuk@thkukuk.de>
* libpam_misc/misc_conv.c (misc_conv): Fix strict aliasing
error.
* modules/pam_umask/pam_umask.c (search_key): Don't ignore
EOF/error return value from fgets().
* configure.in: Check for getline and getdelim
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2006-01-13 Thorsten Kukuk <kukuk@thkukuk.de> + * libpam_misc/misc_conv.c (misc_conv): Fix strict aliasing + error. + + * modules/pam_umask/pam_umask.c (search_key): Don't ignore + EOF/error return value from fgets(). + + * configure.in: Check for getline and getdelim + * po/fi.po: Add new translations. * po/de.po: Likewise. * po/es.po: Likewise. |