diff options
| author | 2025-12-12 14:46:08 +0100 | |
|---|---|---|
| committer | 2025-12-12 14:46:08 +0100 | |
| commit | da51856403a84cb93a3b978e094e990b5bfee749 (patch) | |
| tree | d8a03c4a37a74fc79c5cf7ede37332c00dbcce18 | |
| parent | Translation updates (#2735) (diff) | |
| download | KVIrc-da51856403a84cb93a3b978e094e990b5bfee749.tar.gz KVIrc-da51856403a84cb93a3b978e094e990b5bfee749.tar.bz2 KVIrc-da51856403a84cb93a3b978e094e990b5bfee749.zip | |
Release 5.2.10 (#2737) 5.2.10
| -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 4241641d5..35f7b8300 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.8") +set(VERSION_RELEASE "5.2.10") set(VERSION_CODENAME "Quasar") string(REGEX MATCH "[0-9]+$" VERSION_MINOR ${VERSION_BRANCH}) @@ -1,3 +1,18 @@ +12.12.2025: Release 5.2.10 "Quasar" +############################################################################### + +A new bugfix release KVIrc 5.2.10 "Quasar" has been released. + +This release adds misc logic and graphical fixes to various issues emerged in +the last months, and adds proper support for the cap-notify IRCv3 capability. + +For every need, or even just for some small talking, come and say hi at +#kvirc@Libera.chat + +Have fun! +The KVIrc Development Team + + 30.07.2025: Release 5.2.8 "Quasar" ############################################################################### diff --git a/dist/build_debian.sh b/dist/build_debian.sh index 83adb959f..44ebf0446 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.8' -VERSION1='5.2.8' +VERSION='4:5.2.10' +VERSION1='5.2.10' TMPFILE=$(mktemp) TMPGPG=$(mktemp) DIST_PPA="xenial bionic cosmic" diff --git a/dist/debian/libkvilib5.lintian-overrides b/dist/debian/libkvilib5.lintian-overrides index e6877f6c1..ce4a646b2 100644 --- a/dist/debian/libkvilib5.lintian-overrides +++ b/dist/debian/libkvilib5.lintian-overrides @@ -1 +1 @@ -libkvilib5: no-symbols-control-file */libkvilib.so.5.2.8 +libkvilib5: no-symbols-control-file */libkvilib.so.5.2.10 |
