From 337299c66dc1eb91178081c2e7bfa2c17e4f1553 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 7 Oct 2010 17:26:22 +0000 Subject: [PATCH] Add a note on the removal of copyright strings from login(1) and sshd(8). --- UPDATING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPDATING b/UPDATING index b60c6bae23d..6ec978011e5 100644 --- a/UPDATING +++ b/UPDATING @@ -27,6 +27,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9.x IS SLOW: 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