=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/70.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- www/70.html 2021/10/03 14:52:43 1.58 +++ www/70.html 2021/10/03 16:32:17 1.59 @@ -261,6 +261,9 @@
  • Made cdio(1) discard the current input line when Ctrl-C is used during line editing and provide a fresh prompt rather than exiting the program. +
  • Let el_gets(3) + honour the first Ctrl-C typed by the user rather than + ignoring it.
  • Corrected awk(1) -F null string behavior to ensure -F '' behaves consistently with -v FS="". @@ -300,32 +303,18 @@
  • Fixed disklabel(8) generation on sparc64.
  • Fixed overlap check in disklabel(1) autoalloc code. -
  • Fix crash in mandoc(1) when a manpath - directory contained a symbolic link that pointed to a directory. -
  • Added support for two-character font names (BI, CW, CR, CB, CI) - to the tbl(7) layout font - modifier. -
  • Supported auto-tagging for ".It Va" in mandoc(1). -
  • Fixed a crash in mandoc(1) when an input - file contains tbl(7) or eqn(7) input unsupported by - -T man(1) output mode. -
  • Added a meta viewport element to the HTML output for mandoc(1) -Thtml. -
  • Implemented the tbl(7) layout modifiers "b" - (bold) and "i" (italic) in mandoc(1) HTML output - mode.
  • Corrected various min/max cluster numbers for FAT12/16/32 in newfs_msdos(8).
  • Added libexecinfo, a library providing backtrace functions.
  • Updated C library support for character classification to Unicode 13.0. +
  • Let wcwidth(3) + treat all characters in Unicode private use areas + as single-width, even those in planes 15 and 16.
  • Limited the printf(1) \x escape sequence to two characters. +
  • Corrected the output of + date(1) -f %s + which was wrongly affected by the local timezone.
  • Improved hardware support and driver bugfixes, including: @@ -729,7 +718,10 @@
  • Made scp(1) SFTP mode (including error logging) more scp-like.
  • Allowed CanonicalPermittedCNAMEs=none in ssh_config(5).
  • Put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENT in ssh(1). -
  • Stopped ignoring SIGINT in sftp(1) while waiting for input if editline(3) is not used. +
  • Made sftp(1) + discard the current input line and provide a fresh prompt + when Ctrl-C is typed during interactive command input + rather than ignoring the signal.
  • Altered scp(1) to use the SFTP protocol by default. The original scp/rcp protocol remains available via the -O flag.
  • Disabled the RSA/SHA-1 signature algorithm by default in ssh(1).
  • Ensured some programs (including sftp(1)) do not ignore Ctrl-C when awaiting user input. @@ -768,6 +760,40 @@
  • ... + +
  • mandoc 1.14.6 +
  • Ports and packages:

    Many pre-built packages for each architecture: