mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
ZNC 1.7.4
This commit is contained in:
@@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.1)
|
||||
project(ZNC VERSION 1.7.4)
|
||||
set(ZNC_VERSION 1.7.4)
|
||||
set(append_git_version false)
|
||||
set(alpha_version "-rc1") # e.g. "-rc1"
|
||||
set(alpha_version "") # e.g. "-rc1"
|
||||
set(VERSION_EXTRA "" CACHE STRING
|
||||
"Additional string appended to version, e.g. to mark distribution")
|
||||
|
||||
|
||||
11
ChangeLog.md
11
ChangeLog.md
@@ -1,3 +1,14 @@
|
||||
# ZNC 1.7.4 (2019-06-19)
|
||||
|
||||
## Fixes
|
||||
* This is a security release to fix CVE-2019-12816 (remote code execution by existing non-admin users). Thanks to Jeriko One for the bugreport.
|
||||
* Send "Connected!" messages to client to the correct nick.
|
||||
|
||||
# Internal
|
||||
* Increase znc-buildmod timeout in the test.
|
||||
|
||||
|
||||
|
||||
# ZNC 1.7.3 (2019-03-30)
|
||||
|
||||
## Fixes
|
||||
|
||||
@@ -7,7 +7,7 @@ AC_DEFUN([AC_PROG_CC], [m4_errprint(__file__:__line__[: Something is trying to u
|
||||
dnl Needed for AC_PATH_PROGS_FEATURE_CHECK which was added in 2.62
|
||||
AC_PREREQ([2.62])
|
||||
dnl Keep the version number in sync with version.h!
|
||||
AC_INIT([znc], [1.7.4-rc1])
|
||||
AC_INIT([znc], [1.7.4])
|
||||
LIBZNC_VERSION=1.7.4
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_SRCDIR([src/znc.cpp])
|
||||
|
||||
Reference in New Issue
Block a user