=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus.html,v retrieving revision 1.1442 retrieving revision 1.1443 diff -u -r1.1442 -r1.1443 --- www/plus.html 2019/06/12 16:27:08 1.1442 +++ www/plus.html 2019/06/13 05:45:51 1.1443 @@ -160,7 +160,7 @@
  • Modified vmd(8) to drop fatalx calls when claiming a new vm id, preventing a crash of vmd and existing vms. -
  • Adjusted ssh(1) to default to using the rsa-sha2-512 signature algorith when signing certificates with an RSA key. This will render these certificates incompatible with OpenSSH < 7.2 unless the default is overridden by use of the (1) -t flag. +
  • Adjusted ssh(1) to default to using the rsa-sha2-512 signature algorith when signing certificates with an RSA key. This will render these certificates incompatible with OpenSSH < 7.2 unless the default is overridden by use of the (1) -t flag.
  • Fixed integer overflow in block size calculation in aucat(1), fixing truncation of contents of files with rate above 64kHz generated in offline (-n) mode.
  • Used unveil(2) on tetris(6). @@ -215,7 +215,7 @@
  • Added support for from/to in relayd(8) filter rules.
  • Introduced a -k flag to sysupgrade(8) to preserve the files in /home/_sysupgrade after upgrading. -
  • Added measurement of poll intervals with monotonic clock to acpisbs(4). +
  • Added measurement of poll intervals with monotonic clock to acpisbs(4).
  • Added consistent use of 'ifconfig $_if [-inet| -inet6]' to clear existing configurations completely after restarting an install.
  • Added a sysctl(8) accessor to struct pf_status to allow export of current status and statistics without super-user rights via sysctl. Used this to print systat pf.
  • Changed the behavior of swap-window -d in tmux(1) to match swap-pane.