Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4CEB1A5858 for ; Fri, 3 Apr 2015 16:29:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E07D814A1BA; Fri, 3 Apr 2015 16:29:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3696814A1AF for ; Fri, 3 Apr 2015 16:29:51 +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 c1mqCmy_DKF8 for ; Fri, 3 Apr 2015 16:29:50 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id 4D19A14A1AC for ; Fri, 3 Apr 2015 16:29:50 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id t33GTkkb014555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 3 Apr 2015 18:29:47 +0200 (CEST) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id t33GTkBY001734 for pkgsrc-changes@netbsd.org; Fri, 3 Apr 2015 18:29:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3852A14A16F for ; Fri, 3 Apr 2015 09:17:42 +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 GTEilcJtd_8H for ; Fri, 3 Apr 2015 09:17:41 +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 6474214A162 for ; Fri, 3 Apr 2015 09:17:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 57F1898; Fri, 3 Apr 2015 09:17:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 3 Apr 2015 09:17:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/finance/moneyguru To: pkgsrc-changes@netbsd.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150403091741.57F1898@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (nef.pbox.org [0.0.0.0]); Fri, 03 Apr 2015 18:29:47 +0200 (CEST) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Fri Apr 3 09:17:41 UTC 2015 Modified Files: pkgsrc/finance/moneyguru: Makefile PLIST distinfo Removed Files: pkgsrc/finance/moneyguru/patches: patch-hscommon_sphinxgen.py Log Message: Update to 2.8.2: 2.8.2 (2015-01-02) Fix amount cell painting which didn’t work properly. [Windows] (#407) Fix import window’s checkbox cell which would sometimes wrongly go in edit mode. [Linux, Windows] (#406) Fix chart visibility glitch in account view. [Mac] (#357) Add a --no-ext build option. (#408) 2.8.1 (2014-12-14) Fix amount deletion bug on drag & drop transaction re-ordering. [Linux, Windows] (#402) Fix bug where clicking account-jumping arrows would lead to the wrong place. [Linux, Windows] (#404) 2.8.0 (2014-11-09) Make amount fields prettier. Thanks Nelson Brown! [Windows, Linux] (#14 #15) In sheets, make totals’ currency explicit when in multi-currency context. (#392) Add “Assign imbalance” button to the Transaction panel. (#398) Fix glitch in sheets expanded nodes restoration. [Mac] (#388) Fix a QIF transaction matching bug. Fix account selection glitch causing the account to lose focus. [Windows, Linux] Fix IndexError on file switching. [Windows, Linux] (#393) Remove Cashculator integration. It was broken anyway. [Mac] Greatly improve developer documentation. Minimum OS X version is now Lion (10.7). Minimum Windows version is now Windows 7. 64-bit required. Minimum Ubuntu version is now 14.04. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/finance/moneyguru/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/finance/moneyguru/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/moneyguru/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/finance/moneyguru/patches/patch-hscommon_sphinxgen.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.