changeset 64:0aebfea7a48d draft

Finalise 3.0.12
author Roy Marples <roy@marples.name>
date Wed, 21 Feb 2007 12:56:22 +0000
parents ac0bbb204909
children a205ee177dcd
files ChangeLog Makefile
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Feb 21 11:40:50 2007 +0000
+++ b/ChangeLog	Wed Feb 21 12:56:22 2007 +0000
@@ -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 @@
 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
--- a/Makefile	Wed Feb 21 11:40:50 2007 +0000
+++ b/Makefile	Wed Feb 21 12:56:22 2007 +0000
@@ -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