Skip to content

Commit da51856

Browse files
authored
Release 5.2.10 (kvirc#2737)
1 parent 7d431d3 commit da51856

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ set(PACKAGE "kvirc")
4747
set(NICENAME "KVIrc")
4848
set(VERSION_MAJOR "5")
4949
set(VERSION_BRANCH "5.2")
50-
set(VERSION_RELEASE "5.2.8")
50+
set(VERSION_RELEASE "5.2.10")
5151
set(VERSION_CODENAME "Quasar")
5252

5353
string(REGEX MATCH "[0-9]+$" VERSION_MINOR ${VERSION_BRANCH})

RELEASES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
12.12.2025: Release 5.2.10 "Quasar"
2+
###############################################################################
3+
4+
A new bugfix release KVIrc 5.2.10 "Quasar" has been released.
5+
6+
This release adds misc logic and graphical fixes to various issues emerged in
7+
the last months, and adds proper support for the cap-notify IRCv3 capability.
8+
9+
For every need, or even just for some small talking, come and say hi at
10+
#kvirc@Libera.chat
11+
12+
Have fun!
13+
The KVIrc Development Team
14+
15+
116
30.07.2025: Release 5.2.8 "Quasar"
217
###############################################################################
318

dist/build_debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ BUILDDIR="${DIR}/build"
2828
cd .. && GITDIR=$(pwd)
2929
PKG_NAME=kvirc
3030
SVNGITBZR="~git-"
31-
VERSION='4:5.2.8'
32-
VERSION1='5.2.8'
31+
VERSION='4:5.2.10'
32+
VERSION1='5.2.10'
3333
TMPFILE=$(mktemp)
3434
TMPGPG=$(mktemp)
3535
DIST_PPA="xenial bionic cosmic"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libkvilib5: no-symbols-control-file */libkvilib.so.5.2.8
1+
libkvilib5: no-symbols-control-file */libkvilib.so.5.2.10

0 commit comments

Comments
 (0)