summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 35e2e44dc..8f3dcc5c6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+ Empty dbserver and dbpassword settings will now be ignored when
+ initializing Rails connections (patch by womble).
+
+ Configuration settings can now be blank (patch by womble).
+
Added calls to endpwent/endgrent when searching for user and group IDs,
which fixes #791.