From owner-svn-doc-head@FreeBSD.ORG Fri Oct 17 16:03:25 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C565EA45; Fri, 17 Oct 2014 16:03:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6532B01; Fri, 17 Oct 2014 16:03:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9HG3PCC027921; Fri, 17 Oct 2014 16:03:25 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9HG3Pq2027920; Fri, 17 Oct 2014 16:03:25 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201410171603.s9HG3Pq2027920@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 17 Oct 2014 16:03:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45844 - head/en_US.ISO8859-1/htdocs/releases/10.1R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2014 16:03:26 -0000 Author: gjb Date: Fri Oct 17 16:03:24 2014 New Revision: 45844 URL: https://svnweb.freebsd.org/changeset/doc/45844 Log: Regenerate after r273231 Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.1R/relnotes.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.1R/relnotes.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.1R/relnotes.html Fri Oct 17 15:40:51 2014 (r45843) +++ head/en_US.ISO8859-1/htdocs/releases/10.1R/relnotes.html Fri Oct 17 16:03:24 2014 (r45844) @@ -1,5 +1,5 @@ -FreeBSD 10.1-RELEASE Release Notes

FreeBSD 10.1-RELEASE Release Notes

The FreeBSD Project

FreeBSD 10.1-RELEASE Release Notes

The FreeBSD Project

FreeBSD is a registered trademark of the FreeBSD Foundation.

IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are @@ -49,7 +49,23 @@ the release notes cannot list every single change made to FreeBSD between releases; this document focuses primarily on security advisories, user-visible changes, and major architectural - improvements.

2.1. Security Advisories

 

2.2. Kernel Changes

A new sysctl(8), + improvements.

2.1. Security Advisories

The following security advisories have been issued since + FreeBSD 10.0-RELEASE:

AdvisoryDateTopic
SA-13:14.openssh19 November 2013

OpenSSH AES-GCM memory corruption + vulnerability

SA-14:01.bsnmpd14 January 2014

bsnmpd remote denial of service + vulnerability

SA-14:02.ntpd14 January 2014

ntpd distributed reflection Denial of + Service vulnerability

SA-14:03.openssl14 January 2014

OpenSSL multiple + vulnerabilities

SA-14:04.bind14 January 2014

BIND remote denial of service + vulnerability

SA-14:05.nfsserver8 April 2014

Deadlock in the NFS server

SA-14:06.openssl8 April 2014

OpenSSL multiple + vulnerabilities

SA-14:07.devfs30 April 2014

Fix devfs rules not applied by default for + jails

SA-14:08.tcp30 April 2014

Fix TCP reassembly + vulnerability

SA-14:09.openssl30 April 2014

Fix OpenSSL use-after-free + vulnerability

SA-14:10.openssl15 May 2014

Fix OpenSSL NULL pointer deference + vulnerability

SA-14:11.sendmail3 June 2014

Fix sendmail improper close-on-exec flag + handling

SA-14:13.pam3 June 2014

Fix incorrect error handling in PAM policy + parser

SA-14:14.openssl5 June 2014

Multiple vulnerabilities

SA-14:15.iconv24 June 2014

NULL pointer dereference and out-of-bounds + array access

SA-14:16.file24 June 2014

Multiple vulnerabilities

SA-14:17.kmem8 July 2014

Kernel memory disclosure in control + messages and SCTP notifications

SA-14:18.openssl9 September 2014

Multiple vulnerabilities

SA-14:19.tcp16 September 2014

Denial of Service in TCP packet + processing.

2.2. Kernel Changes

A new sysctl(8), kern.panic_reboot_wait_time, has been added, which allows controlling how long the system will wait after panic(9) before rebooting. [r260431]

The vt(4) driver has been merged