From: Roy Marples Date: Thu, 21 Dec 2006 21:12:28 +0000 (+0000) Subject: 3.0.8 X-Git-Tag: v3.2.3~330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=959142ac097e0286efd524533862b511226bb9ef;p=thirdparty%2Fdhcpcd.git 3.0.8 --- diff --git a/ChangeLog b/ChangeLog index 38a893f3..11a243a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +dhcpcd-3.0.8 Fix arp checking. linux header asm/types.h doesn't work with c99 which is just wrong, so it's back to gnu99 until a working linux version is released. diff --git a/Makefile b/Makefile index 70072ee4..e3cff80e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Should work for both GNU make and BSD make -VERSION = 3.0.8_pre1 +VERSION = 3.0.8 CFLAGS ?= -O2 -pipe