=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/57.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- www/57.html 2015/03/05 17:17:46 1.35 +++ www/57.html 2015/03/05 18:23:07 1.36 @@ -135,6 +135,7 @@
  • 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. +
  • Fixed manipulation of 'ro' and 'rw' fstab options to avoid damage to other options that happen to contain 'ro' or 'rw'.

    @@ -187,6 +188,7 @@ 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. +
  • Added POSIX types blkcnt_t (int64) and blksize_t (int32), and used them for st_blocks (formerly int64_t) and st_blksize (formerly u_int32_t) in struct stat.
  • ...