=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/57.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- www/57.html 2015/03/06 17:28:43 1.39 +++ www/57.html 2015/03/06 17:37:55 1.40 @@ -183,7 +183,7 @@
  • Use services(5) names in the default pf rules in force during startup.
  • - what(1) now displays correct $OpenBSD$ expansions. + what(1) now correctly displays $OpenBSD$ expansions.
  • dhcpd(8) now removes addresses from its pf table a single time when they expire, rather than at every timeout after the expiry.
  • @@ -193,6 +193,25 @@
  • Added POSIX types blkcnt_t (int64) and blksize_t (int32), and used them for st_blocks (formerly int64_t) and st_blksize (formerly u_int32_t) in struct stat.
  • Improved typography for banner(6). +
  • + dhclient(8) adjusts MTU when the interface-mtu DHCP option is provided. +
  • Various memory leaks in + dhclient(8) plugged, providing more stability for long running (in terms of time or renewals) instances. +
  • The + dhclient(8) + command line options -q (quiet) and -d (don't daemonize) are now mutually exclusive. +
  • The communications between the privileged and unprivileged + dhclient(8) processes was reworked to further minimize information sharing. +
  • + dhclient(8) ensures lease timeouts (renew, rebind, expire) are sane and uses default values closer to RFC suggestions. +
  • + dhclient(8) no longer crashes when a lease expires and cannot be renewed or replaced. +
  • + dhclient(8) improved tracking network interface link states. +
  • Improved network error tracking and accounting in + dhclient(8). +
  • Private number conversion functions in + dhclient(8) eliminated in favour of standard library functions.
  • ...