]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Finalise 3.0.12
authorRoy Marples <roy@marples.name>
Wed, 21 Feb 2007 12:56:22 +0000 (12:56 +0000)
committerRoy Marples <roy@marples.name>
Wed, 21 Feb 2007 12:56:22 +0000 (12:56 +0000)
ChangeLog
Makefile

index f04c09040ae1d6069fc28c1f604d379473a34d1b..746473108acee4f4aaf459baaddd557e5b049eca 100644 (file)
--- 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
index 077c51cd11759ceadbaa0caee4a99f2cc3d22338..b77bed507e4e2c6a1475072ebbd3f69cbee1d2a2 100644 (file)
--- 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