Update to 2.0.2:
2.0.2 - 08 October 2006 o Release of new stable version 2.0.2 o Configure changes; - Find absolute path of gconftool-2 during configure. Make gconftool rules to fail if gconftool-2 could not be found. - Fix Makefiles for .schemas file installation. o Core changes; - various: String fixes that have been delayed due to the string freeze. - Update so that bug-buddy 2.16 will still allow you to file bugs against gnucash. - Add a tip for raising the accounts menu in a register page. - Maintain the accounthierarchy when reparenting the descendants of a deleted account. - If the file type wasn't recognized, check whether this failed because of no read permission and give appropriate user feedback. - Avoid crash from opening transaction in more than one register. - Add the ability to override the default sort. o Import Changes; - Improve wording for XML data file import druid. - Replace exact comparison of doubles by checking for a small enough difference. - Double-check really every string from aqbanking for valid utf-8 characters. o Translations; - Updated Hungarian translation - Updated complete Nepali translation - Updated French translation
This commit is contained in:
parent
23ccef24d7
commit
12d9ba2c32
4 changed files with 11 additions and 15 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.103 2006/09/16 12:20:37 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.104 2006/10/23 21:46:39 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnucash-2.0.1
|
||||
PKGREVISION= 1
|
||||
DISTNAME= gnucash-2.0.2
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.23 2006/07/31 19:48:41 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.24 2006/10/23 21:46:39 wiz Exp $
|
||||
bin/gnc-fq-check
|
||||
bin/gnc-fq-dump
|
||||
bin/gnc-fq-helper
|
||||
|
@ -144,9 +144,7 @@ include/gnucash/gnc-ui-common.h
|
|||
include/gnucash/gnc-ui-util.h
|
||||
include/gnucash/gnc-window.h
|
||||
include/gnucash/gncObject.h
|
||||
include/gnucash/gnctreemodelsort.h
|
||||
include/gnucash/gtable.h
|
||||
include/gnucash/gtktreedatalist.h
|
||||
include/gnucash/guid.h
|
||||
include/gnucash/guile-util.h
|
||||
include/gnucash/import-match-map.h
|
||||
|
@ -622,7 +620,6 @@ share/gnucash/guile-modules/gnucash/report/stylesheet-plain.scm
|
|||
share/gnucash/guile-modules/gnucash/report/stylesheets.scm
|
||||
share/gnucash/guile-modules/gnucash/report/taxtxf-de_DE.scm
|
||||
share/gnucash/guile-modules/gnucash/report/taxtxf.scm
|
||||
share/gnucash/guile-modules/gnucash/report/test-graphing.scm
|
||||
share/gnucash/guile-modules/gnucash/report/transaction.scm
|
||||
share/gnucash/guile-modules/gnucash/report/trial-balance.scm
|
||||
share/gnucash/guile-modules/gnucash/report/utility-reports.scm
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
$NetBSD: distinfo,v 1.31 2006/10/16 22:47:53 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.32 2006/10/23 21:46:39 wiz Exp $
|
||||
|
||||
SHA1 (gnucash-2.0.1.tar.gz) = 7834c5e6a887e62f58ad5a6ff6142916f5a13b68
|
||||
RMD160 (gnucash-2.0.1.tar.gz) = 580482709ef338c84f6d7b47f919c5b63ef61440
|
||||
Size (gnucash-2.0.1.tar.gz) = 10157876 bytes
|
||||
SHA1 (gnucash-2.0.2.tar.gz) = e6815eca701d07b7e0983989a009652b3c246a8a
|
||||
RMD160 (gnucash-2.0.2.tar.gz) = afed023e40dfe0ece1fac03645bfcc1a609c5c65
|
||||
Size (gnucash-2.0.2.tar.gz) = 10215690 bytes
|
||||
SHA1 (patch-aa) = db08a08fe8181822c1038d0adb3174dc2ebbcc12
|
||||
SHA1 (patch-ab) = 01547c8c1a41ee39773a4ba960ec27be5ab2e0a2
|
||||
SHA1 (patch-ac) = b832801e5980f7ad4aeb9eb82c422c6b658d660e
|
||||
SHA1 (patch-ad) = a28ccd08bb8c4a654bb5bdf619888925c854d53f
|
||||
SHA1 (patch-ad) = 0d9894d7652abbdb177f3e2f71f604a5fed0ebeb
|
||||
SHA1 (patch-ae) = b4be699625a8ae6e363cda89aaa3f2a69dd960d2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: patch-ad,v 1.7 2006/07/11 12:58:29 wiz Exp $
|
||||
$NetBSD: patch-ad,v 1.8 2006/10/23 21:46:39 wiz Exp $
|
||||
|
||||
--- src/gnome/druid-acct-period.c.orig 2006-03-06 03:03:15.000000000 +0100
|
||||
--- src/gnome/druid-acct-period.c.orig 2006-10-08 17:15:14.000000000 +0000
|
||||
+++ src/gnome/druid-acct-period.c
|
||||
@@ -334,7 +334,7 @@ ap_show_menu (GnomeDruidPage *druidpage,
|
||||
* we may have closed books since last time. */
|
||||
|
@ -11,7 +11,7 @@ $NetBSD: patch-ad,v 1.7 2006/07/11 12:58:29 wiz Exp $
|
|||
|
||||
prepare_remarks (info);
|
||||
}
|
||||
@@ -528,7 +528,7 @@ ap_druid_create (AcctPeriodInfo *info)
|
||||
@@ -529,7 +529,7 @@ ap_druid_create (AcctPeriodInfo *info)
|
||||
info->earliest = get_earliest_in_book (gnc_get_current_book());
|
||||
info->earliest_str = qof_print_date(info->earliest);
|
||||
PINFO ("date of earliest transaction is %ld %s",
|
||||
|
|
Loading…
Reference in a new issue