Accepting request 511899 from GNOME:Apps

1

OBS-URL: https://build.opensuse.org/request/show/511899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=69
This commit is contained in:
2017-07-25 09:39:34 +00:00
committed by Git OBS Bridge
parent 59212f97a5
commit 974e62de12
5 changed files with 29 additions and 7 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Jul 20 23:36:04 UTC 2017 - zaitor@opensuse.org
- Update to version 2.6.17:
+ Properly define the template namespace rather than using a
local string everywhere.
+ Correctly store time64 0 in the SQL backend: The SQL backend
ignored time64 0 when saving dates. time64 is a perfectly valid
timestamp (1970-01-01 00:00:00) and should be stored.
+ Clamp time64 values passed to GDateTime functions to the valid
range. Fixes a bug reported on the mailing list wherein a date
of 0000-00-00 in a MySql database would crash GnuCash. Such
dates may come from a bad conversion of 1970-01-01 or from a
crash.
+ Add XSU to iso-4217-currencies.
+ Some banks include additional purpose information for a
transaction in non-swift-section 17 (aka transaction text). If
available, this transaction text is put in front of the other
purpose texts to provide full transaction information. Adds a
preference to control import behaivour of transaction text.
+ Bugs fixed: bgo#603379, bgo#776396, bgo#780845, bgo#780889,
bgo#781634, bgo#782274, bgo#782897, bgo#783095, bgo#784317.
- Fix Source Url yet again, hopefully for the last time.
-------------------------------------------------------------------
Wed Mar 29 19:44:27 UTC 2017 - sfalken@opensuse.org