From fc8bbcf6b84100fd560975f1daa9860c35c9539b Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Thu, 8 Jun 2006 20:56:44 +0000 Subject: [PATCH] Updating ChangeLog for 0.4.0-pre1 git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@324 06cd67b6-e706-0410-b29e-9de616bca6e9 --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4f1c185..8334f83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ # $Id$ -Version 0.3.7 (latest) +Version 0.4.0-pre1 (latest) ++ Corrected segfault when using BIND output with SRV records ++ 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) ++ Added more verbose LDAP error and sanity checking output ++ Removed (some) deprecated LDAP API calls + +Version 0.3.7 + Changed default location of ldap.conf to /etc/ldap.conf + Added note on potential security vulns in deprecated/webadmin to README + Changed port declarations/format strings from int to unsigned short