Module Name: src Committed By: christos Date: Sun Nov 1 17:54:46 UTC 2020
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new tmux To generate a diff of this commit: cvs rdiff -u -r1.1758 -r1.1759 src/doc/3RDPARTY cvs rdiff -u -r1.2751 -r1.2752 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/3RDPARTY diff -u src/doc/3RDPARTY:1.1758 src/doc/3RDPARTY:1.1759 --- src/doc/3RDPARTY:1.1758 Sun Nov 1 09:25:48 2020 +++ src/doc/3RDPARTY Sun Nov 1 12:54:46 2020 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1758 2020/11/01 14:25:48 roy Exp $ +# $NetBSD: 3RDPARTY,v 1.1759 2020/11/01 17:54:46 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -1369,7 +1369,7 @@ perhaps this implementation should be ke purposes. Package: tmux -Version: 3.0a +Version: 3.1c Current Vers: 3.1c Maintainer: Nicholas Marriott <nicholas.marri...@gmail.com> Archive site: https://github.com/tmux/tmux Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2751 src/doc/CHANGES:1.2752 --- src/doc/CHANGES:1.2751 Sun Nov 1 09:25:48 2020 +++ src/doc/CHANGES Sun Nov 1 12:54:46 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2751 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2752 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -298,3 +298,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: ossaudio(3): Added support for the OSSv4 Mixer API [nia 20201017] tzdata updated to 2020d [kre 20201022] dhcpcd: Update to version 9.3.1 [roy 20201101] + tmux(1): Imported 3.1c. [christos 20201101]