Browse Source

[master] ChangeLog updated.

Tomek Mrugalski 7 years ago
parent
commit
99dede5cb4
1 changed files with 7 additions and 1 deletions
  1. 7 1
      ChangeLog

+ 7 - 1
ChangeLog

@@ -1,3 +1,8 @@
+1295.	[bug]		tomek
+        DHCPv4 and DHCPv6 servers are now able to parse shared networks.
+        A basic shared networks examples added.
+	(Trac #5357, git 74b824cc80f8be66084308c0bf12c1a71f311915)
+
 1294.	[func]		marcin
 	Implemented data structures holding configuration of shared
 	networks. The new structures are unused until remaining tickets
@@ -6,7 +11,8 @@
 
 1293.	[func]		tomek
 	DHCP4_BUFFER_WAIT, DHCP4_BUFFER_WAIT_INTERRUPTED, DHCP6_BUFFER_WAIT,
-	and DHCP6_BUFFER_WAIT_INTERRUPTED logging messages are no longer emitted.
+	and DHCP6_BUFFER_WAIT_INTERRUPTED logging messages are no longer
+	emitted.
 	(Trac #5345, git 779040fa399fb2da271569dc315294463e28f852)
 
 1292.	[func]		tomek