=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/67.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- www/67.html 2020/05/07 16:48:16 1.43 +++ www/67.html 2020/05/07 18:47:49 1.44 @@ -175,6 +175,23 @@ href="https://man.openbsd.org/unbound">unbound(8) by default.
  • ntpd(8) now does constraint validation against 9.9.9.9 and 2620:fe::fe by default. +
  • Fixed arp(4) + issues created by dhclient(8) + modifying existing routes. +
  • Fixed route.conf(5) + handling by dhclient(8) + when an interface loses link. +
  • Restored previous dhclient(8) + behaviour of rejecting leases that lack a subnet mask. +
  • Enabled dhclient(8) + to configure carp(4) + interfaces. +
  • Fixed dhclient(8) + releasing leases without a server identifier. +
  • Improved dhclient(8) + NAK handling in various corner cases. +
  • Fixed dhclient(8) + endlessly sending REQUEST messages when an ACK is never received.