[BACK]Return to 61.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/61.html between version 1.49 and 1.50

version 1.49, 2017/03/27 16:36:03 version 1.50, 2017/03/27 17:12:16
Line 219 
Line 219 
         verifying the install sets.          verifying the install sets.
     <li>Install sets are now fetched over an HTTPS connection by default      <li>Install sets are now fetched over an HTTPS connection by default
         when using a <a href="ftp.html">mirror</a> that supports it.          when using a <a href="ftp.html">mirror</a> that supports it.
       <li>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.
       <li>The installer no longer adds a route to an alias IP via 127.0.0.1, due
           to improvements in the kernel routing components.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 418 
Line 423 
         This lets the interface work with DHCP.          This lets the interface work with DHCP.
     <li>Multiprocessor-safe PCI interrupt handlers are run      <li>Multiprocessor-safe PCI interrupt handlers are run
         without the kernel lock on OpenBSD/sgi.          without the kernel lock on OpenBSD/sgi.
       <li><a href="http://man.openbsd.org/fdisk.8">fdisk(8)</a> now unconditionally
           sets the size of the protective MBR's EFI GPT partition to UINT32_MAX.
       <li><a href="http://man.openbsd.org/fdisk.8">fdisk(8)</a> now respects the
           current MBR or GPT format when initializing a disk.
       <li><a href="http://man.openbsd.org/softraid.4">softraid(4)</a> now uses
               sufficient parallel i/o's to efficiently rebuild RAID5 volumes.
       <li><a href="http://man.openbsd.org/asr_run.3">asr</a> now accepts UDP
               packets of up to 4096 bytes to account for broken DNS servers.
       <li><a href="http://man.openbsd.org/umass.4">umass(4)</a> no longer assumes
               that ATAPI or UFI devices have only 1 LUN.
       <li><a href="http://man.openbsd.org/scsi.4">scsi(4)</a> now correctly
               detects end of tape on LTO5 devices.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50