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
|
2023-11-09 09:41:30 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
gnucash: update to 5.4.1.
Version history:
------- -------
5.4 - 24 September 2023
The following bugs have been fixed:
Bug 728875 - Back button does not work in QIF import assistant
Bug 797507 - GnuCash Splash screen may disappear before the main window
appears
Bug 798709 - Total(Period) column does not refresh period's value after
update of the period in settings.a>
Bug 798904 - GnuCash on Windows opens a CMD window at startup.
Bug 798925 - Python bindings: "invalid unclassed pointer in cast to
'QofInstance'".
Bug 798944 - Program crashes when matching transactions
Bug 798950 - Bug Report: Incorrect Currency Conversion and Provider
Invoice Payment Recording
* When balancing lots use the split amount, not the value
* Recalculate the values using deduced exchange rates after
adjusting split amounts.
* Be conservative when recalculating values after breaking
up a split to avoid imbalances caused by rounding.
Bug 798958 - gncScrubLotLinks will infinite loop in some conditions
Bug 798982 - GetQuotes crashes if Finance::Quote returns an empty date.
Bug 798983 - Empty Orphan account appears after entering transactions in 5.3
Bug 798990 - Notes No Longer Autofills
Bug 798991 - Incorrect Account Name Order in Transaction Report
Bug 798995 - Keystrokes ignored during ledger entry
Bug 798998 - Job Report Not Working
Bug 799004 - Update of Prices attaches incorrect Date
Bug 799010 - gnc-register-account-sel-limited-option errors doesn't work
Bug 799020 - widget of gnc-register-list-option disregards user's clicks
Bug 799021 - Saved report renders default of gnc-register-list-option
Bug 799036 - Import prices from a CSV date problem
Bug 799039 - gnc:strify produces unusual results or crashes GnuCash when
fed an option from gnc-lookup-option
Bug 799048 - Hover on tab not correct
Bug 799051 - Shortcut Ctrl + Tab not working in 5.3
Bug 799054 - Stock Assist not functioning
Bug 799060 - Consistent Crash in Invoices
Bug 799068 - csv export active register not working
Bug 799069 - Multicurrency Invoice Payment
Bug 799075 - Saving display tab changes in Report Options does not work.
Bug 799084 - Unable to create new scheduled transaction
Other repairs or enhancements not marked as bugs:
[import-main-matcher.cpp] After clicking/toggling A/U+C/C checkbox,
reselect the row because it'll be much faster to use keyboard
navigation -- use up/down/left/right to target desired checkbox,
hit <down> <space> repeatedly to repeat the same action over \
several
consecutive rows.
Implement support for !Type:Prices records in the QIF importer.
Modernize construction of GObjects using G_DECLARE_DERIVABLE, \
G_DECLARE_FINAL, etc.
Fix yet more leaks.
[DBI backend] Change DBI test URLs to environment variables from cmake
configuration definitions.
Restore the Stock Transaction Assistant to full operation.
Fix the Fancy Date file property so that it saves.
Fix formatting error in po files project-id line.
[simple-business-create.py] Overwrite an existing file instead of crashing.
Update github action package versions.
Add parsing mixed number and fraction (e.g. 10 1/2) to the gnc_numeric
string constructor.
Bump minimum cmake version to 3.14 and drop some conditionals for older
versions
Major speedup in the SQLBackend by replacing C++ exceptions with
std::optional for null values.
Refresh the GUI on completion of the import matcher so that the imports
are immediately reflected in the register.
Improve online quote retrieval error reporting.
Test loading and saving XML files with and without compression
[import-main-matcher] always defer_bal_computation during import to speed
up both importing new transactions, and destroying existing ones.
GncGtkListUIItem::set_option_from_ui_item: Iterate over selected items
Instead of all possible items.
Convert gnc-ofx-import.c, import-parse.c, import-utilities.c,
import-format-dialog.c, import-account-matcher.c,
import-commodity-matcher.c, import-settings.c,
import-pending-matches.c, import-match-picker.c, import-main-matcher.c,
and gnc-pricedb.c to .cpp
By default, filter out online_wiggle in test-gnc-quotes.
Running ./bin/test-gnc-quotes from the command line will still include
online_wiggle
Replace yahoo_json with alphavantage in test-gnc-quotes. yahoo_json is too
unstable.
Include timezone in price-quote date diagnostic messages.
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | |
Log message:
recursive revbump for tiff update
|