Accepting request 642209 from GNOME:Apps
- Update to version 3.3: + Set toolbar buttons to show both icon and text. + Add preference for forcing prices to decimal display. + Revert the "Average Cost" pricing changes made in 2.6.17. + Allow saving to xml over an existing sqlite3 file and the other way around. + Add customer/vendor ID in client section of invoices. + Change the default filter for General Ledger. + Fix grk accelerator mixups by explicitly disabling actions that are not relevant. + [job-report] Prevent Crash if there is no AR account. + Add the ability to cascade the account colors in account tree. + Speed up loading the preference dialog by blocking register updates until the dialog is fully loaded. + Update change_tax_code.py add basic test for python query. + Simplify GNCQueryView's data model. + Open customer/vendor/employee report when double-clicking the respective owner on the customer/vendor/employee overview page. + Update Overview of README. + Many new tests for reports. + Some substantial speedups when loading large amounts of business transactions from a SQL backend. + Clean up a lot of memory leaks. + Remove all use of Timespec in the program. Provide deprecated wrapper functions supporting timespecs for custom reports; users should update the reports as soon as possible. + Bugs fixed: bgco#771667, bgco#784420, bgco#786708, bgco#787439, bgco#789594, bgco#792446, bgco#794755, bgco#794870, bgco#796756, bgco#795821, bgco#796054, bgco#796137, bgco#796248, bgco#796759, bcgo#796474, bgco#796509, bgco#796579, bgco#795248, bgco#796762, bgco#796474, bgco#796509, bgco#796579, bgco#796665, bgco#796766, bgco#796669, bgco#796724, bgco#796725, bgco#796734, bgco#796777, bgco#796737, bgco#796739, bgco#796751, bgco#796755, bgco#796788, bgco#796792, bgco#796812, bgco#796813, bgco#796814, bgco#796816, bgco#796819, bgco#796820, bgco#796833, bgco#796839, bgco#796858. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/642209 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=76
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80056d5c4e37e570ee57e5ce1a664dfa16238008a9e8f603e5f8a75c86ce8776
|
||||
size 13383942
|
3
gnucash-3.3.tar.bz2
Normal file
3
gnucash-3.3.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8396ed8d2a88ac358ecf458c253cf38f55a13aaba7958e4fde3dd85c222e393f
|
||||
size 13440713
|
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 2 05:12:18 UTC 2018 - sean@suspend.net
|
||||
|
||||
- Update to version 3.3:
|
||||
+ Set toolbar buttons to show both icon and text.
|
||||
+ Add preference for forcing prices to decimal display.
|
||||
+ Revert the "Average Cost" pricing changes made in 2.6.17.
|
||||
+ Allow saving to xml over an existing sqlite3 file and the other
|
||||
way around.
|
||||
+ Add customer/vendor ID in client section of invoices.
|
||||
+ Change the default filter for General Ledger.
|
||||
+ Fix grk accelerator mixups by explicitly disabling actions
|
||||
that are not relevant.
|
||||
+ [job-report] Prevent Crash if there is no AR account.
|
||||
+ Add the ability to cascade the account colors in account tree.
|
||||
+ Speed up loading the preference dialog by blocking register
|
||||
updates until the dialog is fully loaded.
|
||||
+ Update change_tax_code.py add basic test for python query.
|
||||
+ Simplify GNCQueryView's data model.
|
||||
+ Open customer/vendor/employee report when double-clicking the
|
||||
respective owner on the customer/vendor/employee overview page.
|
||||
+ Update Overview of README.
|
||||
+ Many new tests for reports.
|
||||
+ Some substantial speedups when loading large amounts of
|
||||
business transactions from a SQL backend.
|
||||
+ Clean up a lot of memory leaks.
|
||||
+ Remove all use of Timespec in the program. Provide deprecated
|
||||
wrapper functions supporting timespecs for custom reports;
|
||||
users should update the reports as soon as possible.
|
||||
+ Bugs fixed: bgco#771667, bgco#784420, bgco#786708, bgco#787439,
|
||||
bgco#789594, bgco#792446, bgco#794755, bgco#794870,
|
||||
bgco#796756, bgco#795821, bgco#796054, bgco#796137,
|
||||
bgco#796248, bgco#796759, bcgo#796474, bgco#796509,
|
||||
bgco#796579, bgco#795248, bgco#796762, bgco#796474,
|
||||
bgco#796509, bgco#796579, bgco#796665, bgco#796766,
|
||||
bgco#796669, bgco#796724, bgco#796725, bgco#796734,
|
||||
bgco#796777, bgco#796737, bgco#796739, bgco#796751,
|
||||
bgco#796755, bgco#796788, bgco#796792, bgco#796812,
|
||||
bgco#796813, bgco#796814, bgco#796816, bgco#796819,
|
||||
bgco#796820, bgco#796833, bgco#796839, bgco#796858.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 23:02:33 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
|
@@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define __builder ninja
|
||||
Name: gnucash
|
||||
Version: 3.2
|
||||
Version: 3.3
|
||||
Release: 0
|
||||
Summary: Personal Finance Manager
|
||||
License: SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception
|
||||
|
Reference in New Issue
Block a user