From 1822439bfdf14206130e1d184786a4ffc96ce3e5 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Fri, 8 Jul 2011 23:05:04 +0200 Subject: [PATCH] docs: NEWS update The update was not done at last release. Signed-off-by: Sami Kerola --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS b/NEWS index fb444da..96c4208 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,23 @@ See the end for copying conditions. Please send dhcpd-pools bug reports to kerolasa@iki.fi. + +Version 2.15 +# git shortlog v2.14..v2.15 +Sami Kerola (13): + dhcpd-pools.h: function attributes declarations + dhcpd-pools.h: indentation fix + getdata.c: initialize variables to have safe values + autotools: point correct location of src + flose files & free memory when not needed + dhcpd-pools.h: portable program_invocation_short_name + build-sys: use git version as program version output + build-sys: git describe listed wrong tag + getdata: increase max number of shared networks + clean_up: checking errno at exit does not make sense + make range allocation dynamic + shared network names to be dynamically allocated + thanks: list update Version 2.14 # git shortlog v2.13..v2.14