Skip to content

Commit

Permalink
Version 5.2.2 (#2614)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlaltca authored Mar 9, 2024
1 parent 27f96bb commit 16ced68
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set(PACKAGE "kvirc")
set(NICENAME "KVIrc")
set(VERSION_MAJOR "5")
set(VERSION_BRANCH "5.2")
set(VERSION_RELEASE "5.2.0")
set(VERSION_RELEASE "5.2.2")
set(VERSION_CODENAME "Quasar")

string(REGEX MATCH "[0-9]+$" VERSION_MINOR ${VERSION_BRANCH})
Expand Down
39 changes: 39 additions & 0 deletions RELEASES
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
08.03.2024: Release 5.2.2 "Quasar"
###############################################################################

Here we go again: 5.2.2 is ready.

This release introduces the use of Qt version 6 on all platforms.
This adds better support for recent operating systems like Windows 10/11 and
macOS, fixing a few long standing issues.
Since 5.2.0 a few critical bugfixes has been added, including fixes for crashes
and memory leaks.

For every need, or even just for some small talking, come and say hi at
#[email protected]

Have fun!
The KVIrc Development Team


14.01.2024: Release 5.2.0 "Quasar"
###############################################################################

This release contains changes from the last 5 years of development, including:

* Support for the latest version of upstream libraries: Qt5.15/6.6, KDE5/6,
OpenSSL 1.x/3.x
* Wayland support
* Fix for some nasty crash bugs
* an improved font rendering engine able to represent complex characters like
emojis with ligatures
* a reworked tray icon that now follows your OS style
* better support for solanum ircd (Libera net)

For every need, or even just for some small talking, come and say hi at
#[email protected]

Have fun!
The KVIrc Development Team


01.01.2019: Release 5.0.0 "Aria"
###############################################################################

Expand Down
4 changes: 2 additions & 2 deletions dist/build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ BUILDDIR="${DIR}/build"
cd .. && GITDIR=$(pwd)
PKG_NAME=kvirc
SVNGITBZR="~git-"
VERSION='4:5.2.0'
VERSION1='5.2.0'
VERSION='4:5.2.2'
VERSION1='5.2.2'
TMPFILE=$(mktemp)
TMPGPG=$(mktemp)
DIST_PPA="xenial bionic cosmic"
Expand Down
2 changes: 1 addition & 1 deletion dist/debian/libkvilib5.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libkvilib5: no-symbols-control-file */libkvilib.so.5.2.0
libkvilib5: no-symbols-control-file */libkvilib.so.5.2.2

0 comments on commit 16ced68

Please sign in to comment.