From owner-svn-ports-all@freebsd.org Fri Jul 8 12:46:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A051B833E6; Fri, 8 Jul 2016 12:46:39 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2AD5115E5; Fri, 8 Jul 2016 12:46:39 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u68CkcqB077567; Fri, 8 Jul 2016 12:46:38 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u68CkcbO077566; Fri, 8 Jul 2016 12:46:38 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201607081246.u68CkcbO077566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 8 Jul 2016 12:46:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418221 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2016 12:46:39 -0000 Author: cy Date: Fri Jul 8 12:46:38 2016 New Revision: 418221 URL: https://svnweb.freebsd.org/changeset/ports/418221 Log: Add a note about of GNU Screen 4.4.0 (r417201) that a change to a data structure responsible for $TERM handling that is it is impossible to reattach to screen sessions of older versions of screen. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Jul 8 12:38:36 2016 (r418220) +++ head/UPDATING Fri Jul 8 12:46:38 2016 (r418221) @@ -6,6 +6,16 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. +20160708: + AFFECTS: users of sysutils/screen + AUTHOR: cy@FreeBSD.org + + As of GNU Screen 4.4.0 (r417201): + + Note that there was fix to screen message structure field + responsible for $TERM handling, making it impossible + to attach to older versions. + 20160704: AFFECTS: users of databases/mysql57-* AUTHOR: riggs@FreeBSD.org