diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-06-11 20:44:57 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-06-11 20:44:57 +0200 |
commit | 3269910fa9b1842fa0f53fa634ac5679d0cf7acb (patch) | |
tree | 6389811561b63304517955e5a1d29274bfbc21e7 /NEWS | |
parent | 3ead49c38ca05e0b00cabdbda16bf7d34833656f (diff) |
get files ready for 0.2 release0.2
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@280 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +changes from 0.1 to 0.2 +----------------------- + +* fixes to the netgroup lookup code +* more simplifications and improvements in the code almost 5% code reduction + (compared to release 0.1) and 37% reduction in gcc warnings (from 443 in 251 + to 389 in 0.1 and 244 in 0.2) +* a lot of code improvements thanks to flawfinder, more gcc warnings, splint + and rats +* license change from GNU Library General Public License to GNU Lesser General + Public License (with the permission of Luke Howard) +* fix logging code to be cleaner and always use our own logging module +* a start has been made to make the code more testable and initial work to set + up a testing framework has been done +* implemented a timeout mechanism in the communication between the NSS part + and the nslcd server part + + changes from nss_ldap 251 to nss-ldapd 0.1 ------------------------------------------ |