]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_1_esv] Fixed reverse-ordered RELNOTES since 4-1-ESV-R12
authorThomas Markwalder <tmark@isc.org>
Tue, 20 Oct 2015 19:26:31 +0000 (15:26 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 20 Oct 2015 19:26:31 +0000 (15:26 -0400)
RELNOTES

index ce7d4a18ea5c8b4157a921da108373df042ca992..9d346ddd628d56bf0e13a36dd2a8e18aa51c988b 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -60,23 +60,22 @@ by Eric Young (eay@cryptsoft.com).
 
                        Changes since 4.1-ESV-R12
 
-- Added a parameter, authoring-byte-order, to the lease file. This value
-  is automatically added to the top of new lease files by the server and
-  indicates the internal byte order (big endian or little endian) of the
-  server.  This permits lease files generated on a server with one form of
-  byte order to be used on a server with the opposite form.
-  [ISC-Bugs #38396]
+- Corrected a static analyzer warning in common/execute.c
+  [ISC-Bugs #40374]
 
-- Added dhcpv6 and delayed-ack to settings listed in the "Features:"
-  section of the configure script output.  Additionally, all of the
-  features reported on will now always show either a "yes" or "no"
-  value.  Prior to this features left to their default setting would
-  not show a value.
-  [ISC-Bugs #40381]
+- ISC DHCP now follows the common convention to use the base name a
+  program is invoked with (aka argv[0], vs. a builtin name) for
+  logs. This should help differentiate syslog entires for DHCPv4 and
+  DHCPv6 servers. You can define OLD_LOG_NAME in includes/site.h to
+  keep the previous behavior.
+  [ISC-Bugs #38692]
 
-- Corrected compilation errors that prohibited building the server's 
-  ATF unit tests when failover is disabled.
-  [ISC-Bugs #40372]
+- The linux packet filter code now correctly treats only least significant
+  12 bits an inbound packet's TCI value as the VLAN id (per IEEE 802.1Q).
+  Prior to this it was using the entire 16 bit value as the VLAN id and
+  incorrectly discarding packets.  Thanks to Jiri Popelka at Red Hat for
+  reporting this issue and supplying its patch.
+  [ISC-Bugs #40591]
 
 - Fixed several issues static analysis issues such as potential null
   references, unchecked strdup returns.  Thanks to Bill Parker (wp02855 at
@@ -85,22 +84,23 @@ by Eric Young (eay@cryptsoft.com).
   [ISC-Bugs #40754]
   [ISC-Bugs #40823]
 
-- The linux packet filter code now correctly treats only least significant
-  12 bits an inbound packet's TCI value as the VLAN id (per IEEE 802.1Q).
-  Prior to this it was using the entire 16 bit value as the VLAN id and
-  incorrectly discarding packets.  Thanks to Jiri Popelka at Red Hat for
-  reporting this issue and supplying its patch.
-  [ISC-Bugs #40591]
+- Corrected compilation errors that prohibited building the server's 
+  ATF unit tests when failover is disabled.
+  [ISC-Bugs #40372]
 
-- Corrected a static analyzer warning in common/execute.c
-  [ISC-Bugs #40374]
+- Added dhcpv6 and delayed-ack to settings listed in the "Features:"
+  section of the configure script output.  Additionally, all of the
+  features reported on will now always show either a "yes" or "no"
+  value.  Prior to this features left to their default setting would
+  not show a value.
+  [ISC-Bugs #40381]
 
-- ISC DHCP now follows the common convention to use the base name a
-  program is invoked with (aka argv[0], vs. a builtin name) for
-  logs. This should help differentiate syslog entires for DHCPv4 and
-  DHCPv6 servers. You can define OLD_LOG_NAME in includes/site.h to
-  keep the previous behavior.
-  [ISC-Bugs #38692]
+- Added a parameter, authoring-byte-order, to the lease file. This value
+  is automatically added to the top of new lease files by the server and
+  indicates the internal byte order (big endian or little endian) of the
+  server.  This permits lease files generated on a server with one form of
+  byte order to be used on a server with the opposite form.
+  [ISC-Bugs #38396]
 
                        Changes since 4.1-ESV-R12b1
 - None