=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/56.html,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- www/56.html 2019/06/13 06:16:25 1.76 +++ www/56.html 2021/03/15 10:18:42 1.77 @@ -279,7 +279,7 @@
  • New leases, lease renewals, cable state changes more obvious to applications monitoring dhclient(8) files.
  • Preserve chronological order of leases in the dhclient.leases(5) leases files.
  • Use 'lease {}' statements in dhclient.conf(5), allowing interfaces to get an address when no dynamic lease is available. -
  • Improve dhclient(8) parsing and printing of classess static routes. +
  • Improve dhclient(8) parsing and printing of classless static routes.
  • Eliminate unnecessary rewrites of resolv.conf(5) by dhclient(8).
  • Added sendsyslog(2): syslog(3) now works even when out of file descriptors or in a chroot.
  • Added @@ -344,7 +344,7 @@ (bz#2160)
  • ssh(1): Add a %C escape sequence for LocalCommand and - ControlPath that expands to a unique identifer based on a + ControlPath that expands to a unique identifier based on a hash of the tuple of (local host, remote user, hostname, port). Helps avoid exceeding miserly pathname limits for Unix domain sockets in multiplexing control paths. (bz#2220)