aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Fabio Bas2025-07-30 17:03:31 +0200
committerGravatar Fabio Bas2025-07-30 17:03:31 +0200
commitba18690abb4f5ce77bb10164ee0835cc150f4a2a (patch)
tree6d486034fb296f999e4f3a650907959a22d44c50
parentCI: Attempt a different workaround for macOS being macOS (#2708) (diff)
downloadKVIrc-5.2.8.tar.gz
KVIrc-5.2.8.tar.bz2
KVIrc-5.2.8.zip
version 5.2.8 5.2.8
-rw-r--r--CMakeLists.txt2
-rw-r--r--RELEASES15
-rw-r--r--dist/build_debian.sh4
-rw-r--r--dist/debian/libkvilib5.lintian-overrides2
4 files changed, 19 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eb33a5277..4241641d5 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.6")
+set(VERSION_RELEASE "5.2.8")
set(VERSION_CODENAME "Quasar")
string(REGEX MATCH "[0-9]+$" VERSION_MINOR ${VERSION_BRANCH})
diff --git a/RELEASES b/RELEASES
index 8758f709d..03bf06800 100644
--- a/RELEASES
+++ b/RELEASES
@@ -1,3 +1,18 @@
+30.07.2025: Release 5.2.8 "Quasar"
+###############################################################################
+
+A new bugfix release KVIrc 5.2.8 "Quasar" has been released.
+
+This release updates the basic libraries used by KVIrc and fixes a couple of
+bugs for Windows and KDE users.
+
+For every need, or even just for some small talking, come and say hi at
+#kvirc@Libera.chat
+
+Have fun!
+The KVIrc Development Team
+
+
11.10.2024: Release 5.2.6 "Quasar"
###############################################################################
diff --git a/dist/build_debian.sh b/dist/build_debian.sh
index 252f37376..83adb959f 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.6'
-VERSION1='5.2.6'
+VERSION='4:5.2.8'
+VERSION1='5.2.8'
TMPFILE=$(mktemp)
TMPGPG=$(mktemp)
DIST_PPA="xenial bionic cosmic"
diff --git a/dist/debian/libkvilib5.lintian-overrides b/dist/debian/libkvilib5.lintian-overrides
index 1075c9093..e6877f6c1 100644
--- a/dist/debian/libkvilib5.lintian-overrides
+++ b/dist/debian/libkvilib5.lintian-overrides
@@ -1 +1 @@
-libkvilib5: no-symbols-control-file */libkvilib.so.5.2.6
+libkvilib5: no-symbols-control-file */libkvilib.so.5.2.8