Merge from vendor branch DHCP:
[dragonfly.git] / contrib / isc-dhcp / FREEBSD-upgrade
1 # ex:ts=8
2 $FreeBSD: src/contrib/isc-dhcp/FREEBSD-upgrade,v 1.18 2003/09/02 11:15:03 mbr Exp $
3 $DragonFly: src/contrib/isc-dhcp/Attic/FREEBSD-upgrade,v 1.3 2003/10/11 21:14:10 dillon Exp $
4
5 ISC DHCP client 3.0.1rc12
6         originals can be found at: ftp://ftp.isc.org/isc/dhcp/
7
8
9 For the import of ISC-dhclient the following files were removed:
10         doc/*                   relay/*                 server/*
11
12         client/scripts/
13         bsdos                   linux                   netbsd
14         nextstep                solaris                 openbsd
15
16         contrib/
17         dhcp.spec               solaris.init            ms2isc/
18
19         includes/cf/
20         aix.h                   alphaosf.h              bsdos.h
21         cygwin32.h              hpux.h                  irix.h
22         linux.h                 netbsd.h                nextstep.h
23         openbsd.h               qnx.h                   rhapsody.h
24         sample.h                sco.h                   sunos4.h
25         sunos5-5.h              ultrix.h
26
27         `find . -name '.cvsignore' -delete`
28
29 Imported by:
30
31         cvs import -m 'Import ISC DHCP 3.0.1 RC11 client.' \
32                 src/contrib/isc-dhcp ISC isc_dhcp_3_0_1_rc12
33
34
35 To make local changes to isc-dhcp, simply patch and commit to the main
36 branch (aka HEAD).  Never make local changes on the vendor (ISC) branch.
37
38 All local changes should be submitted to the ISC for inclusion in the 
39 next vendor release.
40
41 Local Changes:
42
43         client/clparse.c
44           r1.6 - prefer strlcpy to strcpy.
45         client/dhclient.8 
46           r1.14 - interface polling
47           r1.6 - document -D option.
48           - remove dhcpd from SEE ALSO section.
49         client/dhclient.c
50           r1.32 - interface polling
51           r1.31 - interface polling
52           r1.30 - interface polling
53           r1.29 - interface polling
54           r1.28 - interface polling
55           r1.27 - interface polling
56           r1.26 - interface polling
57           r1.19 - connect std{in,out,err}.
58           r1.13 - prefer strlcpy to strcpy.
59           r1.6  - quiet by default.
60                 - document -D option.
61         client/dhclient.conf.5
62                 - Remove dhcpd from SEE ALSO section.
63         common/dhcp-options.5
64           r1.2 - note that hostname is only set if not already set.
65                - Remove dhcpd from SEE ALSO section.
66         common/dispatch.c
67           r1.2 - interface polling
68         includes/dhcpd.h
69           r1.5 - interface polling
70           r1.4 - interface polling
71           r1.3 - interface polling
72           r1.2 - interface polling
73     (see CVS logs for complete details)
74
75 mbr@FreeBSD.org
76 murray@FreeBSD.org
77 obrien@NUXI.com
78 15-Jan-2003