From: Roy Marples Date: Tue, 5 Dec 2006 09:42:35 +0000 (+0000) Subject: Tag dhcpcd-3.0.3 X-Git-Tag: v3.2.3~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92af7201aee6b800f49ba0c1c393f491c231d780;p=thirdparty%2Fdhcpcd.git Tag dhcpcd-3.0.3 --- diff --git a/ChangeLog b/ChangeLog index e4276373..545f128c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +dhcpcd-3.0.3 NIS setup (yp.conf / domainname) works again. Send hostname/fqdn and our parameter list in DISCOVER and INFORM messages too. Add more debug messages. diff --git a/Makefile b/Makefile index 822485d5..5ec17c4c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Should work for both GNU make and BSD mke -VERSION = 3.0.3_pre2 +VERSION = 3.0.3 INSTALL ?= install CFLAGS ?= -Wall -O2 -pedantic -std=gnu99