Changelog for
mingw32-gwenhywfar-devel-4.20.1-6.120.noarch.rpm :
* Fri Jan 28 2022 Ralf Habacker
- Fix dependency to mingw32-cross-libqt4-qmake required since mingw32-libqt4 version 4.8.7
* Fri Apr 26 2019 Ralf Habacker - Add patches for Qt5 support:
* 0001-ax_have_qt.m4-Fix-not-getting-variables-from-the-gen.patch
* 0001-Fix-finding-gwenhywfar-Qt5-library-for-cmake-build-sys.patch
* 0001-Fix-libtool-warning-undefined-symbols-not-allowed-in.patch
* Fri Jan 18 2019 Ralf Habacker - Add gwenhywfar-default-bundle-support-on-windows.patch: Load ca-bundle.crt on Windows to fix \'Signer not found\' issue, see https://www.aquamaniac.de/rdm/issues/22
* Tue May 30 2017 nico.kruberAATTgmail.com- Update to 4.17.0 + minor bugfixes
* Fri Oct 14 2016 jcnengelAATTgmail.com- Update to 4.16.0 + Fix issues handling certificates
* Wed Sep 07 2016 nico.kruberAATTgmail.com- quick fix for $CPP being unset and configure failing to handle include dirs properly
* Sun Aug 21 2016 jcnengelAATTgmail.com- Update to 4.15.5beta + Fix connections to buggy SSL servers
* Sat Apr 30 2016 nico.kruberAATTgmail.com- Update to 4.15.3 + improve and simplify the TLS code + fix an error in the message parser (MsgEngine) that caused problems with some special HBCI messages + new (experimental) QT5 front-end (not enabled yet here)
* Wed Jan 13 2016 jcnengelAATTgmail.com- Update to 4.15.2beta + Use new code for SSL connections to enable build with current GnuTLS versions. This obsoletes patch gwenhywfar-gnutls30.patch
* Thu Nov 05 2015 nico.kruberAATTgmail.com- Update to 4.14.0: + Fix segfault on windows when using HBCI with keyfile. + Major speedup of GWEN_Directory_GetMatchingFilesRecursively(). + Re-work Compiler Symbol Visibility Check. + Drop unused autoconf variable gwen_enable_export. + Fix symbol visibilty check for GCC 5.x. + Revert \"Turn compiler warning for implicit function declaration into error.\" + Revert \"Disable timestamps in HTML pages generated by Doxygen\". + Disable timestamps in HTML pages generated by Doxygen. + typemaker2: Added support for _free-hooks, fixed many compiler warnings. + API ADDITION: Added 2 more virtual functions to GWEN_MULTICACHE. + Added functions GWEN_Param_List_Get/SetCurrentValueAsInt/Double.