nuitka (1.3.5+ds-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 2.5~rc6+ds-1 > 1.3.5+ds-1
- Git: https://github.com/Nuitka/Nuitka.git
-
- Branch: develop
- Path: debian/changelog
- Repo size: 116015104
- Browser: https://github.com/Nuitka/Nuitka
- Last scan: 2024-09-16 23:38:05+00
- Next scan: 2024-09-18 02:01:00+00
- Debian changelog in Git:
nuitka (2.5~rc6+ds-1) unstable; urgency=medium
* New upstream pre-release.
-- Kay Hayen <kay.hayen@gmail.com> Tue, 27 Aug 2024 23:54:22 +0200
- This branch is 87 commits ahead of tag 2.4.8
- Git log:
commit 551166924fe58dfcdbce3a64dd53e474af876b1a
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Aug 27 23:55:35 2024 +0200
New pre-release.
commit e07251cf7fb0d24e171fb0dd60a074e9550213a5
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 25 13:12:32 2024 +0200
Tests: Change this construct test to clearer structure as well
commit b14061db951798a284c6d858ab2dca2dd3dfb8a5
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 25 13:08:42 2024 +0200
Optimization: Statically optimize "os.stat" and "os.lstat" calls
* For enhanced file usage detections later on.
commit 70799878ce79cbccf09cf3fe56165daf9aeb3a3a
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu Aug 22 16:43:40 2024 +0200
Plugins: Enhanced error handling in case of information queries failing
commit 811d33d042d8a3fd696790526038c5f3d3ef9843
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 18 10:59:19 2024 +0200
Optimization: Avoid module level constants for our global values -1, 0, 1
* This should make some module code slightly smaller
commit 33ec0cb607edcbc6f8d33f3a1494ed6f45797198
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 18 10:58:29 2024 +0200
Azure: Remove caching of pip, we don't use it in this pipeline
commit bed7f2699a65bce8f50a7abb82644cc5a1105cd9
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Fri Aug 16 16:44:38 2024 +0200
Added helper function to get all child packages
* Ended up not using it, but could be useful one day
commit 3e002d38661d9f8b2c4a3435c0c210ecf90425e8
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu Aug 15 17:05:02 2024 +0200
fixup! Standalone: Added support for anyio (WIP)
commit 42b283c0a5fe8c241108af5eaa2b4aa03f881972
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu Aug 15 14:43:31 2024 +0200
Cleanup, put NameError exceptions directly into exception state
* No need to first put them in the thread state just to fetch back from there
* Performance is strangely identical, but it's a lot of code remove that was duplicated.
* Also removing the chaining that must be wrong during their creation.
commit f9bd8076fc5dc807bd70d83775544e3afe58a121
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu Aug 15 11:20:32 2024 +0200
Debugging: Disable LTO on macOS with "--debugger" option
* It seems lldb currently cannot provide line
numbers with LTO compilation
* Added debugger mode to env in Scons for easy
access.
commit 1d8246bf4d5f2f87af07569fdc0b2e5d41d2d76a
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu Aug 15 10:26:09 2024 +0200
Tests: Enhanced more construct tests
* Lower the impact of module variable usages
commit 14098531a794fb96f4754a52cde3f9cf7510d698
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu Aug 15 08:11:11 2024 +0200
Azure: Spare a core when running the tests
* Otherwise the test VMs can timeout and cause errors that way
commit 5df1cf0038afaf0144ac449cba21f768988d12ae
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu Aug 15 08:10:10 2024 +0200
Tests: Added ability to pass "--jobs" value to test runner
commit 55406fde9e8b71c71419aad8ea6c8552852769ab
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu Aug 15 07:59:50 2024 +0200
Tests: Enhanced attribute lookup test
* Make it independent of the module variable access
commit 094f8306cd6ed425ba376c044aaf0c9e82272878
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Wed Aug 14 20:40:19 2024 +0200
Tests: Enhanced closure variable test construct too
* Do not use module variable writing to test it, instead
use it locally instead.
commit e9bdfabe7d41135c827c33c07b4d6fa8f3bc3169
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Wed Aug 14 17:41:38 2024 +0200
Tests: Remove 2to3 conversion code, we don't want to use it anymore
commit 33c186c19a13ea552f249b95039951b1af4223cf
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Wed Aug 14 17:40:34 2024 +0200
Tests: Make testing of local variable performance independent of module variable performance
commit 03223fd00798943c8c08dad49de77dc9c59b4fab
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 12 17:41:43 2024 +0200
Optimization: Faster module variables accesses
* For Python3.6 up to 3.10 inclusive, this is based on dictionary
version tags and prone to them changing with module variable
writes.
* For Python3.11+ this is based on dictionary keys versions and
less prone to dictionary changes affecting it, but also slower
in case of cache hits compared to 3.10 cache hits.
* For Python3.12+ we need to consider subinterpreters as well and
can use the interpreter state next dict version value.
commit e4ffd4aa0de9b3acb7360ae7b81cf5cae8f31c81
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Wed Aug 14 10:28:01 2024 +0200
UI: Added terminal link for help section
* These will need to be written still and added to all
sections.
commit b4f7bcdf2df65e949891247a44a2b0bd9441795b
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Aug 13 12:06:29 2024 +0200
Tests: Enhanced comparison construct tests
* Was dependent on module variable performance and covered int rather than str
* Added both in and str tests that are more clearly separating the operation in question.
commit 06dc2dfc8591d544dc4296ba8e04c9cc3c7cf759
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 12 17:43:19 2024 +0200
Tests: Added test case for harder to cache global variable accesses
* If updates to module variables occur that change the value, only
Python 3.11+ can handle it.
commit cb05e02daf461adfeb48408662dfb67e74c20855
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 12 17:38:14 2024 +0200
fixup! Optimization: Follow CPython undoing its own inline function usage on Windows for Python3.12+
commit 73c60ed1c94ba5666c5583ba2dac4038ee5e5b47
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 12 17:36:01 2024 +0200
fixup! Optimization: Avoid API calls for creating long (Python3 int) values
commit 27248a494e2060cb046badacff024cf00c069561
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 12 17:35:20 2024 +0200
Optimization: Faster string dictionary lookups for Python 3.11+
* This solves a TODO, where we were not taking advantage of the knowledge that we are dealing with specific dictionaries and keys there.
commit 9815a77e7cd24ee1294589f40f7408a840ca8b07
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 12 17:34:10 2024 +0200
Optimization: Avoid changing module dicts if updated value remains the same
* This avoids dictionary version changes that affected coming caching.
* Should make uncached updates faster if values don't change.
commit 3ab16a6901057e744984a4f2af6661923caa567b
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 12 17:31:10 2024 +0200
Python3.3: Still a few places mentioning it
commit 9a305b5dbb7b3ca5d13ceb4cf549dd8da3ef840c
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 12 17:30:23 2024 +0200
User Manual: Enhanced instructions for pystone testing
commit ec01c171e52f8249c734431ecd999ab069064359
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 12 17:29:59 2024 +0200
Developer Manual: Update very outdated Python version support
commit eb7f644ae8a73566dfe9e3aa37385625b5c55751
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 11 17:32:15 2024 +0200
Python3.3: Make more 3.4 checks be Python3 checks
* Still more code that can be removed because the Python3.3 special cases no longer exist.
commit 7ab6b5b75a9559dafd11295bc9bb6c3fec04d08b
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 11 13:26:06 2024 +0200
Cleanup, remove dead code
commit 303f6d1704bea2253761aab1e8b2142d48374660
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 11 13:25:44 2024 +0200
Python3: Fix, should set dictionary version tags
commit a594c8b93fa96f1e4372b603f359f1fa3ea5afb0
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 11 12:38:05 2024 +0200
Optimization: Avoid API calls for exception context and cause
* Also our variants are more friendly with how references are handled.
* Also make deletion explicit over setting NULL
* Added helper macros from modern Python for use in all versions
commit 43ec7011a4920b4c38ae946e81e85b56f05004af
Merge: 58d849260d d9efa50c17
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 25 19:31:21 2024 +0200
Merge tag '2.4.8' into develop
commit 58d849260d43e201e62918a206bd2254226f07e3
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 11 11:50:49 2024 +0200
New pre-release.
commit 802e5fac12d19e96e16e11183bcae9b55153fa73
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 11 10:27:09 2024 +0200
Minor cleanups
commit 9716891ba8c18588b140d4525f9267bf4b2418ef
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 11 10:26:44 2024 +0200
Python3.3: Remove difference making from template
* Python3.4 is now the same as Python3, but this template used both checks
commit 63b59ec0f6dd34c67b49b48a1e8ac227f43f9f70
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Aug 10 19:42:17 2024 +0200
fixup! Optimization: Enhanced exception handling
commit 0abcb18149d4832a01e5a9f13b57b162952d0667
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Aug 10 19:39:54 2024 +0200
Compatibility: Fix, nuitka resource readers need more methods
* We also need to have ".suffix", ".suffixes", and "stem" attributes
commit 081e0bb9e0fd8342d22cd1a8385a120166e7c010
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Aug 10 16:48:46 2024 +0200
fixup! Optimization: Follow CPython undoing its own inline function usage on Windows for Python3.12+
commit 40f2c38e58746620fe8cce5c8e796e3ca7e292e0
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Aug 10 14:06:22 2024 +0200
Standalone: Added support for anyio (WIP)
* We still need to make the main module available, as the anyio code wants to load its source.
commit 1f3af830859b60f2e06903f966a6957a2226b565
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Aug 6 18:21:22 2024 +0200
Optimization: Avoid API calls for creating long (Python3 int) values
* This speeds up some operation by a lot if that's all that they do.
commit feb94bfc6c0bab94e17ebd58303912fff47f26a2
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Aug 6 18:20:00 2024 +0200
Tests: Needs less iterations to be effective
commit 5a63ae23882d203b0763c9f7443a989fe769176b
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Aug 6 18:17:18 2024 +0200
Optimization: Follow CPython undoing its own inline function usage on Windows for Python3.12+
* Without this, LTO can make us a lot slower without clear boundaries.
commit 4eb3ba696dc054409f3defd2c2aa92dfd6ab05f1
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Aug 6 18:16:12 2024 +0200
Minor cleanup
* Give in to more Visual Code annotations
commit 1c00bb867f0ba6d13c7bf587ef5274ade1d1f1b9
Merge: a32bda1e59 ddf33c3598
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 11 11:44:29 2024 +0200
Merge tag '2.4.7' into develop
commit a32bda1e59b24a8ce5c3d644e522d770ad9462fc
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Aug 10 14:03:02 2024 +0200
fixup! Optimization: Enhanced exception handling
commit f1a4192d9b90a7b7266685ef8369c82196a5ab06
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Aug 10 14:03:17 2024 +0200
fixup! Optimization: Enhanced exception handling
commit 1fd0b48e095130cb8623138b5da9599a037a773a
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Aug 10 14:05:20 2024 +0200
fixup! Optimization: Enhanced exception handling
commit 6f94d45bfefbae2496fb0699993dd464e6373ec0
Author: KRRT7 <106575910+KRRT7@users.noreply.github.com>
Date: Sat Aug 10 05:15:18 2024 -0400
Standalone: Added missing implicit dependency for "spacy" package
commit 70f6d15bed6b22ba3f980254aec677cbe66cdd8f
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Jul 29 15:29:55 2024 +0200
Optimization: Enhanced exception handling
* Use exception state to abstract 3.12 or before differences. This
solves a TODO about more very in-efficient code generated that
also requires many conversions of exceptions back and forth from
3 value form to normalized.
* Moved compile time debug settings to separate file.
* Pass the exception state into unpacking function for more
efficient code. No need to fetch exceptions per use of
those into the exception state, but it can directly write to
there.
* Solve TODO and have helper for unpacking length check. When
migrating to Python3, this became a custom template with a
lot of manual code that pre-defined the error messages to
give too.
* Have our own variant of "_PyGen_FetchStopIterationValue" to
avoid API calls in generator handling.
* Generate more efficient code for raising exceptions of builtin
type. Rather than calling them as a function, create them via
base exception new directly which will be much quicker.
* Faster exception creation, avoid having "args" and a tuple need
to hole them for empty exceptions avoiding one more allocation.
* Remove uses of "PyTuple_Pack" and replace with our own helpers
to avoid API calls.
* Avoid implicit exception raise nodes with delayed creation, have
exception making nodes instead.
commit b46d296205102c2ab037a2d0a60650cb1cc19186
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Aug 6 12:26:22 2024 +0200
New pre-release.
commit 94cd122d26b57490ebe16e184f92123770c65cf7
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Aug 6 10:21:30 2024 +0200
Plugins: Enhanced output in case of exception during information query
* We now output the exception given during the query part if any.
commit 661de7604570562af95f2fdc041fe9ec5b7593a1
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Aug 6 10:20:08 2024 +0200
Minor cleanups
commit 32aaf86c4d3f7b9886aa051bcf2a413a9939a8ca
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 5 11:54:28 2024 +0200
Standalone: Fix, scan of standard library should not assume files presence
* Files that make no sense could also be manually deleted already.
commit 10b158b9b977d2f5e2595547057a2a75efe60ee8
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 5 11:53:22 2024 +0200
Optimization: Tell that hashes are unlikely not present for strings
commit 00efac0e92a367f7c1d6022062fd4a758bd1248b
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 5 11:52:34 2024 +0200
Tests: Make sure the global variable test doesn't suffer from optimization possibilities as much
commit cfae7e299f2c65ac5e9cd5088ebdbe17f23ac8f1
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 5 11:52:03 2024 +0200
TODO: Unpacking from tuples and lists should be tested too
commit 2b8c4c902c0d605f3cb4cc979dddb81aa326b81d
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Aug 5 11:51:21 2024 +0200
Tests: Make sure to always use static libpython for construct based tests
commit 2e0cc02725702892128c707d33502a6cee60cd13
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Aug 4 09:37:57 2024 +0200
Python3.12: Added support for generic classes (WIP)
commit 8e8c99049315f17c7f91b3479c0cc8da11e433b7
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Fri Aug 2 17:00:49 2024 +0200
UI: Added support for recognizing terminal link support heuristically
* Also prepare our command line options for adding links to groups
commit ba7d06f62a1b7dd5ee086845cc8ae485644ce05a
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Fri Aug 2 16:58:03 2024 +0200
UI: Minor cleanup
commit 152f206f0727e247005b3fea09fa0d7b5ed2d34e
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Fri Aug 2 16:55:12 2024 +0200
UI: Remove obsolete options from help output
commit 4ecd90a74020d644722481760a867fdc8c390c6b
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu Aug 1 15:37:44 2024 +0200
Accelerated: Fix, avoid encoding issues for CMD files on Windows
commit de97ab9b388c02b8998f7208501c1514ff1c5f0a
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Mar 17 17:02:42 2024 +0100
Azure: Set up CI with Azure Pipelines
commit 145016f82e9db0347d643cd8d97ad4f28c754073
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu Aug 1 13:12:50 2024 +0200
Quality: Check configuration module names in Nuitka package configuration
commit ebca470fa261a8e8dbcff827cb2622888c524bc7
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu Aug 1 11:13:38 2024 +0200
Cleanup, enforce indentation of cache Json files
commit b04ecfd98a42b8d6b16e3f92fdb6c544b6a97b07
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Wed Jul 31 09:32:21 2024 +0200
Windows: Windows attach mode enhancements for forced redirects
* This is still WIP and not really complete, e.g. does not handle stdout or stdin.
commit 8f3954596d07860e7ae4fda76452021e991d71a0
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Wed Jul 31 09:30:56 2024 +0200
GitHub: Make clear we do not want "--deployment" in issue reports used
commit 83fc7f4d502a645def742625f28d69524e447db8
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Jul 29 15:15:48 2024 +0200
Tests: Make sure to default to executing python when comparing results
commit a8ef3c5f0be06b1ba4c2153ff7b921098dc40920
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Jul 28 16:10:48 2024 +0200
Watch: Make sure found pythons are sorted
* This makes sure the selections based on that are always deterministic
commit 40f3eac584f8a405c27edce5d8a7fd84d1460ad2
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Jul 28 11:43:10 2024 +0200
Minor cleanup
commit 1afd7726c1a0507c0e3e27bcea1a5d0f73bd4a1b
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Jul 28 11:42:54 2024 +0200
Cleanup, remove unnecessary assertions
commit 70c82d48343e2e2c82c44dc776a547f2c9c06b64
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Thu Jul 25 15:57:25 2024 +0200
Debugging: Make it clear what module location caused issues
commit 03a764eba48903ae5a164245728ac115cf93d8bf
Merge: 274a370909 f7b4376726
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Aug 6 12:23:04 2024 +0200
Merge tag '2.4.6' into develop
commit 274a370909071e8568ac5c6f7c9ba728df5a0440
Merge: c2aff5d552 e5b4fecd4f
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Wed Jul 31 18:50:52 2024 +0200
Merge tag '2.4.5' into develop
commit c2aff5d5520b89d8ae6435c9314a253c926d51d5
Author: liang.he <liang.he@intel.com>
Date: Tue Jul 30 16:07:10 2024 +0800
WASI: Cleanup, follow getter and setter signatures
* WASI runtime checks are required to call C functions with the correct signature.
* This ensures the signatures match and does casting to other types in a local
variable instead. That should also make it harder to get things wrong.
commit 540118c2508aab023f0690f47f66ad8f2abe145a
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Jul 29 14:34:38 2024 +0200
New pre-release.
commit bf313d0bcba258fd0635676871cadded6ed9c5f7
Merge: e4dbd480c0 c3b1c131c7
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Mon Jul 29 14:34:12 2024 +0200
Merge tag '2.4.4' into develop
commit e4dbd480c072249bcabbb438846560c49ffd7d72
Merge: 2d1ecd5413 711124d0ed
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Jul 28 16:36:35 2024 +0200
Merge tag '2.4.3' into develop
commit 2d1ecd5413679b3e7e87b06714b3cfaec8276758
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Wed Jul 24 11:42:12 2024 +0200
New pre-release.
commit 3e71a937217c16fb73ee26f83660bb0b1f246779
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Wed Jul 24 08:25:46 2024 +0200
Debugging: Added assertions and traces for input/output handling
commit 4e02c4c37aa19a7466c02763402c9889f3bcd78f
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Tue Jul 23 13:32:48 2024 +0200
Debugging: Print reference counts of tracebacks too
commit 5b635deac48d9cb8044fa17da61c0c3d9aa2f516
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Jul 21 11:37:21 2024 +0200
fixup! New release cycle.
commit 724cb67cbb3364543e002d104872e4e066f817ea
Merge: 3548b3e217 4ec0244723
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Wed Jul 24 11:39:02 2024 +0200
Merge tag '2.4.2' into develop
commit 3548b3e217c054b206689b9acf779db2c6d04e13
Merge: 97c0a3510c 8099e2e648
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sun Jul 21 11:27:45 2024 +0200
Merge tag '2.4.1' into develop
commit 97c0a3510cd6effda1acfaa3c6149908ec37c4d4
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Jul 20 14:43:45 2024 +0200
New release cycle.
commit d5a0fb041242a31d8a8818a08b0107edfe6cf979
Merge: a522f6f16a 1acf5ce340
Author: Kay Hayen <kay.hayen@gmail.com>
Date: Sat Jul 20 14:43:32 2024 +0200
Merge tag '2.4' into develop