aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--RELEASES39
-rw-r--r--dist/build_debian.sh4
-rw-r--r--dist/debian/libkvilib5.lintian-overrides2
4 files changed, 43 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 882e3dfed..89e8212fc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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})
diff --git a/RELEASES b/RELEASES
index 1a48c3cb4..9fec26a30 100644
--- a/RELEASES
+++ b/RELEASES
@@ -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
+#kvirc@Libera.chat
+
+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
+#kvirc@Libera.chat
+
+Have fun!
+The KVIrc Development Team
+
+
01.01.2019: Release 5.0.0 "Aria"
###############################################################################
diff --git a/dist/build_debian.sh b/dist/build_debian.sh
index 01490d65e..b2ac14bca 100644
--- a/dist/build_debian.sh
+++ b/dist/build_debian.sh
@@ -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"
diff --git a/dist/debian/libkvilib5.lintian-overrides b/dist/debian/libkvilib5.lintian-overrides
index 7557ec10e..0e1904e93 100644
--- a/dist/debian/libkvilib5.lintian-overrides
+++ b/dist/debian/libkvilib5.lintian-overrides
@@ -1 +1 @@
-libkvilib5: no-symbols-control-file */libkvilib.so.5.2.0
+libkvilib5: no-symbols-control-file */libkvilib.so.5.2.2