diff options
| author | 2024-05-11 13:44:18 +0200 | |
|---|---|---|
| committer | 2024-05-11 13:44:18 +0200 | |
| commit | 0bb27332d96426b95176648761680ff5a3e10dfe (patch) | |
| tree | c40786a9ea3af3a5f0301d7b8873f13fbf955e23 | |
| parent | Remove rfc (#2641) (diff) | |
| download | KVIrc-5.2.4.tar.gz KVIrc-5.2.4.tar.bz2 KVIrc-5.2.4.zip | |
Version 5.2.4 (#2642) 5.2.4
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | RELEASES | 31 | ||||
| -rw-r--r-- | dist/build_debian.sh | 4 | ||||
| -rw-r--r-- | dist/debian/libkvilib5.lintian-overrides | 2 |
4 files changed, 29 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 67ca6f259..81e7b3e46 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.2") +set(VERSION_RELEASE "5.2.4") set(VERSION_CODENAME "Quasar") string(REGEX MATCH "[0-9]+$" VERSION_MINOR ${VERSION_BRANCH}) @@ -1,3 +1,21 @@ +11.05.2024: Release 5.2.4 "Quasar" +############################################################################### + +A couple of month has passed, and 5.2.4 is available. + +This is mostly a bugfix release, including some quality of life improvements +for Wayland users on GNU/Linux and Windows users running KVirc as a "portable" +app. It also includes an important fix for a crash related to the undo/redo +functionality. As a goodie, a new "Vertical line margin" option has been added +to the ircview to make your ASCII art look better than ever. + +For every need, or even just for some small talking, come and say hi at +#kvirc@Libera.chat + +Have fun! +The KVIrc Development Team + + 08.03.2024: Release 5.2.2 "Quasar" ############################################################################### @@ -37,6 +55,13 @@ Have fun! The KVIrc Development Team + + +############################################################################### +# Historic entries : just for the curious +############################################################################### + + 01.01.2019: Release 5.0.0 "Aria" ############################################################################### @@ -256,12 +281,6 @@ you got it from (svn, kvirc site, other sites). - - -############################################################################### -# Historic entries : just for the curious -############################################################################### - 15 October 2008: Release 3.4.2 "Shiny" ############################################################################### diff --git a/dist/build_debian.sh b/dist/build_debian.sh index b2ac14bca..8a44855fd 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.2' -VERSION1='5.2.2' +VERSION='4:5.2.4' +VERSION1='5.2.4' TMPFILE=$(mktemp) TMPGPG=$(mktemp) DIST_PPA="xenial bionic cosmic" diff --git a/dist/debian/libkvilib5.lintian-overrides b/dist/debian/libkvilib5.lintian-overrides index 0e1904e93..42eed66c3 100644 --- a/dist/debian/libkvilib5.lintian-overrides +++ b/dist/debian/libkvilib5.lintian-overrides @@ -1 +1 @@ -libkvilib5: no-symbols-control-file */libkvilib.so.5.2.2 +libkvilib5: no-symbols-control-file */libkvilib.so.5.2.4 |
