mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
Release 2.14
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
0f7beafd81
commit
8544983585
2 changed files with 25 additions and 2 deletions
23
NEWS
23
NEWS
|
|
@ -5,6 +5,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.
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue