Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D278DA64B4 for ; Sat, 22 Feb 2014 23:32:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CBDB314A4CE; Sat, 22 Feb 2014 23:32:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 36DC514A4D7 for ; Sat, 22 Feb 2014 23:32:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id c4lgyt7n3cnx for ; Sat, 22 Feb 2014 23:32:31 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A6AA614A4CE for ; Sat, 22 Feb 2014 23:32:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3053F96; Sat, 22 Feb 2014 23:32:30 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 22 Feb 2014 23:32:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/tmux To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140222233230.3053F96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Feb 22 23:32:30 UTC 2014 Modified Files: pkgsrc/misc/tmux: Makefile distinfo Log Message: Update to 1.9a: NOTE: This is a bug-fix release to address some important bugs which just missed the 1.9 deadline, but were found afterwards. Normal Changes ============== * Fix crash due to uninitialized lastwp member of layout_cell * Fix -fg/-bg/-style with 256 colour terminals. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/misc/tmux/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/misc/tmux/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.