Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-06-11 20:44:57 +0200
committerArthur de Jong <arthur@arthurdejong.org>2007-06-11 20:44:57 +0200
commit3269910fa9b1842fa0f53fa634ac5679d0cf7acb (patch)
tree6389811561b63304517955e5a1d29274bfbc21e7 /NEWS
parent3ead49c38ca05e0b00cabdbda16bf7d34833656f (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--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c0eefc7..2d5bebf 100644
--- a/NEWS
+++ b/NEWS
@@ -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
------------------------------------------