=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/57.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- www/57.html 2015/03/05 15:39:45 1.34 +++ www/57.html 2015/03/05 17:17:46 1.35 @@ -133,6 +133,8 @@
  • Ignore hostname.if.* files when upgrading.
  • Configure all physical interfaces before any dynamic interface types (e.g. trunks, vlans) when upgrading. +
  • + fdisk(8) now zeros out GPT signatures found when writing out an MBR that has been re-initialzed and has no EFI or EFISYS partition.

    @@ -176,11 +178,15 @@

  • switch last workq API uses to taskq API and remove all traces of workq.
  • Use - services(5) names in the default pf rules in force during startup. + services(5) names in the default pf rules in force during startup.
  • - what(1) now displays correct $OpenBSD$ expansions. + what(1) now displays correct $OpenBSD$ expansions.
  • - fdisk(8) now zeros out GPT signatures found when writing out an MBR that has been re-initialzed and lacks any EFI or EFISYS partition. + dhcpd(8) now removes addresses from its pf table a single time when they expire, rather than at every timeout after the expiry. +
  • + dhcpd(8) now ensures that the pf table process exits when the main process does. +
  • + dhcpd(8) has more informative log entries for DHCPACKs issued in response to DHCPINFORM messages.
  • ...