Update to 2.4.13:
Between 2.4.12 and 2.4.13, the following bugfixes was included: Bug #697133: OFX file handling was broken in the Windows versions In 2.4.13, the following languages had their translations updated: Danish, Dutch, German Between 2.4.11 and 2.4.12, the following bugfixes were included: Bug #696469: Renumbering subaccounts does not preserve original order Bug #695423: Fix OFX Commodity Account handling. Patch by Burke. Bug #661832: MySQL database error after wireless reconnect After suggestion by Wang Xiaozhe <chaoslawful@gmail.com> Bug #667093: Update taxtxf.scm to fix beginning balance sign and signs for Transfer From/To amounts for liability/equity accounts Bug #680086: Each Tip of the Day has an n shown at the end Bug #672364: does not properly handle XML parse errors, leading to possible data loss Author: Sébastien Villemot <sebastien@debian.org> Bug-Debian: http://bugs.debian.org/696282 Fix #638955: Connect the `Help' button in the `Close Book' dialog box (Tools > Close Book) to newly-written help section on book closing. Bug #638971: Multicolumn report does not show more than one graph Bug #680887: Updated RELAX NG schema for v2.4.11 XML file format Bug #677488: DROP INDEX missing ON <table> Bug #632931: Advanced portfolio: add "rate of gain" column Author: Sebastien Alborini <salborini@gmail.com> Bug #610648: Change Reconciled Split Dialog ignores pressing Cancel Author: Robert Fewell <14ubobit@gmail.com> Bug 680402: Tests fail due to unused translations Add all scheme files to POTFILES.skip so that intltool-update > 0.50 will ignore them. Scheme file translation strings are handled by intl-scm/. Bug #680613: Date format setting seems to be ignored since version 2.4.9 Work around strange side-effect of r21665 which caused LC_TIME to be changed after it had been set by setlocale(LC_ALL) in set_mac_locale(). Bug #680887: RELAX NG schema for 2.4.11 XML file format Contributed by Baptiste Carvello Bug #680576: Transaction report: date takes up two lines when using Canadian locale format. Change date cells type from text-cell to date-cell to apply white-space: nowrap style. Bug #680671: Configure should check for the python-devel package if called with --enable-python In 2.4.12, the following languages had their translations updated: Russian, German, Ukrainian, Italian, Lithuanian
This commit is contained in:
parent
a9d1019ea9
commit
5758241ad7
3 changed files with 10 additions and 9 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.184 2013/06/06 12:54:19 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.185 2013/07/08 09:18:51 wiz Exp $
|
||||
|
||||
DISTNAME= gnucash-2.4.11
|
||||
PKGREVISION= 15
|
||||
DISTNAME= gnucash-2.4.13
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= wiz@NetBSD.org
|
||||
HOMEPAGE= http://www.gnucash.org/
|
||||
|
@ -60,6 +59,7 @@ GCONF_SCHEMAS+= apps_gnucash_dialog_business_common.schemas
|
|||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../devel/libgnomeui/buildlink3.mk"
|
||||
.include "../../finance/libofx/buildlink3.mk"
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
.include "../../lang/guile/buildlink3.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../misc/goffice0.8/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.47 2012/09/13 14:12:00 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.48 2013/07/08 09:18:51 wiz Exp $
|
||||
bin/gnc-fq-check
|
||||
bin/gnc-fq-dump
|
||||
bin/gnc-fq-helper
|
||||
|
@ -199,6 +199,7 @@ include/gnucash/policy.h
|
|||
include/gnucash/pricecell.h
|
||||
include/gnucash/print-session.h
|
||||
include/gnucash/qof-gobject.h
|
||||
include/gnucash/qof-string-cache.h
|
||||
include/gnucash/qof.h
|
||||
include/gnucash/qofbackend-p.h
|
||||
include/gnucash/qofbackend.h
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.56 2012/10/24 22:48:10 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.57 2013/07/08 09:18:51 wiz Exp $
|
||||
|
||||
SHA1 (gnucash-2.4.11.tar.gz) = 6d719321ebefc1b97c0d3278851daacfe7aa072b
|
||||
RMD160 (gnucash-2.4.11.tar.gz) = 7e42d12fa96cf7ca84a9e578bc1a88bff84e1b35
|
||||
Size (gnucash-2.4.11.tar.gz) = 13130090 bytes
|
||||
SHA1 (gnucash-2.4.13.tar.bz2) = cd28d4e7d84d71ade56173734d634ccadc59ed81
|
||||
RMD160 (gnucash-2.4.13.tar.bz2) = 5d6c9dc836ccdf7b4613523004bb5a297eb70f97
|
||||
Size (gnucash-2.4.13.tar.bz2) = 9400405 bytes
|
||||
SHA1 (patch-configure) = 0df0cda114b69f9e841ff7210092c376eded1591
|
||||
|
|
Loading…
Reference in a new issue