From: Sami Kerola Date: Mon, 7 Mar 2011 21:26:32 +0000 (+0100) Subject: Release 2.14 X-Git-Tag: v2.14 X-Git-Url: http://git.asbjorn.it/?p=debian%2Fdhcpd-pools.git;a=commitdiff_plain;h=85449835857b9189079edd9eb075af11bce2f519 Release 2.14 Signed-off-by: Sami Kerola --- diff --git a/NEWS b/NEWS index a635bc1..fb444da 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,29 @@ See the end for copying conditions. Please send dhcpd-pools bug reports to kerolasa@iki.fi. +Version 2.14 +# git shortlog v2.13..v2.14 +Sami Kerola (18): + Fix to range dynamic-bootp specifier + Automake 2.64 is needed. + Arithmetic comparisons to be same way around + The xml output is dirty and marked as FIXME + Optimization on basis of gcov + Use what libc will provide + Not a syscall error, warn should be warnx. + Impossible to reach sections removed + posix_fadvice advice parameter change + Do not analyze if sort field selector is rubbish. + autogen.sh: test bug fix & clean up to messages + autogen.sh: typo fix in previous commit + Copyright notice change to GNU license 3 + Allow xml output with leases to use output file + INSTALL file is unnecessary + fix to safe_strdup prototype. + ignore INSTALL file + configure.ac: autoscan updates + Release 2.14 + Version 2.13 * Autoreconf to get ./configure et al up to date. * PACKAGE_URL introduced to configure.ac diff --git a/configure.ac b/configure.ac index 01810d9..049073e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ AC_PREREQ(2.64) AC_CONFIG_MACRO_DIR([m4]) -AC_INIT([dhcpd-pools],[2.13],[kerolasa@iki.fi],,[http://dhcpd-pools.sourceforge.net/]) -AM_INIT_AUTOMAKE(dhcpd-pools, 2.13) +AC_INIT([dhcpd-pools],[2.14],[kerolasa@iki.fi],,[http://dhcpd-pools.sourceforge.net/]) +AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h])