Changelog for
mingw64-libgpgme-devel-1.23.2-3.1.noarch.rpm :
* Fri Aug 09 2024 Ralf Habacker
- Update to 1.23.2:
* Preserve more specific existing failure code. [T6575]
* qt: Start dirmngr with gpgconf to avoid multiple instances. [T6833]
* qt: On Windows, use UTF-8 when logging the error text. [T5960]
* qt: Remove left-over partial files more persistently. [T6584]
* qt: Use a temporary file name when creating signed or encrypted archives. [T6721]
* qt: Build Qt 6 bindings with -fPIC if requested or Qt 6 was built with this flag. [T6781]
* Notes: - qt: DefaultKeyGenerationJob DEPRECATED.
* Release-info: https://dev.gnupg.org/T6782- Rebased patches:
* fix-mingw-builds.patch
* Tue Aug 06 2024 Ralf Habacker - Fixed bug that cmake clients only find QGpgme if they use the build type \'Release\'.- Added patches:
* fix-mingw-builds.patch
* Sun Jul 31 2022 Ralf Habacker - Update to 1.17.1
* Tue Apr 20 2021 Ralf Habacker - update to 1.15.1
* Mon Oct 15 2018 ralf.habackerAATTfreenet.de- add qt5 support- fix mingw64-kmymoney5 builds caused by missing defines in generated cmake files- remove buildroot from generated cmake files- gpg version 2.0.10 is now required- mingw64-libgpg-error version 1.24 is now required
* Fri Sep 14 2018 fstrbaAATTsuse.com- update to 1.11.1
* Fri Sep 11 2015 astiegerAATTsuse.com- restore taking build timestamp from changelog date
* Wed Aug 26 2015 astiegerAATTsuse.com- gpgme 1.6.0:
* Added gpgme_set_offline to do a key listinging w/o requiring CRL.
* Added gpgme_set_status_cb to allow a user to see some status messages.
* Added an export mode for secret keys.
* More precise error codes are returned if GnuPG >= 2.1.8 is used.
* The passphrase handler for the loopback mode has been improved and may also be used with genkey.
* Interface changes relative to the 1.5.1 release: gpgme_set_offline NEW. gpgme_get_offline NEW. gpgme_set_status_cb NEW. gpgme_get_status_cb NEW. GPGME_EXPORT_MODE_SECRET NEW GPGME_EXPORT_MODE_RAW NEW. GPGME_EXPORT_MODE_PKCS12 NEW.
* Fri Jun 19 2015 astiegerAATTsuse.com- fix install-info for clean uninstall [boo#935339]
* Mon Jun 08 2015 astiegerAATTsuse.com- gpgme 1.5.5:
* Fixed crash in key listings for user ids with a backslash.
* Fixed regression for GPGSM use with GnuPG < 2.1.
* Properly set signature summary for revoked OpenPGP keys.