gyunaev / birdtray

new mail system tray notification icon for Thunderbird
GNU General Public License v3.0
792 stars 60 forks source link

Fix bundled OpenSSL in Windows installer #568

Closed Abestanis closed 1 year ago

Abestanis commented 1 year ago

We use Qt5.15, which only supports OpenSSL 1.1.1. The latest installer included OpenSSL 3.1.2, which unfortunately broke the auto updater for Windows, because Qt couldn't use the bundled OpenSSL library.

I apologize for the flurry of requests for releases, but I really think it would be best to make a v1.11.4 release as soon as this is merged, because the previous releases break the automatic updating for all Windows installations. Therefore I would like to ask you to create another release with these changes once this is merged, I already bumped the version number and I marked the 1.11.3 release as a prerelease.

Fixes #566.

Abestanis commented 1 year ago

@gyunaev do you want me to undraft the release?

gyunaev commented 1 year ago

Sure go ahead.