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

Diff for /www/70.html between version 1.58 and 1.59

version 1.58, 2021/10/03 14:52:43 version 1.59, 2021/10/03 16:32:17
Line 261 
Line 261 
         <li>Made <a href="https://man.openbsd.org/cdio.1">cdio(1)</a> discard          <li>Made <a href="https://man.openbsd.org/cdio.1">cdio(1)</a> discard
                 the current input line when Ctrl-C is used during line editing and                  the current input line when Ctrl-C is used during line editing and
                 provide a fresh prompt rather than exiting the program.                  provide a fresh prompt rather than exiting the program.
           <li>Let <a href="https://man.openbsd.org/el_gets.3">el_gets(3)</a>
                   honour the first Ctrl-C typed by the user rather than
                   ignoring it.
         <li>Corrected <a href="https://man.openbsd.org/awk.1">awk(1)</a> -F          <li>Corrected <a href="https://man.openbsd.org/awk.1">awk(1)</a> -F
                 null string behavior to ensure -F '' behaves consistently with -v                  null string behavior to ensure -F '' behaves consistently with -v
                 FS="".                  FS="".
Line 300 
Line 303 
         <li>Fixed <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> generation on sparc64.          <li>Fixed <a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> generation on sparc64.
         <li>Fixed overlap check in <a href="https://man.openbsd.org/disklabel.1">disklabel(1)</a>          <li>Fixed overlap check in <a href="https://man.openbsd.org/disklabel.1">disklabel(1)</a>
                 autoalloc code.                  autoalloc code.
         <li>Fix crash in <a  
                 href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> when a manpath  
                 directory contained a symbolic link that pointed to a directory.  
         <li>Added support for two-character font names (BI, CW, CR, CB, CI)  
                 to the <a href="https://man.openbsd.org/tbl.7">tbl(7)</a> layout font  
                 modifier.  
         <li>Supported auto-tagging for ".It Va" in <a  
                 href="https://man.openbsd.org/mandoc.1">mandoc(1)</a>.  
         <li>Fixed a crash in <a  
                 href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> when an input  
                 file contains <a href="https://man.openbsd.org/tbl.7">tbl(7)</a> or <a  
                 href="https://man.openbsd.org/eqn.7">eqn(7)</a> input unsupported by  
                 -T <a href="https://man.openbsd.org/man.1">man(1)</a> output mode.  
         <li>Added a meta viewport element to the HTML output for <a  
                 href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> -Thtml.  
         <li>Implemented the <a  
                 href="https://man.openbsd.org/tbl.7">tbl(7)</a> layout modifiers "b"  
                 (bold) and "i" (italic) in <a  
                 href="https://man.openbsd.org/mandoc.1">mandoc(1)</a> HTML output  
                 mode.  
         <li>Corrected various min/max cluster numbers for FAT12/16/32 in <a          <li>Corrected various min/max cluster numbers for FAT12/16/32 in <a
                 href="https://man.openbsd.org/newfs_msdos.8">newfs_msdos(8)</a>.                  href="https://man.openbsd.org/newfs_msdos.8">newfs_msdos(8)</a>.
         <li>Added libexecinfo, a library providing backtrace functions.          <li>Added libexecinfo, a library providing backtrace functions.
         <li>Updated C library support for character classification          <li>Updated C library support for character classification
                 to Unicode 13.0.                  to Unicode 13.0.
           <li>Let <a href="https://man.openbsd.org/wcwidth.3">wcwidth(3)</a>
                   treat all characters in Unicode private use areas
                   as single-width, even those in planes 15 and 16.
         <li>Limited the <a href="https://man.openbsd.org/printf.1">printf(1)</a> \x escape sequence to two characters.          <li>Limited the <a href="https://man.openbsd.org/printf.1">printf(1)</a> \x escape sequence to two characters.
           <li>Corrected the output of
                   <a href="https://man.openbsd.org/date.1">date(1)</a> -f %s
                   which was wrongly affected by the local timezone.
   </ul>    </ul>
   
 <li>Improved hardware support and driver bugfixes, including:  <li>Improved hardware support and driver bugfixes, including:
Line 729 
Line 718 
         <li>Made <a href="https://man.openbsd.org/scp.1">scp(1)</a> SFTP mode (including error logging) more scp-like.          <li>Made <a href="https://man.openbsd.org/scp.1">scp(1)</a> SFTP mode (including error logging) more scp-like.
         <li>Allowed CanonicalPermittedCNAMEs=none in <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>.          <li>Allowed CanonicalPermittedCNAMEs=none in <a href="https://man.openbsd.org/ssh_config.5">ssh_config(5)</a>.
         <li>Put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENT in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.          <li>Put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENT in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
         <li>Stopped ignoring SIGINT in <a href="https://man.openbsd.org/sftp.1">sftp(1)</a> while waiting for input if <a href="https://man.openbsd.org/editline.3">editline(3)</a> is not used.          <li>Made <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>
                   discard the current input line and provide a fresh prompt
                   when Ctrl-C is typed during interactive command input
                   rather than ignoring the signal.
         <li>Altered <a href="https://man.openbsd.org/scp">scp(1)</a> to use the SFTP protocol by default. The original scp/rcp protocol remains available via the -O flag.          <li>Altered <a href="https://man.openbsd.org/scp">scp(1)</a> to use the SFTP protocol by default. The original scp/rcp protocol remains available via the -O flag.
         <li>Disabled the RSA/SHA-1 signature algorithm by default in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.          <li>Disabled the RSA/SHA-1 signature algorithm by default in <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
         <li>Ensured some programs (including <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>) do not ignore Ctrl-C when awaiting user input.          <li>Ensured some programs (including <a href="https://man.openbsd.org/sftp.1">sftp(1)</a>) do not ignore Ctrl-C when awaiting user input.
Line 768 
Line 760 
         <li>...          <li>...
     </ul>      </ul>
   </ul>    </ul>
   
   <li>mandoc 1.14.6
       <ul>
           <li>Added a style message about overlong text input lines.
           <li>Made "-W style" check .Xr links along the full manpath
                   to help validation of non-base manual pages.
           <li>Supported auto-tagging for ".It Va" in
                   <a href="https://man.openbsd.org/mdoc.7">mdoc(7)</a> documents.
           <li>Stopped printing two extra blank lines at the top and bottom of
                   <a href="https://man.openbsd.org/man.7">man(7)</a> documents.
           <li>Supported the CB and CI fonts in
                   <a href="https://man.openbsd.org/roff.7">roff(7)</a>
                   \f font escapes and .ft font requests.
           <li>Added support for two-character font names (BI, CW, CR, CB, CI)
                   to the <a href="https://man.openbsd.org/tbl.7">tbl(7)</a>
                   layout font modifier.
           <li>Implemented the
                   <a href="https://man.openbsd.org/tbl.7">tbl(7)</a>
                   layout modifiers "b" (bold) and "i" (italic)
                   in HTML output mode.
           <li>Completed support for the "nospaces" option in the
                   <a href="https://man.openbsd.org/tbl.7">tbl(7)</a> parser.
           <li>Fixed an infinite loop in the
                   <a href="https://man.openbsd.org/tbl.7">tbl(7)</a> parser
                   for some cases of horizontally overlapping horizontal spans.
           <li>Added a meta viewport element to "-T html" output.
           <li>Fixed a crash with "-T man" when an input file contains
                   <a href="https://man.openbsd.org/tbl.7">tbl(7)</a> or
                   <a href="https://man.openbsd.org/eqn.7">eqn(7)</a> input.
           <li>Fixed a crash in <a
                   href="https://man.openbsd.org/makewhatis.8">makewhatis(8)</a>
                   when a manpath directory contains a symbolic link
                   that points to a directory.
       </ul>
   
 <li>Ports and packages:  <li>Ports and packages:
   <p>Many pre-built packages for each architecture:    <p>Many pre-built packages for each architecture:

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59