Page MenuHome GnuPG
Feed Advanced Search

May 29 2024

ikloecker added a comment to D545: build: Python without distutils.

I have merged the changes for using setuptools if distutils isn't available. This fixes the immediate problem that the bindings couldn't be built for Python 3.12. I did not merge most of the changes in lang/python/Makefile.am because of the reasons mentioned above. Maybe we can address the open changes in another patch. In any case, thanks a lot for your patch! And sorry that it took so long to get some of it merged.

May 29 2024, 10:10 PM
ikloecker committed rM09d81da66589: build,python: Remove support for Python 3.4, 3.5, 3.7 (authored by ikloecker).
build,python: Remove support for Python 3.4, 3.5, 3.7
May 29 2024, 5:36 PM
ikloecker committed rM1245b090126b: build,python: Fix make distcheck for Python 3.9+ (authored by ikloecker).
build,python: Fix make distcheck for Python 3.9+
May 29 2024, 5:36 PM
ikloecker committed rM5844d9e70023: build,python: Build Python bindings without distutils (authored by bnavigator).
build,python: Build Python bindings without distutils
May 29 2024, 5:36 PM
ikloecker added a comment to D545: build: Python without distutils.

Sorry for the delay. I just had another look at the patch. Unfortunately, it doesn't work with Python 2.7.

/usr/bin/python2.7: No module named build

I think it's missing https://pypi.org/project/build/, but this package doesn't support Python 2.7 since version 0.6. Maybe installing version 0.5.1 of build for Python 2.7 would help.

May 29 2024, 10:49 AM

May 28 2024

ikloecker changed External Link from https://invent.kde.org/pim/libkleo/-/merge_requests/102 to https://invent.kde.org/pim/kleopatra/-/merge_requests/216 on T6931: Kleopatra: Move kleopatragroupsrc to GNUPGHOME.
May 28 2024, 9:27 AM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra

May 27 2024

ikloecker added a comment to T7095: Kleopatra: show designated revoker in details window.

Information about revocation keys can now be retrieved from a Key object (see T7118).

May 27 2024, 9:58 AM · gpd5x (gpd-5.0.0), kleopatra
ikloecker moved T7118: gpgme: Add support for designated revokers from Restricted Project Column to Restricted Project Column on the Restricted Project board.
May 27 2024, 9:56 AM · gpgme, Restricted Project, kleopatra
ikloecker closed T7118: gpgme: Add support for designated revokers, a subtask of T7095: Kleopatra: show designated revoker in details window, as Resolved.
May 27 2024, 9:55 AM · gpd5x (gpd-5.0.0), kleopatra
ikloecker closed T7118: gpgme: Add support for designated revokers as Resolved.

Information about revocation keys can now be retrieved from a Key object. Verified with internal test runners. Independent tests will be done with T7095.

May 27 2024, 9:55 AM · gpgme, Restricted Project, kleopatra

May 24 2024

ikloecker committed rM986c5f0b9475: tests: Add new files to distribution (authored by ikloecker).
tests: Add new files to distribution
May 24 2024, 1:47 PM
ikloecker committed rM6aa359b1e8d4: cpp: Fix includes in public headers (authored by ikloecker).
cpp: Fix includes in public headers
May 24 2024, 10:58 AM
ikloecker committed rMadadfac997a8: core: Add information about revocation keys to keys (authored by ikloecker).
core: Add information about revocation keys to keys
May 24 2024, 10:51 AM
ikloecker committed rMf2575b6313ae: json: Add information about revocation keys to key list result (authored by ikloecker).
json: Add information about revocation keys to key list result
May 24 2024, 10:51 AM
ikloecker committed rM90eb80134b2d: cpp: Add information about revocation keys to Key (authored by ikloecker).
cpp: Add information about revocation keys to Key
May 24 2024, 10:51 AM
ikloecker committed rMf0d1f2c4c746: Merge branch 'ikloecker/t7118-revkeys' (authored by ikloecker).
Merge branch 'ikloecker/t7118-revkeys'
May 24 2024, 10:51 AM
ikloecker committed rKLEOPATRAeed159ebbca6: Prefer -symbolic momochrome system tray icon if exists (authored by Alois Spitzbart <spitz234@hotmail.com>).
Prefer -symbolic momochrome system tray icon if exists
May 24 2024, 9:42 AM
ikloecker committed rKLEOPATRAad9a12cf94a0: On Windows we still want to use the colored icon in the system tray (authored by ikloecker).
On Windows we still want to use the colored icon in the system tray
May 24 2024, 9:41 AM
ikloecker committed rKLEOPATRAd2d47edc3eb3: Prefer -symbolic momochrome system tray icon if exists (authored by Alois Spitzbart <spitz234@hotmail.com>).
Prefer -symbolic momochrome system tray icon if exists
May 24 2024, 9:30 AM

May 22 2024

ikloecker committed rKLEOPATRA77d135838264: Support building against LLVM's libc++ 18 (authored by Olivier Certner <olce.dev.kde@certner.fr>).
Support building against LLVM's libc++ 18
May 22 2024, 10:49 PM
ikloecker removed External Link on T6882: Make ADSK configurable for new keys.
May 22 2024, 9:23 PM · gnupg24 (2.4.6), gnupg22 (gnupg-2.2.45)
ikloecker added a comment to T6881: Kleopatra: Make designated revoker configurable for new keys.

I think it would be cleaner to create a separate ticket for making gpg fetch the requested key from LDAP.

May 22 2024, 9:20 PM · kleopatra
ikloecker renamed T7107: Kleopatra: Option "PublicKeyEncryptionOnly" from Kleopatra: Option "AsymmetricEncryptionOnly" to Kleopatra: Option "PublicKeyEncryptionOnly".
May 22 2024, 2:35 PM · gpd5x, Feature Request, kleopatra
ikloecker accepted D572: cpp,qt: Implement adding ADSKs.

Looks good

May 22 2024, 12:17 PM

May 21 2024

ikloecker renamed T6931: Kleopatra: Move kleopatragroupsrc to GNUPGHOME from Kleopatra: Rename kleopatragroupsrc and move it to GNUPGHOME to Kleopatra: Move kleopatragroupsrc to GNUPGHOME.
May 21 2024, 5:46 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker assigned T6931: Kleopatra: Move kleopatragroupsrc to GNUPGHOME to CarlSchwan.

Assigning to Carl since he's working on this already.

May 21 2024, 5:45 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker triaged T6931: Kleopatra: Move kleopatragroupsrc to GNUPGHOME as Normal priority.

Setting same priority as T6799.

May 21 2024, 5:44 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker added a comment to T6931: Kleopatra: Move kleopatragroupsrc to GNUPGHOME.

We shouldn't change the name of the config file. The syntax is different from GnuPG's .conf files. Therefore it's better not to use the same file suffix.

May 21 2024, 5:44 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker renamed T6931: Kleopatra: Move kleopatragroupsrc to GNUPGHOME from Kleopatra: Rename Kleopatragroupsrc and move it to GNUPGHOME to Kleopatra: Rename kleopatragroupsrc and move it to GNUPGHOME.
May 21 2024, 5:42 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker reopened T6931: Kleopatra: Move kleopatragroupsrc to GNUPGHOME as "Open".

I'm re-opening this ticket because I think this ticket only partially overlaps with T6799. T6799 is specific for g10 Code's releases of Kleopatra (especially for Windows) while this ticket makes sense for every version of Kleopatra.

May 21 2024, 5:37 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker committed rKLEOPATRAeea419e43b64: Change column title to Key ID (authored by ebo).
Change column title to Key ID
May 21 2024, 2:49 PM
ikloecker committed rMc933269d3a59: qt: Avoid bogus stringop-overread warning (authored by ikloecker).
qt: Avoid bogus stringop-overread warning
May 21 2024, 12:37 PM
ikloecker committed rM333241b286e2: qt: Fix warning about missing return (authored by ikloecker).
qt: Fix warning about missing return
May 21 2024, 12:25 PM

May 17 2024

ikloecker added a comment to T7036: gpgme: gpgme_op_receive_keys does not return an error if keyserver lookup is disabled.
In T7036#186290, @ebo wrote:

Tested with VS-Desktop-3.2.93.391-Beta:

May 17 2024, 3:49 PM · vsd33 (vsd-3.3.0), Restricted Project, gpgme
ikloecker committed rLIBKLEO69e408d3e308: Unify spelling of "Key ID" and "User ID" (authored by ikloecker).
Unify spelling of "Key ID" and "User ID"
May 17 2024, 3:46 PM
ikloecker committed rLIBKLEO555ba593595d: Unify spelling of "Key ID" and "User ID" (authored by ikloecker).
Unify spelling of "Key ID" and "User ID"
May 17 2024, 2:30 PM

May 16 2024

ikloecker changed the status of T7122: Kleopatra: Wrong success/error messages when changing the reset code/PUK of an OpenPGP card from Open to Testing.

Fixed and backported for VSD 3.3.

May 16 2024, 4:19 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker committed rKLEOPATRA3f8a633687fc: Fix wrong error and success messages when changing the OpenPGP card PUK (authored by ikloecker).
Fix wrong error and success messages when changing the OpenPGP card PUK
May 16 2024, 4:16 PM
ikloecker committed rKLEOPATRA45c27021c5e9: Fix wrong error and success messages when changing the OpenPGP card PUK (authored by ikloecker).
Fix wrong error and success messages when changing the OpenPGP card PUK
May 16 2024, 4:16 PM
ikloecker claimed T7122: Kleopatra: Wrong success/error messages when changing the reset code/PUK of an OpenPGP card.
May 16 2024, 4:09 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker triaged T7122: Kleopatra: Wrong success/error messages when changing the reset code/PUK of an OpenPGP card as Normal priority.
May 16 2024, 4:09 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker changed the status of T6420: Kleopatra: improve layout of and text in smartcard management view, a subtask of T6785: Kleopatra: Improvements related to smart cards, from Open to Testing.
May 16 2024, 3:53 PM · kleopatra
ikloecker changed the status of T6420: Kleopatra: improve layout of and text in smartcard management view from Open to Testing.

The texts were changed as discussed in the linked MR. I haven't changed the order of the buttons.

May 16 2024, 3:53 PM · vsd33 (vsd-3.3.0), Feature Request, Restricted Project, kleopatra
ikloecker committed rKLEOPATRA5af552d48e59: Improve some button texts and tooltips for OpenPGP smart cards (authored by ikloecker).
Improve some button texts and tooltips for OpenPGP smart cards
May 16 2024, 3:51 PM
ikloecker changed the status of T7119: Kleopatra: Progress bar in smartcard view does not disappear from Open to Testing.
May 16 2024, 3:01 PM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker committed rKLEOPATRA6a2fc3c547c9: Make GpgME::Protocol usable in queued connections (authored by ikloecker).
Make GpgME::Protocol usable in queued connections
May 16 2024, 2:59 PM
ikloecker changed the status of T7045: Kleopatra: Use "SCD DEVINFO --watch" also on Windows from Open to Testing.

In the Qt 6 version the DeviceInfoWatcher can be enabled on Windows for A/B testing by adding the following config option to kleopatrarc:

[__Experimental__]
UseDeviceInfoWatcher=true
May 16 2024, 11:55 AM · gpd5x (gpd-5.0.0), kleopatra
ikloecker committed rKLEOPATRAa8981545b890: Allow enabling DeviceInfoWatcher on Windows for A/B testing (authored by ikloecker).
Allow enabling DeviceInfoWatcher on Windows for A/B testing
May 16 2024, 11:49 AM
ikloecker removed a project from T7045: Kleopatra: Use "SCD DEVINFO --watch" also on Windows: vsd33.
May 16 2024, 11:04 AM · gpd5x (gpd-5.0.0), kleopatra
ikloecker changed the status of T7045: Kleopatra: Use "SCD DEVINFO --watch" also on Windows from Testing to Open.
May 16 2024, 11:04 AM · gpd5x (gpd-5.0.0), kleopatra
ikloecker moved T7045: Kleopatra: Use "SCD DEVINFO --watch" also on Windows from WiP to Backlog on the vsd33 board.
May 16 2024, 11:00 AM · gpd5x (gpd-5.0.0), kleopatra
ikloecker lowered the priority of T7045: Kleopatra: Use "SCD DEVINFO --watch" also on Windows from Normal to Low.

I have reverted the changes (also for VSD 3.3). I'll set this to open again and lower priority to low because the legacy file watching seems to work on Windows. We can revisit enabling the DeviceInfoWatcher on Windows when we have time to look into the root cause of T6688.

May 16 2024, 11:00 AM · gpd5x (gpd-5.0.0), kleopatra
ikloecker added a subtask for T7045: Kleopatra: Use "SCD DEVINFO --watch" also on Windows: T6688: Kleopatra GPGME: Reported assert on exit.
May 16 2024, 10:57 AM · gpd5x (gpd-5.0.0), kleopatra
ikloecker added a parent task for T6688: Kleopatra GPGME: Reported assert on exit: T7045: Kleopatra: Use "SCD DEVINFO --watch" also on Windows.
May 16 2024, 10:57 AM · gpd5x (gpd-5.0.0), gpgme, kleopatra
ikloecker added a comment to T6688: Kleopatra GPGME: Reported assert on exit.

Hopefully fixed by disabling the DeviceInfoWatcher on Windows again.

May 16 2024, 10:34 AM · gpd5x (gpd-5.0.0), gpgme, kleopatra
ikloecker changed the status of T6688: Kleopatra GPGME: Reported assert on exit from Open to Testing.
May 16 2024, 10:33 AM · gpd5x (gpd-5.0.0), gpgme, kleopatra
ikloecker claimed T6688: Kleopatra GPGME: Reported assert on exit.
May 16 2024, 10:33 AM · gpd5x (gpd-5.0.0), gpgme, kleopatra
ikloecker moved T7119: Kleopatra: Progress bar in smartcard view does not disappear from Restricted Project Column to Restricted Project Column on the Restricted Project board.
May 16 2024, 10:32 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker committed rM3e3db5784ff0: Require at least libgpg-error 1.47 (authored by ikloecker).
Require at least libgpg-error 1.47
May 16 2024, 10:29 AM
ikloecker committed rKLEOPATRA60586ab9ef31: Revert "Re-enable DeviceInfoWatcher on Windows" (authored by ikloecker).
Revert "Re-enable DeviceInfoWatcher on Windows"
May 16 2024, 10:19 AM
ikloecker added a reverting change for rKLEOPATRA3565dcb08f9d: Re-enable DeviceInfoWatcher on Windows: rKLEOPATRA60586ab9ef31: Revert "Re-enable DeviceInfoWatcher on Windows".
May 16 2024, 10:19 AM
ikloecker added a reverting change for rKLEOPATRA3565dcb08f9d: Re-enable DeviceInfoWatcher on Windows: rKLEOPATRA08e0a42bdddc: Revert "Re-enable DeviceInfoWatcher on Windows".
May 16 2024, 10:19 AM
ikloecker committed rKLEOPATRA08e0a42bdddc: Revert "Re-enable DeviceInfoWatcher on Windows" (authored by ikloecker).
Revert "Re-enable DeviceInfoWatcher on Windows"
May 16 2024, 10:19 AM

May 15 2024

ikloecker added a comment to T6799: Kleopatra configuration files in wrong places.

I don't think we need a fallback. For the group configuration we can manually look in the old location. And for everything else it's okay to lose the configuration.

May 15 2024, 1:31 PM · gpd5x (gpd-5.0.0), kleopatra
ikloecker committed rMa73a41109fff: tests: Fix test after changed behavior of gpgme_op_verify (authored by ikloecker).
tests: Fix test after changed behavior of gpgme_op_verify
May 15 2024, 11:55 AM
ikloecker moved T7118: gpgme: Add support for designated revokers from Restricted Project Column to Restricted Project Column on the Restricted Project board.
May 15 2024, 8:55 AM · gpgme, Restricted Project, kleopatra

May 14 2024

ikloecker added a comment to T6799: Kleopatra configuration files in wrong places.

Problem is that this approach doesn't work for settings that are read/written by KF, e.g. the language settings if people change the application language. I also don't particular like the Krita approach of forking everything. On the other hand, patching Qt is also suboptimal and doesn't even work for builds we don't control. Maybe KConfig needs a way to override the default config location retrieved from Qt.

May 14 2024, 5:12 PM · gpd5x (gpd-5.0.0), kleopatra
ikloecker committed rKLEOPATRAdb7ce1f67172: Improve some button texts and tooltips for OpenPGP smart cards (authored by ikloecker).
Improve some button texts and tooltips for OpenPGP smart cards
May 14 2024, 4:40 PM
ikloecker committed rKLEOPATRA3acb0e8a8f73: Improve some button texts and tooltips for OpenPGP smart cards (authored by ikloecker).
Improve some button texts and tooltips for OpenPGP smart cards
May 14 2024, 3:44 PM
ikloecker committed rKLEOPATRAa17bec76542c: Use KConfig on Windows for KMessageBox don't ask me again checkboxes (authored by CarlSchwan).
Use KConfig on Windows for KMessageBox don't ask me again checkboxes
May 14 2024, 2:22 PM
ikloecker committed rMTP2fb12d3d66f6: Depend on gpg4win/24.05 branch of kmime and kmbox (authored by ikloecker).
Depend on gpg4win/24.05 branch of kmime and kmbox
May 14 2024, 2:18 PM
ikloecker committed rKLEOPATRA047847c5db83: Update release service version to reflect the actual content (more or less) (authored by ikloecker).
Update release service version to reflect the actual content (more or less)
May 14 2024, 2:12 PM
ikloecker committed rKLEOPATRAe19b6f01ef90: Depend on gpg4win/24.05 branch of kmime and comment out optional deps (authored by ikloecker).
Depend on gpg4win/24.05 branch of kmime and comment out optional deps
May 14 2024, 2:12 PM
ikloecker committed rLIBKLEOf83ea2c9783e: Depend on gpg4win/24.05 branch of kpimtextedit (authored by ikloecker).
Depend on gpg4win/24.05 branch of kpimtextedit
May 14 2024, 2:08 PM
ikloecker triaged T7118: gpgme: Add support for designated revokers as Normal priority.
May 14 2024, 11:09 AM · gpgme, Restricted Project, kleopatra

May 8 2024

ikloecker added a comment to D600: posix: don't use LFS64 types in struct linux_dirent64.

/include/linux/dirent.h defines

struct linux_dirent64 {
	u64		d_ino;
	s64		d_off;
	unsigned short	d_reclen;
	unsigned char	d_type;
	char		d_name[];
};
May 8 2024, 3:35 PM · gpgme
ikloecker committed rKLEOPATRA356191ae0655: Change two names and fix title case for help items (authored by ebo).
Change two names and fix title case for help items
May 8 2024, 3:12 PM
ikloecker set External Link to https://invent.kde.org/pim/kleopatra/-/merge_requests/192 on T6420: Kleopatra: improve layout of and text in smartcard management view.
May 8 2024, 3:06 PM · vsd33 (vsd-3.3.0), Feature Request, Restricted Project, kleopatra
ikloecker committed rKLEOPATRA17cf83c929a4: Improve some button texts and tooltips for OpenPGP smart cards (authored by ikloecker).
Improve some button texts and tooltips for OpenPGP smart cards
May 8 2024, 3:06 PM
ikloecker moved T7113: Kleopatra: Remove "Create OpenPGP key" from OpenPGP smart card tab from Backlog to WiP on the vsd33 board.
May 8 2024, 2:50 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker changed the status of T7113: Kleopatra: Remove "Create OpenPGP key" from OpenPGP smart card tab from Open to Testing.
May 8 2024, 2:50 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker changed the status of T7113: Kleopatra: Remove "Create OpenPGP key" from OpenPGP smart card tab, a subtask of T6785: Kleopatra: Improvements related to smart cards, from Open to Testing.
May 8 2024, 2:50 PM · kleopatra
ikloecker committed rKLEOPATRA5597e6c61704: Remove functionality to create OpenPGP certificate for OpenPGP card keys (authored by ikloecker).
Remove functionality to create OpenPGP certificate for OpenPGP card keys
May 8 2024, 2:50 PM
ikloecker committed rKLEOPATRAbd5fb6e84bba: Remove functionality to create OpenPGP certificate for OpenPGP card keys (authored by ikloecker).
Remove functionality to create OpenPGP certificate for OpenPGP card keys
May 8 2024, 2:48 PM
ikloecker updated the task description for T6420: Kleopatra: improve layout of and text in smartcard management view.
May 8 2024, 2:48 PM · vsd33 (vsd-3.3.0), Feature Request, Restricted Project, kleopatra
ikloecker triaged T7113: Kleopatra: Remove "Create OpenPGP key" from OpenPGP smart card tab as Normal priority.
May 8 2024, 2:25 PM · vsd33 (vsd-3.3.0), Restricted Project, kleopatra
ikloecker moved T6420: Kleopatra: improve layout of and text in smartcard management view from Restricted Project Column to Restricted Project Column on the Restricted Project board.
May 8 2024, 11:13 AM · vsd33 (vsd-3.3.0), Feature Request, Restricted Project, kleopatra
ikloecker added a comment to T7089: Kleopatra: show "disabled" status.

I think Kleopatra now respects the "disabled" state of OpenPGP certificates. I don't remember the outcome of our discussion about allowing to disable OpenPGP certificates from Kleopatra, but I think this should be split out of this ticket.

May 8 2024, 10:20 AM · vsd33 (vsd-3.3.0), Feature Request, kleopatra, Restricted Project
ikloecker set External Link to https://invent.kde.org/pim/kleopatra/-/merge_requests/94 on T6882: Make ADSK configurable for new keys.
May 8 2024, 10:15 AM · gnupg24 (2.4.6), gnupg22 (gnupg-2.2.45)
ikloecker added a task to D572: cpp,qt: Implement adding ADSKs: T6880: GPGME (++/qt): Add support for --quick-add-adsk.
May 8 2024, 10:14 AM
ikloecker added a revision to T6880: GPGME (++/qt): Add support for --quick-add-adsk: D572: cpp,qt: Implement adding ADSKs.
May 8 2024, 10:14 AM · vsd33 (vsd-3.3.0), gpgme, Restricted Project
ikloecker set External Link to https://invent.kde.org/pim/kleopatra/-/merge_requests/88 on T6879: Kleopatra: Add support for adding an ADSK.
May 8 2024, 10:12 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker moved T6959: Kleopatra: Change colums in subkey details from Backlog to WiP on the vsd33 board.
May 8 2024, 10:10 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker changed the status of T6959: Kleopatra: Change colums in subkey details, a subtask of T6874: Kleopatra subkey management improvements, from Open to Testing.
May 8 2024, 10:10 AM · kleopatra
ikloecker changed the status of T6959: Kleopatra: Change colums in subkey details from Open to Testing.

Tobias should have addressed all points (except using ISO format for dates which we won't change in Kleopatra).

May 8 2024, 10:10 AM · vsd33 (vsd-3.3.0), kleopatra, Restricted Project
ikloecker added a comment to D600: posix: don't use LFS64 types in struct linux_dirent64.

$ man getdents64

getdents64()
    The  original  Linux getdents() system call did not handle large filesystems and large file offsets.  Consequently, Linux 2.4
    added getdents64(), with wider types for the d_ino and d_off fields.  In addition, getdents64() supports an  explicit  d_type
    field.
May 8 2024, 10:01 AM · gpgme

May 7 2024

ikloecker committed rGTOce03a602ee72: Adapt to changed API of Kleo::CryptoConfigModule (authored by ikloecker).
Adapt to changed API of Kleo::CryptoConfigModule
May 7 2024, 4:36 PM
ikloecker committed rKLEOPATRAf5815cb11834: Fix warnings about extra ';' (authored by ikloecker).
Fix warnings about extra ';'
May 7 2024, 3:49 PM
ikloecker committed rKLEOPATRA1005ad83552e: Remove obsolete separate definition of deprecation versions for Windows (authored by ikloecker).
Remove obsolete separate definition of deprecation versions for Windows
May 7 2024, 3:34 PM
ikloecker committed rKLEOPATRA526223b1cc9c: Remove obsolete separate definition of deprecation versions for Windows (authored by ikloecker).
Remove obsolete separate definition of deprecation versions for Windows
May 7 2024, 3:32 PM