=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/61.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- www/61.html 2017/03/27 16:36:03 1.49 +++ www/61.html 2017/03/27 17:12:16 1.50 @@ -219,6 +219,11 @@ verifying the install sets.
  • Install sets are now fetched over an HTTPS connection by default when using a mirror that supports it. +
  • The installer now considers all of the DHCP information in filename, + bootfile-name, server-name, tftp-server-name, and next-server when + attempting to do automatic installs or upgrades. +
  • The installer no longer adds a route to an alias IP via 127.0.0.1, due + to improvements in the kernel routing components.
  • ...

    @@ -418,6 +423,18 @@ This lets the interface work with DHCP.

  • Multiprocessor-safe PCI interrupt handlers are run without the kernel lock on OpenBSD/sgi. +
  • fdisk(8) now unconditionally + sets the size of the protective MBR's EFI GPT partition to UINT32_MAX. +
  • fdisk(8) now respects the + current MBR or GPT format when initializing a disk. +
  • softraid(4) now uses + sufficient parallel i/o's to efficiently rebuild RAID5 volumes. +
  • asr now accepts UDP + packets of up to 4096 bytes to account for broken DNS servers. +
  • umass(4) no longer assumes + that ATAPI or UFI devices have only 1 LUN. +
  • scsi(4) now correctly + detects end of tape on LTO5 devices.
  • ...