Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 5.2.6 #2683

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set(PACKAGE "kvirc")
set(NICENAME "KVIrc")
set(VERSION_MAJOR "5")
set(VERSION_BRANCH "5.2")
set(VERSION_RELEASE "5.2.4")
set(VERSION_RELEASE "5.2.6")
set(VERSION_CODENAME "Quasar")

string(REGEX MATCH "[0-9]+$" VERSION_MINOR ${VERSION_BRANCH})
Expand Down
18 changes: 18 additions & 0 deletions RELEASES
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
11.10.2024: Release 5.2.6 "Quasar"
###############################################################################

A new bugfix release KVIrc 5.2.6 "Quasar" has been released.

A few bugs were fixed, including potential app crashes.
Windows users will be delighted to see that KVIrc correctly follows the
operating system's dark mode theme when enabled.
Please note that we have added an additional Windows binary based on Qt5 that
still supports Windows 7.

For every need, or even just for some small talking, come and say hi at
#[email protected]

Have fun!
The KVIrc Development Team


11.05.2024: Release 5.2.4 "Quasar"
###############################################################################

Expand Down
4 changes: 2 additions & 2 deletions dist/build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ BUILDDIR="${DIR}/build"
cd .. && GITDIR=$(pwd)
PKG_NAME=kvirc
SVNGITBZR="~git-"
VERSION='4:5.2.4'
VERSION1='5.2.4'
VERSION='4:5.2.6'
VERSION1='5.2.6'
TMPFILE=$(mktemp)
TMPGPG=$(mktemp)
DIST_PPA="xenial bionic cosmic"
Expand Down
2 changes: 1 addition & 1 deletion dist/debian/libkvilib5.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libkvilib5: no-symbols-control-file */libkvilib.so.5.2.4
libkvilib5: no-symbols-control-file */libkvilib.so.5.2.6
Loading