summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-10-26 08:46:14 +0000
committerArthur de Jong <arthur@arthurdejong.org>2007-10-26 08:46:14 +0000
commita618d315aadff957a6f78cd61a64cd791e3ffdb6 (patch)
tree54392984f608c207e51119484f43e8721c443b38 /NEWS
parentf25e3adebf3ce566073e1981db5e2c111e9bbc10 (diff)
integrate changes from 0.4.1 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@460 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 25b101b..6408516 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+changes from 0.4 to 0.4.1
+-------------------------
+
+* added French debconf translation by Cyril Brulebois
+* added Japanese debconf translation by Kenshi Muto
+* fix a problem with network name lookups where the lookup would result
+ in the wrong call to nslcd
+* fix wrong default filter for rpc lookups
+* fix a number of memory leaks (thanks valgrind)
+ (all memory leaks during normal operation should be fixed now)
+
+
changes from 0.3 to 0.4
-----------------------
@@ -9,7 +21,7 @@ changes from 0.3 to 0.4
* added missing docbook sources for manual pages to tarball
* major cleanups and simplifications in the core LDAP query code (we don't
need to worry about SIGPIPE because nslcd does that globally, locking
- because a connection is only used by one thread and simplifications the the
+ because a connection is only used by one thread and simplifications the the
LDAP connection and query state)
* get base, scope, filter and map configfile directives properly working
* simplifications in LDAP reconnect logic (some work remains to be done in