summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches/patch-ba
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-12-11 22:57:37 +0000
committerjschauma <jschauma@pkgsrc.org>2003-12-11 22:57:37 +0000
commit9e3d0c059b7250f0fb9b97b07d08c857e19d788f (patch)
tree5a50bf8b6f259fa615b7457a7df45b4e591bf035 /finance/gnucash/patches/patch-ba
parentff44319b911685628e599c76733e893cfb67fc6c (diff)
downloadpkgsrc-9e3d0c059b7250f0fb9b97b07d08c857e19d788f.tar.gz
Update gnucash to version 1.8.8, the latest stable version.
Changes since version 1.8.4 are numerous. For brevity, I'll include the changes from 1.8.6 onwards. Other changes available at http://www.gnucash.org. What's New in GnuCash 1.8.8? o HBCI - Improve error message when receiving zero balance from bank. o Add account template for Swiss German businesses "KMU" by Tom Winterhalder o Add *big* account template for German businesses "SKR04" by Betina Schmidt o Add Catalan and Turkish translation, Updated German, Italian, Czech, Greek o Add Turkish account template. Updated Greek account templates. o Remove debian scripts o Add a comment about minimum string length o Fix the ISO_DATELEN to be "long enough" o Fix handling of HBCI direct debits (fix wrong textkey). Fix and initially implement handling of multiple banks/users/customers. o Fixed extremly stupid, old bug that causes weird HBCI errors. Improved user messages. o Refactor some GUI code. Improve user messages. o BillTermDecRef should have been BillTermIncRef when setting new bill term. o Applied Frank Pavageau's patch regarding capital gains to handle split transactions. o Don't make a timespec with tv_sec == 0. Fixes some tests on the alpha platform. What's New in GnuCash 1.8.7? o Use instead of "libofx/libofx.h" as it's not part of our system. Fixes a dependency problem in 1.8.6 release. o Small fix from hawkfan to get tests to work when building outside srcdir. o Fix a bug introduced by Matthew -- ANSI C does not allow you to declare a variable in the middle of an expression. Move the declaration to the top of the function. o We don't need the trailing semi-colon because the #include adds one. The double semi-colon causes build failures in some cases. What's New in GnuCash 1.8.6? o Updated Spanish, Greek, French, Czech, Slovak translations o Fixed extremely stupid bug in the import value setting workaround. o Fixed problem with SX formula_cell calls o Merge missing part of 2003-05-28 commit. The log format changes didn't get commited for some reason, making the log replayer completely unusable. o Fixed crash during dialog startup on Solaris. o Turn off scheme garbage collection during query->scm and scm->query conversion. It shaves about 50% off the test-scm-query-string tests. o Make test-scm-query-string test deterministic by seeding the RNG with a known value. o Add a "slots" parameter to allow for future expansion. Right now this is completely ignored.
Diffstat (limited to 'finance/gnucash/patches/patch-ba')
-rw-r--r--finance/gnucash/patches/patch-ba12
1 files changed, 5 insertions, 7 deletions
diff --git a/finance/gnucash/patches/patch-ba b/finance/gnucash/patches/patch-ba
index f216d7b21a4..85331e5563e 100644
--- a/finance/gnucash/patches/patch-ba
+++ b/finance/gnucash/patches/patch-ba
@@ -1,13 +1,11 @@
-$NetBSD: patch-ba,v 1.2 2003/02/27 04:08:25 jschauma Exp $
-
---- Makefile.in.orig Mon Feb 3 07:50:09 2003
-+++ Makefile.in Thu Feb 6 20:54:11 2003
-@@ -226,7 +226,7 @@
+--- Makefile.in.orig 2003-11-18 01:16:03.000000000 -0500
++++ Makefile.in 2003-12-11 16:18:36.000000000 -0500
+@@ -227,7 +227,7 @@
enable_html_docs = @enable_html_docs@
enable_latex_docs = @enable_latex_docs@
--SUBDIRS = intl m4 macros debian doc lib src intl-scm po rpm accounts
-+SUBDIRS = m4 macros debian doc lib src intl-scm po rpm accounts
+-SUBDIRS = intl m4 macros doc lib src intl-scm po rpm accounts
++SUBDIRS = m4 macros doc lib src intl-scm po rpm accounts
docdir = ${GNC_DOC_INSTALL_DIR}