* Wed Apr 04 2018 luc14n0@linuxmail.org
- Update to version 3.0:
+ New Features:
- New editors to remove outdated or incorrect match data from
the import maps, a new user interfacs for managing files
associated with transactions, an improved facility for
removing old prices from the price database, and a way to
remove deleted files from the history list in the file menu.
- New Reports: A Reconciliation Report based on the Transaction
Report, an Income GST Report, and a Cashflow Barchart report.
- A new CSV importer largely rewritten in C++, adding new
features including the ability to re-import CSV files
exported from GnuCash, along with a separate CSV price
importer.
- A new preference panel for the Alphavantage API key so that
Finance::Quote users need not edit /etc/gnucash/environment.
- Data file directories are now located appropriately to the
operating system's conventions by default:
$XDG_CONFIG_HOME/gnucash (or the default $HOME/.config/\
gnucash).
- Accounts in the Bayes import map are now linked by GUID
instead of names so that the matcher won't have to be
retrained if you rename an account.
- MySQL and SQLite3 date storage has changed a bit. Once
converted, MySQL and SQLite3 database will be loadable only
by GnuCash 2.6.19 and later.
- Numerics are rewritten to allow for more significant digits.
The old 6-digit-maximum fraction is now 9-digits, and prices
may have up to 18 digit precision.
- Transaction Report improvements, including regular expression
filtering and many more options and features.
- The About dialog box layout is improved and now includes the
detected Finance::Quote version.
* Tue Mar 27 2018 luc14n0@linuxmail.org
- Update to version 2.7.8:
+ Bugs fixed:
- Segmentation Fault in Transfer dialog after clearing Date
field and pressing escape (bgo#787439).
- Remove keep above setting for assistant hierarchy
(bgo#794242).
+ Other fixes:
- Test for Key_file not being NULL before trying to free it.
- Stop critical error due to testing null filename
g_filename_from_uri returns NULL if it is not a file uri so
test for the file:// prefix before doing g_file_test.
- More transient-parent fixes.
- Add missing response section to the account picker dialog.
- Glade 3.20 adds surplus padding option to action area.
When glade files are saved which have GtkAssistants defined
a packing section is added to the assistant action area which
then causes a warning so remove them.
- Add XML namespaces for all Account Hierarchy Templates.
- Increase default options dialog size: The old 400x400 was
woefully inadequate for most options especially options
involving account trees.
- Changes from version 2.7.7:
+ Bugs fixed:
- Segmentation Fault in Transfer dialog after clearing Date
field and pressing escape (bgo#787439).
- Add python3 support (bgo#791831).
- Remove keep above setting for assistant hierarchy
(bgo#794242).
+ Other fixes:
- Fix date corruption in SQL load. Four date elements were
affected: GncEntry::date, GncEntry::date_entered,
GncInvoice::opened, and GncInvoice::posted. This does not
affect the stored values of the dates.
- Fix lost Bayesian matches in SQL backend. The
import-map-bayes uses a three-part key that uses the same
delimiter as a path and the SQL backend was throwing away
everything except the account guid.
- More transient-window fixes and other Gtk3 cleanups.
- Add xmlns namespace declarations to all of the accounts
templates that lacked it and remove the emacs mode-setting
comments at the end of them.
+ Updated translations.
- Pass COMPILE_GSCHEMAS=OFF to cmake to disable gschemas
compilation as this is delegated to Glib's RPM file triggers.
- Add python3-devel BuildRequires, readd Python bindings now
that Python 3 support is provided and Recommend the subpackage.
- Update package summaries and description to show more explicitly
their contents.
* Thu Mar 15 2018 luc14n0@linuxmail.org
- Pass CMAKE_BUILD_WITH_INSTALL_RPATH to cmake since GnuCash won't
be ran from the build tree, and to avoid occasionally relinking
failures.
* Mon Mar 12 2018 luc14n0@linuxmail.org
- Update to version 2.7.6:
+ New Features:
- Modernise chart colours from the dated CSS defaults to modern
colours as suggested by http://clrs.cc/.
- Add "Subtotal Summary Grid" to the Transaction Report.
+ Bugs fixed: bgo#764245, bgo#793460, bgo#793467, bgo#793699,
bgo#793900, bgo#793941, bgo#793947, bgo#794031, bgo#794083 and
bgo#794137.
+ Other fixes:
- Csv imp settings - internalize prefix handling.
- Csv import - improve memory handling in the assistant class.
- Add some background info on memory management in CSV
importers. As the assistant code combines multiple memory
management models care should be taken not to mix them up.
The notes should give some insights in how to do this.
- Lots of transient parent warnings fixed.
- Fix Segmentation fault when going to File->New.
- Speed up GUID equality comparison.
- With register obscured the sheet kept being redrawn.
+ Updated translations.
- Add libboost_system-devel BuildRequires: new dependency.
- Drop intltool BuildRequires following upstream migration to
Gettext.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Wed Feb 28 2018 dimstar@opensuse.org
- Update to version 2.7.5:
+ Locate all user data and configuration files to
platform-dependent standard locations ($XDG_CONFIG_HOME/gnucash
(or the default $HOME/.config/gnucash))
- GnuCash currently uses the following files in this directory:
. log.conf (to set what gets logged to gnucash.trace).
. config-user.scm (to add custom scheme code like custom
reports; replaces config.user and config-.user).
. gtk-3.0.css (For theming)
+ Further improvements to the Transaction and
Income-GST-statement reports.
+ Transaction Report: omit display of $0 in subtotals in other
currencies. Previously in dual-subtotal columns, the
dual-subtotal would attempt to print all commodities in the
row. This meant if user chose common-currency thereby
triggering additional commodities, the dual-subtotal would
attempt to add amounts in other commodities which would be 0,
and display the 0 amount.
* Sun Dec 24 2017 luc14n0@linuxmail.org
- Update to version 2.7.4:
+ New Features For Users:
- A new preference panel for the Alphavantage API key so that
Finance::Quote users need not edit /etc/gnucash/environment.
- The detected Finance::Quote version is displayed in the About
box.
- Removed all references to the various Yahoo! quote sources
and made Alphavantage the default.
+ Bugs fixed: bgo#787497, bgo#790526, bgo#790845, bgo#792106,
bgo#792809 and bgo#792947.
+ Other fixes:
- Some Guile 2.2 issues are resolved.
- Some bugs in the new Transaction Report.
- Correct setting of WebKit version during configuration when
the version is cached.
- The change to the Average Cost calulation introduced in
2.6.12 is reverted (bgo#775368).
- Fix appstream id as per the appstream recommendation.
- Fix incorrect minimum dates in the net-linechart and
net-barchart reports.
- Fix a report crash if the Account Depth is too low.
+ Updated translations.
- Changes from version 2.7.3:
+ New Features For Users:
- A greatly enhanced Transaction report with many new options
and features.
- Removed 6-figure rounding from price calculations, allowing
prices to have up to 18 digit precision.
- A flatter storage scheme for Bayes account-matching scores.
- A CSV Price importer.
- Enhanced python bindings exposing more GnuCash API.
+ Bugs fixed: bgo#616709, bgo#771667, bgo#787497, bgo#790526,
bgo#791848, bgo#787497, bgo#789928 and bgo#790620.
+ Other fixes:
- More dialogs are made "transient for" so that they pop up
centered on the main Gnucash window.
- Added a framework for migrating preferences.
- Make the splash/lock screen the transient parent for dialog
boxes if the main window is not yet mapped.
- Adapter for new flat KVP scheme for bayes import maps to be
introduced in 3.0.
- A better way to handle MySQL's 0000-00-00 invalid date
indicator.
- Improve type of bank accounts in SKR03.
+ Updated translations.
- Update to version 2.7.2:
+ Bugs fixed: bgo#734865, bgo#778692, bgo#784623, bgo#789608,
bgo#789928 and bgo#790550.
+ Other fixes:
- SQL parameter quoting is corrected in the backend so that
only string parameters are quoted.
- SQL table versions weren't set consistently and a bogus
version test could cause some tables to be not loaded.
- Better, more targeted handling of MySQL's penchant for
setting date-time fields.
- Major repairs to the "Dense Calendar" date selector.
- Fix colors on graph reports.
- Two large batches of styling fixes for Gtk3.
- Convert the graphical reports to use GnuCash's rational
numbers instead of doubles for better accuracy.
- Changes from version 2.7.1:
+ Bug fixed: Prompt for file history update leads to crash during
startup (bgo#789298).
+ Other fixes:
- GnuCash no longer crashes when loading price data.
- The Options Dialogs will appear over the application window
instead of wherever Gdk decides is coordinates 0, 0 on the
display.
- Link correctly owners to invoices in the SQL backend.
- Fix Reconcile dialog always showing a 0 ending balance.
- Fix the book being always marked dirty at startup if it
contained any scheduled transactions.
- Changes from version 2.7.0:
+ New Features For Users:
- There's a new CSV importer largely rewritten in C++, adding
some new features.
- Data file directories are now located appropriately to the
operating system's conventions by default.
- Accounts in the Bayes import map are now linked by GUID
instead of names so that the matcher won't have to be
retrained if you rename an account. THIS WILL MAKE YOUR FILE
UNREADABLE BY PREVIOUS VERSIONS OF GNUCASH. There's a new
editor to remove outdated or incorrect match data from the
import maps, a new user interfacs for managing files
associated with transactions, an improved facility for
removing old prices from the price database, and a way to
remove deleted files from the history list in the file menu.
- Numerics are rewritten to allow for more significant
digits.
- New Income GST Report and some improvements to the
Transaction report.
+ Bugs fixed: bgo# 87652, bgo#120250, bgo#122895, bgo#343227,
bgo#541541, bgo#608098, bgo#639401, bgo#647230, bgo#679791,
bgo#684719, bgo#689489, bgo#695610, bgo#706021, bgo#726535,
bgo#728136, bgo#729001, bgo#731589, bgo#733186, bgo#734168,
bgo#737171, bgo#738462, bgo#738477, bgo#741810, bgo#747377,
bgo#752686, bgo#754530, bgo#754533, bgo#756373, bgo#757532,
bgo#759674, bgo#760107, bgo#764268, bgo#769115, bgo#769576,
bgo#778042 and bgo#780845.
+ Updated Guide translations.
- Drop automake and libtool BuildRequires, and add cmake and ninja.
Replace configure, make and make_install macros by cmake,
make_jobs and cmake_install. And pass: DCMAKE_SKIP_RPATH=OFF,
CMAKE_INSTALL_DOCDIR=%{_docdir}/%{name},
GMOCK_ROOT=%{_includedir}/gmock and
GTEST_ROOT=%{_includedir}/gtest options to cmake. All of these
changes reflect the upstream port to CMake build system.
- Drop python-devel BuildRequires and python-gnucash subpackage as
python 3 support is not available.
- Drop gconf-2.0, gtkmm-2.4, gwengui-gtk2 and libgnomeui-2.0
pkgconfig modules and slib as build requirements: they are no
longer dependencies.
- Drop guile, perl-Crypt-SSLeay, perl-HTML-Parser,
perl-HTML-TableExtract, perl-libwww-perl and slib Requires:
they are no longer run time requirements anymore.
- Replace perl-Date-Manip and perl-Finance-Quote Requires tag with
perl(Date::Manip) perl(Finance::Quote) Recommends and add
iso-codes as recomendation too: the first two are used for online
price retrieval and are not necessary to run GnuCash, and the
third is for translation of currency names.
- Add gmock, gtest, and date_time, filesystem, headers, locale
and regex libboost_*-devel packages, makeinfo and xsltproc; and
glib-2.0, gio-2.0, gobject-2.0, gmodule-2.0, gthread-2.0,
icu-i18n, icu-uc and ktoblzcheck pkgconfig modules as new build
time dependencies.
- Replace libdbi-devel with pkgconfig(dbi) now that its pkgconfig
module is available, pkgconfig(gtk+-2.0) with *(gtk+-3.0) and
pkgconfig(webkit-1.0) with *(webkit2gtk-4.0), using their newer
versions and following upstream changes.
- Move to guile-2.2 replacing pkgconfig(guile-2.0) BuildRequires
with guile-devel: this allows flexibility with the guile-version
that can be built against.
- Drop %glib2_gsettings_schema_requires macro: it is no longer a
requirement since RPM File Triggers cover its functionality now.
- Remove unneeded %clean section as RPM already does this work
itself.
- Drop update-desktop-files BuildRequires and its macro: it is no
longer required.
- Add shlib-policy-missing-suffix filter to rpmlintrc since
splitting the shared libraries does not make sense at the moment.
- Update package descriptions shortening it.
- Rebase gnucash-cpan-warning.patch.
* Thu Dec 21 2017 luc14n0@linuxmail.org
- Update to version 2.6.19:
+ Adapter for new flat KVP scheme for bayes import maps to be
introduced in 2.8.0.
+ A better way to handle MySQL's 0000-00-00 invalid date
indicator.
+ Add translator hint comments to C and glade files.
+ Improve type of bank accounts in SKR03.
+ Bugs fixed:
- Disabling OFX, AqBanking or python-bindings support cripples
the dist build target (bgo#787497).
- Failed to create file:
/usr/share/glib-2.0/schemas/gschemas.compiled.XY789Y
(bgo#790620).
* Sun Nov 05 2017 badshah400@gmail.com
- Update to version 2.6.18:
+ Added Catalan Accounts for the New Account Assistant.
+ Fixed errors from loading init.py.
+ Run the python bindings tests in a CMake build.
+ Implement dist, distcheck, and uninstall targets for CMake
build.
+ Bugs fixed: bgo#644898, bgo#647805, bgo#771246, bgo#784284,
bgo#787479.
+ Updated transactions.
- Change Source url to one that works correctly with source
services: the previous url was downloading a tarball called
"download"; in addition, the new url is also less clumsy
looking.
- Upstream tarball is tagged 2.6.18-1; however, the configure.ac
as well as the versioned directory in the tarball refer to the
version as 2.6.18, so use this as the Version in the spec file.
* Thu Jul 20 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 2017 sfalken@opensuse.org
- Update to version 2.6.16:
+ Use "Billing Information" as in other biz modules
+ Update local symbol for MUR.
+ Online banking: Add output of bank messages that might
occasionally be received.
+ Allow only date entry for opening balances on new accounts.
+ Enable taxinvoice to show net price: Add gncEntryGetNetPrice.
Create an option in taxinvoice to either use
gncEntryGetNetPrice or gncEntryGetPrice
+ Make SQL full-DB sync safer and clean up automatically if
it's interrupted by a system or network failure.
+ Extend account color to all columns in the account hierarchy
page
+ Localize the word ?CURRENCY? used in the commodity namespace
selectors.
+ The following translations have been updated: Catalan, Dutch,
Finnish, German. Portuguese, Russian, Serbian.
+ Bugs Fixed: bgo#516920, bgo#603379, bgo#670731, bgo#739571,
bgo#759934, bgo#766630, bgo#767032, bgo#773945, bgo#776247,
bgo#776380, bgo#776494, bgo#776517, bgo#776564, bgo#778208,
bgo#779217, bgo#779217, bgo#779411, bgo#777875, bgo#777949.
* Fri Mar 10 2017 sfalken@opensuse.org
- Edited %files to clear unpackaged files builderror due to changes
from rpm 4.13 and doc macro handling.
* Thu Jan 19 2017 chris@computersalat.de
- Update to version 2.6.15:
+ Fix report html header.
+ Changed the default value for date format in Business Options.
+ Change report resizing when not in view.
+ Add an image for the report tab.
+ Show empty business splits in lot viewer.
+ Business check & repair - correct lot invoice state.
+ When juggling business splits while scrubbing set both value
and amount.
+ Update progress bar while running Check & Repair.
+ Remove lot from account while deleting the lot.
+ Ensure that the Namespace combo box is initialized to a valid
iter.
+ Fix CSV importer to handle GMT + 13 Timezone
(New Zealand Daylight).
+ Fix broken german account template 'Kontenrahmen für
Wohnungswirtschaft'.Time).
+ Bugs fixed: bgo#340991, bgo#516920, bgo#685329, bgo#769124,
bgo#770364, bgo#771246, bgo#771617, bgo#772313, bgo#772369,
bgo#772382, bgo#772484, bgo#773808, bgo#774237, bgo#775368,
bgo#775385, bgo#775567, bgo#775912.
+ Updated translations.
* Wed Nov 02 2016 dimstar@opensuse.org
- Update to version 2.6.14:
+ Build improvements with CMake, accomodation for Guile-2.0.12 on
Gentoo.
+ Change the date_posted timestamp from midnight local to
11:00 AM GMT, which will be the same date in nearly all
timezones.
+ SX - Recalculate all occurrences of all SX if the calendar is
updated to start on another month.
+ SX Window: correctly show first sx on calendar when it is moved
to next weekday.
+ Work around libofx bug which caused OFX imports to have the
wrong date_posted when in an eastern-hemisphere timezone and
not daylight time.
+ Indicate in the register when a transaction has an associated
file or URI. The indicator will appear in the "reconciled"
column in the second transaction line (enable double-line view
to see it).
+ Bugs fixed: bgo#643025, bgo#733153, bgo#742461, bgo#756416,
bgo#761667, bgo#762901, bgo#769730, bgo#769746, bgo#770113,
bgo#770136, bgo#770181, bgo#770196, bgo#770303, bgo#771246,
bgo#771379.
- Changes from version 2.6.13:
+ Check printing: make logic easier to follow.
+ Fix adjust_sql_option_string test on Windows.
+ Don't try to compile test_adjust_sql_options on windows, it
won't link.
+ Fix the CMake build by linking gnc-backend-dbi for
test-backend-dbi.
+ Improved adjust_sql_options_string, added tests.
+ Improve quickfill performance on huge registers.
+ Mac Localization: Prefer the country to the language for
fall-back locales.
+ Update README to refer to wiki Submitting_Patches and regarding
pull request policy.
+ Bugs fixed: bgo#637004, bgo#736352, bgo#748983, bgo#760021,
bgo#761672, bgo#764248, bgo#764871, bgo#765859, bgo#766028,
bgo#766200, bgo#766688, bgo#766960, bgo#767824.
+ Updated translations.
- Drop gnucash-libdbi-0.9.patch: fixed upstream.
* Tue Jun 21 2016 zaitor@opensuse.org
- Update to version 2.6.12:
+ Various memory leaks.
+ More multi-currency fixes related to bgo#763146.
+ Be more liberal in accepting business counter custom formats:
li, lli, I64i, and whatever is defined to G_GINT_64 or PRIx64
on the system on which GnuCash is compiled.
+ Correctly re-value splits when the transaction currency is
changed.
+ Reset the transaction currency to match the currently open
account when auto-completing.
+ Refine the MacOS X localization when the system-generated POSIX
locale isn't a supported locale: Prefer the country to language
when selecting an alternate locale, but still pass the original
language to gettext.
+ Check printing: extract address from invoice/bill for payment
transactions.
+ Bugs fixed: bgo#482186, bgo#620281, bgo#642292, bgo#687504,
bgo#693342, bgo#719904, bgo#720934, bgo#722996, bgo#723689,
bgo#728074, bgo#728722, bgo#733164, bgo#742352, bgo#744157,
bgo#754209, bgo#754856, bgo#756469, bgo#760015, bgo#760529,
bgo#760711, bgo#762971, bgo#763111, bgo#763146, bgo#763279.
+ Updated translations.
- Replace guile-devel for pkgconfig(guile-2.0) BuildRequires
following upstream changes, configure now looks for this
correctly.
* Wed Jan 27 2016 dimstar@opensuse.org
- Require python-gnucash from the main package: silence a warning
on startup.
* Tue Jan 12 2016 dimstar@opensuse.org
- Update to version 2.6.11:
+ Correct a QIF import regression.
+ Add Account.AssignLots to python bindings.
+ Allow panel that provides information about TXF categories to
be adjusted by the user in the Income Tax Information dialog
under Edit->Tax Report Options.
+ Bugs fixed: bgo#680104, bgo#756335, bgo#759570, bgo#759674,
bgo#759859, bgo#760052, bgo#760079, bgo#760398.
- Changes from version 2.6.10:
+ Bugs fixed: bgo#627692, bgo#646129, bgo#662126, bgo#742321,
bgo#745101, bgo#746155, bgo#754192, bgo#754533, bgo#755781,
bgo#756335, bgo#756339, bgo#756720, bgo#757378, bgo#759224,
bgo#759294.
- Changes from version 2.6.9:
+ Bugs fixed: bgo#755920, bgo#755778, bgo#755781.
- Changes from version 2.6.8:
+ Bugs fixed: bgo#724738, bgo#746998, bgo#747795, bgo#749077,
bgo#752035, bgo#752204, bgo#752879, bgo#753146, bgo#754617,
bgo#754764.
+ Updated translations.
* Mon Sep 07 2015 dimstar@opensuse.org
- openSUSE Leap 42.1 (suse_version = 1315, is_opensuse = 1) also
contains an updated libdbi, thus we need to apply patch
gnucash-libdbi-0.9.patch in this case.
* Wed Jul 08 2015 zaitor@opensuse.org
- Update to version 2.6.7:
+ Fix hidden panes in lot viewer.
+ Fix some abs() errors from new clang and gcc versions.
+ Fix dbi driver detection on linux and similar.
+ Improve "Auto pay on posting" message.
+ Enable travis continuous integration tests on the gnucash
repository.
+ Bugs fixed: bgo#681225, bgo#739271, bgo#744858, bgo#746792,
bgo#734183, bgo#746163, bgo#746873, bgo#747812, bgo#747377,
bgo#740955, bgo#747300, bgo#746977.
+ Updated translations.
* Tue Apr 07 2015 dimstar@opensuse.org
- Update to version 2.6.6:
+ Let CPAN and ActiveState package managers take care of
dependencies instead of explicitly installing a few of them
directly.
+ Correct the number field displayed in the reconcile window to
correspond with the source specified in File->Options.
+ Fix some bugs found by SWIG version 3.0.5. Prior to version
3.0.3 SWIG silently ignored invalid preprocessor directives.
+ Scrubbing Improvements, including avoiding a potential infinite
loop.
+ Remove build and run of no-longer-existant
intl-scm/guile-strings.
+ Rewrite gnc-test-env in perl. This eliminates another guile
dependency in the build chain.
+ Switch from guile to xml to manage our iso-currencies source
file.
+ Numeric values with more than commodity smallest fraction get
silently dropped.
+ Update US Income Tax data to reflect minor changes for 2014.
+ Advanced portfolio should respect report date when looking for
other income/expense.
+ Improve income and expense reporting in advanced portfolio
report.
+ Accept prices of the form n.nnne[+-]nn, i.e. with an exponent.
An example requiring this is currency conversion from IDR to
USD.
+ Added Lithuanian language business accounts.
+ Fix crash when running check & repair on an open AP/AR
register.
+ Bugs fixed: bgo#619899, bgo#649933, bgo#672760, bgo#721196,
bgo#723409, bgo#727466, bgo#727647, bgo#731889, bgo#733685,
bgo#738749, bgo#739228, bgo#739584, bgo#740471, bgo#741228,
bgo#742089, bgo#742332, bgo#742624, bgo#743609, bgo#743807,
bgo#745265, bgo#745354, bgo#746517, bgo#746977.
+ Updated translations.
- Rebase gnucash-cpan-warning.patch.