summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2010-06-22 16:26:28 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2010-06-22 16:26:28 +0000
commit53d8f564d1de7188d6bab82f51015ea4e9b78db2 (patch)
tree9e215a2f5c0cc7758653665bc444066a08c173a2 /ChangeLog
parent40b7b3f621fe56a03dd21cab49507b41312d16fa (diff)
Relevant BUGIDs: 3004656
Purpose of commit: bugfix Commit summary: --------------- 2010-06-22 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_umask/pam_umask.8.xml: Remove comparisation of gid and uid for usergroups. * modules/pam_umask/pam_umask.c (setup_limits_from_gecos): Likewise. Bug #3004656
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afbb3676..0016a209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-06-22 Thorsten Kukuk <kukuk@thkukuk.de>
+ * modules/pam_umask/pam_umask.8.xml: Remove comparisation of
+ gid and uid for usergroups.
+ * modules/pam_umask/pam_umask.c (setup_limits_from_gecos): Likewise.
+ Bug #3004656
+
* configure.in: Don't check for libxcrypt if no xcrypt.h exists,
fix typo introduced with 1.1.1.
Reported by Diego Elio “Flameeyes” Pettenò.