=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/52.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- www/52.html 2012/09/07 02:04:13 1.31 +++ www/52.html 2012/09/07 02:27:05 1.32 @@ -114,7 +114,7 @@
  • Increased TCP initial window to 14600 bytes as proposed in draft-ietf-tcpm-initcwnd.
  • Cleanup handling of sockaddrs in degenerate use cases. -
  • Improved handling of error and limit cases in file-descriptor passing. +
  • Improved handling of error and limit cases in file descriptor passing.
  • Improved socketbuffer handling for AF_UNIX sockets.
  • Improved error handling in socket splicing.
  • IPv6 privacy addresses now appear alongside SLAAC addresses. @@ -143,7 +143,7 @@ tcpbench(1) and tmux(1) now rate limit their accepting of new connections when experiencing file descriptor exhaustion. -
  • Allow route(8) destination/prefixlen syntax for ipv6 routes. +
  • Allow route(8) destination/prefixlen syntax for IPv6 routes.
  • ASCII packet dumping support in tcpdump(8).
  • Better etherip and BGP protocol support in tcpdump(8).
  • tcpdump(8) @@ -159,8 +159,8 @@
  • Adjust the bgpd(8) route decision code to cover checks needed due to route reflection.
  • Various fixes to improve error reporting in bgpd(8) including support of RFC 6608.
  • For debugging purposes bgpctl(8) can load MRT dumps into bgpd(8). -
  • Fixed distribution of MPLS VPN routes in bgpd(8) -
  • Introduce selected to bgpctl(8) as show rib attribute to only show selected routes. +
  • Fixed distribution of MPLS VPN routes in bgpd(8). +
  • Introduced a new option "selected" to the bgpctl(8) "show rib" command to show only selected routes.
  • Correctly support the LSA_TYPE_AREA_OPAQ and LSA_TYPE_AS_OPAQ types in ospfd(8).
  • tftp(1) client now supports IPv6.
  • Make relayd(8) able to handle transactions larger than 2GB in size. @@ -186,7 +186,7 @@
  • The prio and tos options are now part of the "set { }" block. See pf.conf(5).
  • Allow to set the tos on IPv6 packets. -
  • Better demotion handling in pfsync(4) to prevent failovers w/o having a full state table. +
  • Better demotion handling in pfsync(4) to prevent failovers without having a full state table.
  • Fixed printing of wildcard anchors in pfctl(8).
  • ... @@ -260,13 +260,13 @@
  • sshd-keygen(1): Add options to specify starting line number and number of lines to process when screening moduli candidates, allowing processing of different parts of - a candidate moduli file in parallel + a candidate moduli file in parallel.
  • sshd(8): The Match directive now supports matching on the local (listen) address and port upon which the incoming connection was received via LocalAddress and LocalPort clauses.
  • sshd(8): - Extend sshd_config Match directive to allow setting AcceptEnv and {Allow,Deny}{Users,Groups} + Extend sshd_config Match directive to allow setting AcceptEnv and {Allow,Deny}{Users,Groups}.
  • Add support for RFC6594 SSHFP DNS records for ECDSA key types. (bz#1978)
  • sshd-keygen(1): Allow conversion of RSA1 keys to public PEM and PKCS8 @@ -274,7 +274,7 @@ Allow the sshd_config PermitOpen directive to accept "none" as an argument to refuse all port-forwarding requests.
  • sshd(8): - Support "none" as an argument for AuthorizedPrincipalsFile + Support "none" as an argument for AuthorizedPrincipalsFile.
  • sshd-keyscan(1): Look for ECDSA keys by default. (bz#1971)
  • sshd(8): @@ -303,7 +303,7 @@

  • Over 7600 ports, major performance and stability improvements in -the package build process +the package build process: