From: Roy Marples Date: Wed, 28 Feb 2007 09:18:04 +0000 (+0000) Subject: 3.0.14 done X-Git-Tag: v3.2.3~303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64168aaa15d457bc35eaf1cc6b7ff1def50c25d1;p=thirdparty%2Fdhcpcd.git 3.0.14 done --- diff --git a/ChangeLog b/ChangeLog index 92c0351c..02df8f6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +dhcpcd-3.0.14 Don't crash with 0 or invalid length DHCP options, reported by Stefan de Konink. diff --git a/Makefile b/Makefile index e98cb9d2..9925482e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Should work for both GNU make and BSD make -VERSION = 3.0.13 +VERSION = 3.0.14 CFLAGS ?= -O2 -pipe