diff options
author | wiz <wiz> | 2015-09-30 19:48:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-09-30 19:48:23 +0000 |
commit | 4512cd068a04a1ac67006b5abd7dde105523069a (patch) | |
tree | 70c0b7a5142b390c7af9934914ca85e588c972ce | |
parent | 668f8363852bce810c105fc987c6110bde0b504a (diff) | |
download | pkgsrc-4512cd068a04a1ac67006b5abd7dde105523069a.tar.gz |
Update to 2.6.8:
2.6.8 - 27 September 2015
Announcement: GnuCash 2.6.8 Release 2015-09-27
GnuCash 2.6.8 released
The GnuCash development team proudly announces GnuCash 2.6.8, the
eighth maintenance release in the 2.6-stable series.
The following bugs are fixed:
Bug 724738 - Value in "Display Symbol" field not saved.
Bug 746998 - "Months Remaining" spinbox in Loan Assistant is
non-obvious. Provide a tool tip explaining what it's for.
Bug 747795 - Attached file not found. MSWin only. ShellExecuteW("open")
doesn't decode http escapes on file: IRIs.
Bug 749077 - wrongfully invalidating any account save
location/path starting with ".gnucash"
Bug 752035 - Transaction Report "Filter By" Not Always Working.
Bug 752204 - .gml2 files are modified during build. Since there's
no real benefit to saving the files most of the time, don't,
but leave the save line in, commented out, to make it easy to
write new files if necessary.
Bug 752879 - Finance::Quote TZ Date::Manip config variable is
deprecated.
Bug 753146 - free(): invalid pointer on duplicate transaction
when Use Split Action Field for Number is set.
Bug 754617 - Gnucash should use PKG_PROG_PKG_CONFIG
Bug 754764 Budget Doxygen documentation - gnc-budget-view.c.
Other repairs that weren't marked as bugs in git:
Clean up deprecated Gtk functions to make eventual migration to
Gtk3 easier.
Improve storage of prices in the price db so that there is only
one per day and a preference list determines what sources can
overwrite existing prices. Prices are stored in the direction
that the price is greater than one to preserve precision for
large prices that would be small in the other direction.
Correct the Stock, Bond, Market Index, and Mutual Fund account
types to ASSET in the template accounts. STOCK and MUTUAL are
not compatible with currency.
Clean up some non-fatal asserts.
Developer documentation improvements.
Fix backend Sync errors not being reported.
Restore Date::Manip as an explicit dependency in gnc-fq-update;
it's required for gnc-fq-helper, not Finance::Quote.
Updated Translations:
Danish, Dutch, French, German
-rw-r--r-- | finance/gnucash/Makefile | 5 | ||||
-rw-r--r-- | finance/gnucash/PLIST | 4 | ||||
-rw-r--r-- | finance/gnucash/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index d5a548b3b5e..0878ed92287 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.219 2015/07/12 00:39:55 wiz Exp $ +# $NetBSD: Makefile,v 1.220 2015/09/30 19:48:23 wiz Exp $ -DISTNAME= gnucash-2.6.7 -PKGREVISION= 1 +DISTNAME= gnucash-2.6.8 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} EXTRACT_SUFX= .tar.bz2 diff --git a/finance/gnucash/PLIST b/finance/gnucash/PLIST index 67eb987d778..9ea11cda88b 100644 --- a/finance/gnucash/PLIST +++ b/finance/gnucash/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.55 2015/07/01 11:50:17 wiz Exp $ +@comment $NetBSD: PLIST,v 1.56 2015/09/30 19:48:23 wiz Exp $ bin/gnc-fq-check bin/gnc-fq-dump bin/gnc-fq-helper @@ -23,7 +23,6 @@ include/gnucash/Split.h include/gnucash/TransLog.h include/gnucash/Transaction.h include/gnucash/account-quickfill.h -include/gnucash/assistant-utils.h include/gnucash/assistant-xml-encoding.h include/gnucash/basiccell.h include/gnucash/business-helpers.h @@ -1158,6 +1157,7 @@ share/icons/hicolor/96x96/apps/gnucash-icon.png share/icons/hicolor/scalable/apps/gnucash-icon.svg share/locale/ar/LC_MESSAGES/gnucash.mo share/locale/as/LC_MESSAGES/gnucash.mo +share/locale/az/LC_MESSAGES/gnucash.mo share/locale/bg/LC_MESSAGES/gnucash.mo share/locale/brx/LC_MESSAGES/gnucash.mo share/locale/ca/LC_MESSAGES/gnucash.mo diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index b8225579109..8dd211282e9 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.70 2015/07/01 11:50:17 wiz Exp $ +$NetBSD: distinfo,v 1.71 2015/09/30 19:48:23 wiz Exp $ -SHA1 (gnucash-2.6.7.tar.bz2) = 93d51c45bdcc66bfcb1a1924622b48ca7f5ada17 -RMD160 (gnucash-2.6.7.tar.bz2) = 0821cbb0752f242bedbb749e0085e6afb20525af -Size (gnucash-2.6.7.tar.bz2) = 13529748 bytes +SHA1 (gnucash-2.6.8.tar.bz2) = 302b4a9a6fe5075daf75a86ecdb6d8edd1e3bbd7 +RMD160 (gnucash-2.6.8.tar.bz2) = 8f611937df59e4f87931a943cd77e8113f8eca83 +Size (gnucash-2.6.8.tar.bz2) = 13447262 bytes SHA1 (patch-src_bin_gnucash-bin.c) = 68edf468f278faf324bbf5c5725b4954d23d8c19 |