From: Roy Marples Date: Wed, 21 Feb 2007 12:56:22 +0000 (+0000) Subject: Finalise 3.0.12 X-Git-Tag: v3.2.3~310 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e82c870500d2de97f2bb05771cd33e993a2ef8e4;p=thirdparty%2Fdhcpcd.git Finalise 3.0.12 --- diff --git a/ChangeLog b/ChangeLog index f04c0904..74647310 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +dhcpcd-3.0.12 Test to see if the pid in the pidfile is actually running before claiming that we are. Fix the `netlink message truncated` error since 3.0.6. @@ -5,7 +6,7 @@ We now ensure that our renewal and rebind times are sane. Fix flushing interfaces for systems without getifaddrs and >1 interface. All netlink error messages are now prefixed with netlink. Add DHCP over FireWire 1394 (RFC 2855) and InfiniBand (RFC 4390) support. -We should add support for DUIDs (RFC4361) as well. +We should add support for DUIDs (RFC 4361) as well. dhcpcd-3.0.11 Don't try to send messages when we infinite leasetime and the interface diff --git a/Makefile b/Makefile index 077c51cd..b77bed50 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Should work for both GNU make and BSD make -VERSION = 3.0.12_pre2 +VERSION = 3.0.12 CFLAGS ?= -O2 -pipe