summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2010-10-20 12:11:38 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2010-10-20 12:11:38 +0000
commitecc112f83d3c57ecb9f0b45c63b529853af7ec3f (patch)
tree3fe2f95f749f4b9a858f4df6068fdaa7d8cfe8e1 /ChangeLog
parent387a75f6fe16bd8067dc55aa65fb1ab911b78bd3 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- 2010-10-20 Thorsten Kukuk <kukuk@thkukuk.de> * configure.in: Check for libdb with symbol versions, too. Patch from Diego Elio Pettenò.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31140626..19a9877a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2010-10-20 Thorsten Kukuk <kukuk@thkukuk.de>
+ * configure.in: Check for libdb with symbol versions, too.
+ Patch from Diego Elio Pettenò.
+
* modules/pam_mkhomedir/mkhomedir_helper.c (rec_mkdir): Create
parent directories always with mode 0755.
(create_homedir): Create main directory with mode 0700 at first.