From 936e65b9e3990b5872a6b34c7ae9bbe92a8ae831 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Thu, 5 Oct 2006 21:40:10 +0000 Subject: [PATCH] Updating ChangeLog and credits for 0.4.1 git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@377 06cd67b6-e706-0410-b29e-9de616bca6e9 --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75a6d6f..c171381 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,15 @@ # $Id$ Version 0.4.1 (latest) * Updated scripts/data2ldif.pl to properly handle reverse domains -* Fixed parser bugs in scripts/data2ldif.pl +* Fixed parser bugs in scripts/data2ldif.pl (Thanks Fleischmann Bonaventura and + Adrian Goins) +* Added missing option -M (Thanks Jason Chambers) +* Change default record limit to LDAP_NO_LIMIT +* Tightned up LDAP search scope when calculating the checksum (Thanks Jason + Chambers for the bug report) Version 0.4.0 -+ Corrected segfault when using BIND output with SRV records ++ Corrected segfault when using BIND output with SRV records (Thanks Fred Leitz) + Fixed off-by-one string termination problem + Fixed a number of possible segfaults if required cmdline options were missing Thanks Steve Ayotte (sayotte.alkaloid.net)