mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 19:50:18 +00:00
preparation for upcoming release 2.17.4
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
ZoiteChat ChangeLog
|
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)
|
2.17.3 (2026-01-17)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,16 @@
|
|||||||
<id>zoitechat.desktop</id>
|
<id>zoitechat.desktop</id>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<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">
|
<release date="2026-01-17" version="2.17.3">
|
||||||
<description>
|
<description>
|
||||||
<p>Fixes and minor features:</p>
|
<p>Fixes and minor features:</p>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
project('zoitechat', 'c',
|
project('zoitechat', 'c',
|
||||||
version: '2.17.3',
|
version: '2.17.4',
|
||||||
meson_version: '>= 0.47.0',
|
meson_version: '>= 0.47.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=gnu89',
|
'c_std=gnu89',
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.17.3
|
2.17.4
|
||||||
|
|||||||
Reference in New Issue
Block a user