* Wed Apr 08 2020 Paolo Stivanin <info@paolostivanin.com>
- Upgrade to 3.9:
* this release brings lots of fixes
* Sat Jan 18 2020 Jonathan Brielmaier <jbrielmaier@suse.de>
- Don't build with Guile 3.0 as it's not supported yet.
* Fri Jan 10 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.8b:
+ New Scheme Functions:
- gnc:html-markup-ol: creates an HTML ordered list.
- gnc:multiline-to-html-textt: creates html-text with
elements.
- gnc:make-html-table-cell/min-width: Create a table-cell with
min-width style attribute gnc:collector+ and gnc:collector
+ API Deprecations:
- gnc:html-table-append-ruler/at!
- gnc:html-table-remove-last-row!
+ Updated translations.
- Add gnucash-libm.patch: fix build by linking against libm.
- Unconditionally BuildRequire pkgconfig(gwengui-gtk3): all
supported distros ship it.
- No longer recommend gnucash-lang: the lang package has relevant
supplements which pulls it in whenever needed.
* Fri Sep 20 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Export C(XX)FLAGS="-Wno-error", fix build in GNOME:Next.
* Thu Sep 12 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.7:
+ New features and bug fixes.
+ Updated translations.
- Drop Fix-CMakeLists-error.patch: Fixed upstream.
* Tue Sep 10 2019 Christophe Giboudeaux <christophe@krop.fr>
- Add Fix-CMakeLists-error.patch to fix a build error.
* Wed Aug 21 2019 Johannes Engel <jcnengel@gmail.com>
- Update to 3.6
+ Bugfixes
* Sat Jul 13 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Disable LTO, gnucash fails to build with it.
* Tue Apr 09 2019 Paolo Stivanin <info@paolostivanin.com>
- Update to v3.5 (github.com/Gnucash/gnucash/releases/tag/3.5):
+ bugs fixed: bgo#639049, bgo#748431, bgo#787401, bgo#795729,
bgo#796498, bgo#796530, bgo#796687, bgo#796826, bgo#796827,
bgo#796829, bgo#796831, bgo#796877, bgo#796946, bgo#796952,
bgo#796956, bgo#796965, bgo#796989, bgo#797002, bgo#797011,
bgo#797013, bgo#797029, bgo#797030, bgo#797031, bgo#797041,
bgo#797046, bgo#797067, bgo#797074, bgo#797098, bgo#797105,
bgo#797136
+ various fixes for i18n, gui, importing and online banking,
reports
+ performance improvement
+ deprecated some scheme
* Tue Apr 02 2019 seanlew@opensuse.org
- Update to version 3.5:
+ Asset barchart report includes first day of next month (#639049)
+ Wrong average balance for transactions during DST (#748431)
+ Test for report system - HTML tests (#787401)
+ Advanced Portfolio Report (#795729)
+ Incorrect starting balance in TXF Report Calculations (#796498)
+ TxnCsvImport - fix loading of saved presets (#796530)
+ Tax Entity Name and type for an account reporting fixed (#796687)
+ Report HTML document header suppression (#796826)
+ Report HTML suppress document title (#796827)
+ Report HTML table rows are prepended not as list elements (#796829)
+ Report HTML append table column incorrectly (#796831)
+ test-stress-options fails (#796877)
+ Mortgage and Loan Repayment Setup tool crashes (#796946)
* Thu Jan 03 2019 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Update to version 3.4:
+ Set up filepath utils to determine the GNC_CONFIG_HOME in the
same way as GNC_DATA_HOME.
+ Redesign gnc-uri-utils.
+ Show warnings for deprecated declarations.
+ More report code-cleanup by Chris Lam.
+ Invoice: Remove H1 title and superflous option.
+ The preference, use formal accounting labels does not update
the header With a register open and you change preference 'use
formal accounting labels' it does not update the register
header so add a call back for the preference.
+ Make the grid lines of totals Budget tree view track the
preferences.
Make the grid lines of the totals tree view track the
preferences to match the account tree view above it.
+ Add routine to fix Account Color being set to "Not Set".
+ Performance fix in dom_chars_handler: use g_strndup instead of
g_strdup.
+ In the appdata/metadata file, rename the ID from
org.gnucash.Gnucash to org.gnucash.GnuCash to match flathub,
and add a launchable ID to link it to the desktop file.
+ Added double-click-on-file for the CSV transaction, price, and
account importers and exporters.
+ Cleaned up a variety of issues reported by the clang static
analyzer.
+ Allow the text options widget to use all remaining space
+ Add short_labels for a few toolbar buttons with long names.
That should fit a few more buttons on the toolbar.
+ Update iso-4217-currencies.xml, adddding VES - Bolivar
Soberano, minor updates of other VE currencies.
+ Python 3 bindings fixes and improvements.
+ Bugs fixed: bgco#498072, bgco#760825, bgco#767772, bgco#775580,
bgco#779565, bgco#788332, bgco#789674, bgco#793156,
bgco#795080, bgco#795237, bgco#795425, bgco#796772,
bgco#796806, bgco#796842, bgco#796849, bgco#796875,
bgco#796878, bgco#796883, bgco#796886, bgco#796887,
bgco#796893, bgco#796896, bgco#796903, bgco#796914,
bgco#796915, bgco#796940, bgco#796944, bgco#796945,
bgco#796948, bgco#796949, bgco#796960, bgco#796961,
bgco#796967, bgco#796978, bgco#796981, bgco#796982,
bgco#796988, bgco#796989, bgco#796994.
+ Updated translations.
* Tue Oct 02 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 2018 luc14n0@linuxmail.org
- Update to version 3.2:
+ Bugs fixed: bgo#787401, bgo#794617, bgo#795101, bgo#795247,
bgo#795253, bgo#795272, bgo#795276, bgo#795362, bgo#795471,
bgo#795519, bgo#795666, bgo#795831, bgo#795944, bgo#796079,
bgo#796081, bgo#796083, bgo#796117, bgo#796256, bgo#796369,
bgo#796398, bgo#796409, bgo#796423, bgo#796484, bgo#796527,
bgo#796537, bgo#796586, bgo#796595, bgo#796600, bgo#796614,
bgo#796638.
+ Other fixes/enhancements:
- Transaction report improvements:
. Enable computing averages in subtotal grid;
. Generate the subtotal grid only if the primary sort key
enables subtotals;
. Fix subtotal grid to support multiple commodities;
. New filters.
- Add tooltip support for register cells.
- Replace old-style html style attributes with css.
- Add the full account name to the saved register settings.
- Fix misplaced try block that caused unhandled exception if
year out of range.
- Fix permanent storage of vendor details.
- Update invoice reports to give a consistent representation of
invoice data across the application.
- Ensure gncEntry rounding is consistent. Internally calculated
values in the entry are never rounded. Consumers of
gncEntry's calculated values can request them either rounded
or not. Next use a pragmatical approach for calculating
values on invoices based on the entry values: do the rounding
such that we never create an unbalanced transaction while
posting.
That means:
. Round each entry's net value before summing them in net
total;
. Accumulate all tax totals on invoice level per tax account
before rounding and round before before summing them in a
global tax total.
A complete solution can only be offered if users are allowed
to manually correct tax entries. This requires changes to
user interface and data format so that's not going to happen
in gnucash 3.x.
+ Updated translations.
- Drop explicit C(XX)FLAGS exportation: now cmake export them by
default.
- Readd pkgconfig(libsecret-1) BuildRequires, following upstream
changes. Its support have got lost after porting the build system
to CMake.
- Conditionalize pkgconfig(gwengui-gtk3) BuildRequires to be used
only by Tumbleweed (suse_version > 1500) as previous releases do
not ship it.
* Tue Jun 12 2018 bjorn.lie@gmail.com
- Export C/CXXFLAGS="-Wno-error=parentheses, fix build with gcc8.
This is more or less the exact route taken by upstream to
workaround gcc8.
* Wed Jun 06 2018 bjorn.lie@gmail.com
- Drop pkgconfig(libgoffice-0.8) BuildRequires: No longer needed,
nor used.
* Thu May 03 2018 luc14n0@linuxmail.org
- Update to version 3.1:
+ Bugs fixed: bgo#118391, bgo#769686, bgo#772776, bgo#782144,
bgo#792105, go#793461 , bgo#794767, bgo#794916, bgo#794936,
bgo#794941, bgo#794953, bgo#794990, bgo#794994, bgo#795031,
bgo#795039, bgo#795040, bgo#795049, bgo#795064, bgo#795068,
bgo#795080, bgo#795082, bgo#795101, bgo#795142, bgo#795155,
bgo#795347, bgo#795377, bgo#795389, bgo#795405, bgo#795446,
bgo#795471.
+ Other fixes:
- Fix crash when loading sql book with posted transactions;
- html-font: add default font family;
- Several improvements to the Transaction and GST reports;
- csv-impport: Allow empty amount fields;
- Remove the set transient parent setting for Reconcile window;
- Prevent throw in gnc-pricedb;
- If there are no prices in the db, critical errors are
flagged.
+ Updated translations.
- Fix redundancy in python3-gnucash subpackage description.
* Thu Apr 19 2018 luc14n0@linuxmail.org
- Add gwengui-gtk3 pkgconfig module BuildRequires: make use of our
package again instead of the one bundled with GnuCash now that we
supply it.
Version: 3.0-bp150.1.6
* 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.