mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
ZNC 1.9.1
This commit is contained in:
+3
-3
@@ -15,9 +15,9 @@
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
project(ZNC VERSION 1.9.0 LANGUAGES CXX)
|
||||
set(ZNC_VERSION 1.9.x)
|
||||
set(append_git_version true)
|
||||
project(ZNC VERSION 1.9.1 LANGUAGES CXX)
|
||||
set(ZNC_VERSION 1.9.1)
|
||||
set(append_git_version false)
|
||||
set(alpha_version "") # e.g. "-rc1"
|
||||
set(VERSION_EXTRA "" CACHE STRING
|
||||
"Additional string appended to version, e.g. to mark distribution")
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
# ZNC 1.9.1 (2024-07-03)
|
||||
|
||||
* This is a security release to fix CVE-2024-39844: remote code execution vulnerability in modtcl.
|
||||
* To mitigate this for existing installations, simply unload the modtcl module for every user, if it's loaded. Note that only users with admin rights can load modtcl at all.
|
||||
* Thanks to Johannes Kuhn (DasBrain) for reporting, to glguy for the patch, and to multiple IRC network operators for help with mitigating this on server side before disclosure.
|
||||
* Improve tooltips in webadmin.
|
||||
|
||||
|
||||
# ZNC 1.9.0 (2024-02-22)
|
||||
|
||||
## New
|
||||
|
||||
Reference in New Issue
Block a user