diff options
| author | 2025-07-30 17:03:31 +0200 | |
|---|---|---|
| committer | 2025-07-30 17:03:31 +0200 | |
| commit | ba18690abb4f5ce77bb10164ee0835cc150f4a2a (patch) | |
| tree | 6d486034fb296f999e4f3a650907959a22d44c50 | |
| parent | CI: Attempt a different workaround for macOS being macOS (#2708) (diff) | |
| download | KVIrc-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.txt | 2 | ||||
| -rw-r--r-- | RELEASES | 15 | ||||
| -rw-r--r-- | dist/build_debian.sh | 4 | ||||
| -rw-r--r-- | dist/debian/libkvilib5.lintian-overrides | 2 |
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}) @@ -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 |
