]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
David Cantrell requests to use 'Red Hat' for trademark purposes in
authorDavid Hankins <dhankins@isc.org>
Tue, 10 Mar 2009 21:00:50 +0000 (21:00 +0000)
committerDavid Hankins <dhankins@isc.org>
Tue, 10 Mar 2009 21:00:50 +0000 (21:00 +0000)
attribution rather than 'RedHat'.

RELNOTES

index 7d9b655b4ec80892ec059d1d633e3ae66a958003..28b089283c625bab21decefc067838b0ad0d5a6c 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -40,7 +40,7 @@ work on other platforms. Please report any problems and suggested fixes to
 
 - Failover port configuration can now be left to defaults (port 647) as
   described in the -12 revision of the Failover draft (and assigned by
-  IANA).  Thanks in part to a patch from David Cantrell at RedHat.
+  IANA).  Thanks in part to a patch from David Cantrell at Red Hat.
 
                        Changes since 4.1.0 (bug fixes)
 
@@ -73,7 +73,7 @@ work on other platforms. Please report any problems and suggested fixes to
   dhcpv6 disabled.
 
 - Two uninitialized stack structures are now memset to zero, thanks to a
-  patch from David Cantrell at RedHat.
+  patch from David Cantrell at Red Hat.
 
 - Fixed a cosmetic bug where pretty-printing valid domain-search options would
   result in an erroneous error log message ('garbage in format string').
@@ -1100,7 +1100,7 @@ work on other platforms. Please report any problems and suggested fixes to
   zero is redundant.  These redundancies were removed.
 
 - Some type declaration corrections to u_int16_t were made in common/tr.c
-  (Token Ring support) thanks to a patch from Jason Vas Dias at RedHat.
+  (Token Ring support) thanks to a patch from Jason Vas Dias at Red Hat.
 
 - A failover bug that was allowing leases that EXPIRED or were RELEASED
   where tsfp and tstp are identical timestamps to languish in these
@@ -1160,7 +1160,7 @@ work on other platforms. Please report any problems and suggested fixes to
   domain-name field) that had been improperly NULL-terminated by the
   DHCP server will no longer result in a truncated string containing
   only the option from the server, and not the expected appended value.
-  Thanks to a patch from Jason Vas Dias at RedHat.
+  Thanks to a patch from Jason Vas Dias at Red Hat.
 
 - File handlers on configuration state (config files and lease dbs) should
   be treated consistently, regardless of whether TRACING is defined or not.
@@ -1212,11 +1212,11 @@ work on other platforms. Please report any problems and suggested fixes to
 
 - The package will now compile cleanly in gcc 3.3 and 3.4.  As a side effect,
   lease structures will be 9 bytes smaller on all platforms.  Thanks to
-  Jason Vas Dias at Redhat.
+  Jason Vas Dias at Red Hat.
 
 - Interface discovery code in DISCOVER_UNCONFIGURED mode is now
   properly restricted to only detecting broadcast interfaces.  Thanks
-  to a patch from Jason Vas Dias at RedHat.
+  to a patch from Jason Vas Dias at Red Hat.
 
 - decode_udp_ip_header was changed so that the IP address was copied out
   to a variable, rather than referenced by a pointer.  This enforces 4-byte
@@ -1255,7 +1255,7 @@ work on other platforms. Please report any problems and suggested fixes to
 
 - Configuring a subnet in dhcpd.conf with a subnet mask of 32 bits might
   cause an internal function to overflow heap.  Thanks to Jason Vas Dias
-  at Redhat.
+  at Red Hat.
 
 - Some inconsistencies in treating numbers that the lexer parsed as 'NUMBER'
   or 'NUMBER_OR_NAME' was repaired.  Hexadecimal parsing is affected, and