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 /debian/changelog | |
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 'debian/changelog')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e0948c8..6aeafb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +nss-ldapd (0.2) unstable; urgency=low + + * 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 + * implemented a timeout mechanism in the communication between the NSS part + and the nslcd server part + * install NSS library files in /usr/lib instead of /lib (they won't work + without /usr anyway) + * fixed debian/copyright file to include information on all files + + -- Arthur de Jong <adejong@debian.org> Sun, 10 Jun 2007 01:27:52 +0200 + nss-ldapd (0.1) unstable; urgency=low * initial release of nss-ldapd (should be functional but not yet stable |