From owner-svn-src-all@FreeBSD.ORG Thu Oct 7 17:26:22 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9FA81065675; Thu, 7 Oct 2010 17:26:22 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 715CE8FC18; Thu, 7 Oct 2010 17:26:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o97HQMpi047801; Thu, 7 Oct 2010 17:26:22 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o97HQMYa047799; Thu, 7 Oct 2010 17:26:22 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201010071726.o97HQMYa047799@svn.freebsd.org> From: Ed Maste Date: Thu, 7 Oct 2010 17:26:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r213523 - head X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2010 17:26:22 -0000 Author: emaste Date: Thu Oct 7 17:26:22 2010 New Revision: 213523 URL: http://svn.freebsd.org/changeset/base/213523 Log: Add a note on the removal of copyright strings from login(1) and sshd(8). Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Oct 7 17:14:50 2010 (r213522) +++ head/UPDATING Thu Oct 7 17:26:22 2010 (r213523) @@ -27,6 +27,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. uses /etc/manpath.config. Please consult man.conf(5) for how to migrate local entries to the new format. +20100928: + The copyright strings printed by login(1) and sshd(8) at the time of a + new connection have been removed to follow other operating systems and + upstream sshd. + 20100915: A workaround for a fixed ld bug has been removed in kernel code, so make sure that your system ld is built from sources after