=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus51.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- www/plus51.html 2017/06/26 17:18:57 1.27 +++ www/plus51.html 2017/06/27 13:01:33 1.28 @@ -199,11 +199,11 @@
  • An EXAMPLES section is new in divert(4).
  • When the kernel signal handling code checks to which thread a signal can be delivered to, add threads as possible targets which don't explicitly block the signal in question. (Search is terminated if thread which sigwait(3)s for the signal is seen.) -
  • A short cut for atomic IPv6 fragments is added to the network stack. Those will be processed immediately and not go through the fragment queue. See draft-gont-6man-ipv6-atomic-fragments-00.txt. +
  • A short cut for atomic IPv6 fragments is added to the network stack. Those will be processed immediately and not go through the fragment queue. See draft-gont-6man-ipv6-atomic-fragments-00.txt.
  • In Xenocara xkeyboard-config is updated to 2.5.
  • smtpctl(8) no longer touches directories, which prevents a running smtpd(8) from losing it's incoming/ directory each time smtpctl(8) is called. -
  • In the network stack the RFC 5722 implementation cumulates in a happy end, i.e., in case of overlapping fragments the entire datagram will be discarded. +
  • In the network stack the RFC 5722 implementation cumulates in a happy end, i.e., in case of overlapping fragments the entire datagram will be discarded.
  • The ingress filter of pipex and npppd(8) becomes configurable and disabled by default. After this change npppd.conf(5) must contain ppp.ingress_filter: true if it is needed. Also handling of `rx connect speed' AVP is added to avoid the bug of xl2tpd (which sends this as a mandatory AVP contrary to RFC 2661).
  • Bring in documentation corrections and improvements to the in-tree versions of makewhatis(8), apropos(1) and whatis(1) that were committed to the new suite of tools (currently disabled).