Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7a4164d..7fdf900 100644
--- a/NEWS
+++ b/NEWS
@@ -30,7 +30,7 @@ changes form 0.6.2 to 0.6.3
* log messages now include a session id that makes it easier to track errors
to requests (especially useful in debugging mode)
* miscellaneous portability improvements
-* increase buffers and timeouts to handle large lookups more gracefully
+* increase buffers and time-outs to handle large lookups more gracefully
* implement SASL authentication based on a patch by Dan White
* allow more characters in user and group names
@@ -45,11 +45,11 @@ changes form 0.6.1 to 0.6.2
* added the threads keyword to configure the number of threads that should be
started in nslcd
* handle empty netgroups properly
-* change the time out and retry mechanism for connecting to the LDAP server to
+* change the time-out and retry mechanism for connecting to the LDAP server to
return an error quickly if the LDAP server is known to be unavailable for a
long time (this removed the reconnect_tries option and changes the meaning
of the reconnect_sleeptime and reconnect_maxsleeptime options)
-* increased the time out values between the NSS module and nslcd because of
+* increased the time-out values between the NSS module and nslcd because of
new retry mechanism
* implement new dict and set modules that use a hashtable to map keys
efficiently