2024-07-07 21:41:16 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
gnucash: update to 5.8.
(The bug mentioned below was already fixed in pkgsrc.)
5.8 - 7 July 2024
The following bugs have been fixed:
Bug 799347 - Edit account to make it sub account under other account
There were no other changes.
|
2024-07-05 10:08:02 by Thomas Klausner | Files touched by this commit (3) |
Log message:
gnucash: fix crash when editing/deleting accounts using upstream patch
From upstream.
Bump PKGREVISION.
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138) |
Log message:
*: bump for cairo buildlink3.mk change
lzo was made an option
|
2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490) |
Log message:
* recursive bump for libxkbcommon 1.7.0
Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
|
2024-04-05 13:12:27 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
gnucash: update to 5.6.
5.6 - 31 March 2024
The following bugs have been fixed:
Bug 798946 - start/end of current/last quarter have off-by-one error
Bug 799093 - Cannot reconcile since v5.4
Bug 799179 - SLR won't allow change from "Reminder" to any other state
Bug 799210 - Bad encoding of accented chars in account names in
"Import CSV" wizard
Bug 799213 - SIGSEGV caused by revising an auto completed transaction
Bug 799222 - Crash when changing the parent of an account that has had two
or more levels of sub-accounts auto-created using the register
in the current session.
Bug 799224 - Import of QIF gets Bug detected during duplicates (partial
fix: If the new-splits object is null, it means the new
account tree from the current import has no splits. Therefore
the (apply min|max dates) will fail. Omitting the date query
is a simple fix to prevent crashing. This is a partial fix
because the crash is likely a symptom of another bug which
causes the new account-tree to be empty.
Bug 799225 - QIF Importer Crashes Silently after "Start Import" Button:
Don't allow a QIF investment transaction without an action
(buy/sell/etc)
Bug 799246 - import matcher will rename incorrect splits
Other repairs or enhancements not marked as bugs:
Numeric parsing and string handling improvements in the Engine and XML
backend.
[gnc-dense-cal.c] sx popup: show date in preference (cf.locale) format
because the date format preference is user-facing and customisable.
It's jarring if the preference is dd/mm/yyyy and the display shows
mm/dd/yyyy in accordance to the locale.
Correct misleading description about creating Scheduled Transaction.
Date parsing efficiency improvements.
Update minumum Python version to 3.8, made necessary by updating the C API
in the Python bindings.
Replace deprecated distutils.sysconfig with sysconfig. distutils is not
present in Python 3.12.2.
Query user via dialog for date when creating a reverse transaction.
More C++ conversions
Avoid deprecation warning for -py3 in swig >= 4.1
[gnc-commodities.cpp] gnc_new_iso_codes is a std::unordered_map
Replace some naked for loops with C++ algorithms
Convert gnc-commodity to C++ and make GncQuoteSources a C++ class.
[test-commodities.cpp] add some tests for gnc_quote_sources
Remove the SLR status sort as it is too confusing
Allow sorting of the transaction column in the Since Last Run dialog by
schedule name or occurrence date. To sort by schedule name, a schedule
name is first selected and then the column header is pressed to change
order. To sort by occurrence date, a date is selected and then the
column header is pressed to change order based on the date of the
first occurrence. A tool tip has been added to indicate the sort order
being used.
[gtest-gnc-numeric] add operator comparisons with example int64 numbers
[assistant-stock-transaction] store & retrieve associated account as
metadata
Update Form/Schedule line references for 2023 for the US Income Tax Report
Update another gnucash-help to gnucash-manual
[invoice.scm] centralize layout components into layout-key-list instead of
maintaining 2 assoc lists.
[invoice.scm] normalize header section generators, changing the functions
to require 1 options argument only
Update invoice.scm: Add spacing for long Invoice ID's (Displayed as
"Reference" on the Invoice)
New and Updated Translations: Croatian, Dutch, English (Australia),
English (New Zealand), English (United Kingdom), French, German,
Hebrew, Hungarian, Indonesian, Japanese, Norwegian Bokmål, Polish,
Portuguese, Slovak, Spanish, Swedish
|
2023-12-29 19:25:02 by Adam Ciarcinski | Files touched by this commit (254) |
Log message:
revbump for boost-libs
|
2023-12-17 23:38:38 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
gnucash: update to 5.5.
5.5 - 17 December 2023
The following bugs have been fixed:
Bug 607000 - SLR visible transactions
Change the Since Last Run dialog to show only transactions
with a non-empty Status.
Bug 792241 - Allow sorting scheduled transactions
Bug 798025 - SLR Value entry not tied to location
Disable scrolling and the horizontal scroll bar while an entry
has focus.
Bug 798760 - SLR OK button to complete value entry
With this change the Since Last Run dialog's OK button will
commit an in-progress edit and advance to the next edit
requiring input. It will close the dialog only if there are
no more edits.
Bug 798760 - SLR change reminder with value entry
Change transaction state from Reminder to ToCreate when the
user has provided the needed value and clicked OK.
Bug 798890 - Printing Problem
Bug 799087 - Import - Unbalanced (need acct) transactions now show in red
(previously orange).
Bug 799090 - Right Clicking scheduled transaction
Ensure that the selection highlight changes to the item under
the pointer when right-clicking in the SX Editor.
Bug 799092 - GnuCash 5.4 leaves background process running on exit
Clear the schema_hash at app shutdown via
gnc_prefs_remove_registered and make that function available
to the Python bindings so that python programs can do so too.
Bug 799099 - Crash when trying to get quotes
Bug 799104 - "Asset Chart" broken
Bug 799108 - "Since Last Run" crashes if there are any errors \
creating a
scheduled transaction: Capture errors and display them in a
dialog box instead.
Bug 799113 - "Start Import" button reports "Failed"
Bug 799121 - Parse error on CSV import on MacOS
Bug 799130 - split-register.c:1847:gnc_split_register_save: assertion
failed: (xaccTransIsOpen (blank_trans))
Bug 799134 - Fails to build with GCC 14 (‘find_if’ is not a member of \
‘std’;
did you mean ‘find’)
Bug 799138 - Port to new Python C config API
Bug 799143 - FTBFS on 32bit architectures
Bug 799144 - Date Completion is broken after 5.4 upgrade
Bug 799148 - Reliable crash when saving a modified saved report
configuration
Bug 799150 - Can't paste text (with Ctrl+V) in Notes field in Account Tree
View
Bug 799151 - gnc_date_get_last_mday () does not account for leap years
correctly.
Bug 799152 - normalize_reldate_tm() does not handle dates with months
greater than 11 or less than -11 correctly.
Bug 799156 - normalize_struct_tm() does not normalize seconds,minutes, and
hours correctly.
Other repairs or enhancements not marked as bugs:
Cancel the QIF import instead of inserting the default directory if the
user cancels the file-selection dialog.
Memory leak fixes
Rename the scheduled transaction edit/new/delete menus to resolve a
shortcut conflict.
Allow saving the sort column in the Since Last Run dialog
Ensure that Print Checks obtains for the check amount the sum of all splits
in the current register account and subaccounts.
Ensure that report page actions are re-enabled after editing options. Some
actions (Print, PDFExport, and Report Options) had been left disabled.
Ensure GncDateEntry always reverts to today if the user enters an invalid
date string.
Direct cmake to find the base installed Python3 instead of the latest
version installed. Reference Cmake Issue 24126, Cmake Issue 24878, and
CMake merge request 8287. Note that this requires CMake 3.20 or later;
users of older versions will still get the newest installed Python
version.
CI: Run distcheck on one workflow to catch quickly instances where someone
adds a file but forgets to update the distribution.
Primarily of interest to developers: We've added a new CMAKE_BUILD_TYPE,
Asan, with two options -DLEAKS and -DODR, both of which default to OFF.
This creates a non-optimized, with-symbols build with the Address
Sanitizer hooks compiled in. While the primary motivation is a CI run
to ensure that there aren't any memory allocation errors revealed in
the test suite, this is also a useful build to use when debugging a
segfault crash, many of which are caused by use-after-free errors. When
building on non-Apple platforms -DLEAKS=ON will add leak detection,
dumping a stack trace for the allocation of any leaked heap or
free-store allocations. Similarly and on non-Apple platforms only
-DODR=ON will log violations of the C++ one definition rule.
Also of interest to developers: A new cmake option -DCOVERAGE. When on and
in a non-optimized build this will instrument the program and libraries
to count usage for every source line. The option also adds three
targets, lcov-initialize, lcov-collect, and lcov-generate-html. The
primary motivation is to assess the completeness of tests in CI, see
https://gnucash.github.io/Coverage-HTML for the latest results.
|
2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145) |
Log message:
*: recursive bump for cairo dependency changes
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|