preparation for upcoming release 2.17.4

This commit is contained in:
2026-02-03 13:28:35 -07:00
parent cf2e44f3d5
commit 303d5cc581
4 changed files with 19 additions and 2 deletions

View File

@@ -1,6 +1,13 @@
ZoiteChat ChangeLog
=================
2.17.4 (2026-02-03)
-------------------
- STS handling now persists server policies, enforces upgrades more consistently, and falls back to current ports when needed.
- Windows build workflow updated (MSYS2 setup changes) and OpenSSL trust store handling tightened for safer TLS connections.
- Reduced GLib coupling in multiple Windows subsystems (spellcheck, history, sysinfo) plus small stability fixes.
2.17.3 (2026-01-17)
-------------------

View File

@@ -25,6 +25,16 @@
<id>zoitechat.desktop</id>
</provides>
<releases>
<release date="2026-02-03" version="2.17.4">
<description>
<p>Fixes and minor features:</p>
<ul>
<li>STS handling now persists server policies, enforces upgrades more consistently, and falls back to current ports when needed.</li>
<li>Windows build workflow updated (MSYS2 setup changes) and OpenSSL trust store handling tightened for safer TLS connections.</li>
<li>Reduced GLib coupling in multiple Windows subsystems (spellcheck, history, sysinfo) plus small stability fixes.</li>
</ul>
</description>
</release>
<release date="2026-01-17" version="2.17.3">
<description>
<p>Fixes and minor features:</p>

View File

@@ -1,5 +1,5 @@
project('zoitechat', 'c',
version: '2.17.3',
version: '2.17.4',
meson_version: '>= 0.47.0',
default_options: [
'c_std=gnu89',

View File

@@ -1 +1 @@
2.17.3
2.17.4