Module Name: src Committed By: christos Date: Sat Apr 17 20:42:57 UTC 2021
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new tmux To generate a diff of this commit: cvs rdiff -u -r1.1796 -r1.1797 src/doc/3RDPARTY cvs rdiff -u -r1.2796 -r1.2797 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.1796 src/doc/3RDPARTY:1.1797 --- src/doc/3RDPARTY:1.1796 Sat Apr 17 06:13:09 2021 +++ src/doc/3RDPARTY Sat Apr 17 16:42:57 2021 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1796 2021/04/17 10:13:09 wiz Exp $ +# $NetBSD: 3RDPARTY,v 1.1797 2021/04/17 20:42:57 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.1c +Version: 3.2 Current Vers: 3.2 Maintainer: Nicholas Marriott <nicholas.marri...@gmail.com> Archive site: https://github.com/tmux/tmux Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2796 src/doc/CHANGES:1.2797 --- src/doc/CHANGES:1.2796 Sat Apr 17 00:11:52 2021 +++ src/doc/CHANGES Sat Apr 17 16:42:57 2021 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2796 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2797 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -360,3 +360,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0: sparc: Switch to GCC 10. [mrg 20200416] sparc64: Switch to GCC 10. [mrg 20200416] vax: Switch to GCC 10. [mrg 20200416] + tmux(1): Imported 3.2. [christos 20210417]