]> jfr.im git - irc/znc/znc.git/commitdiff
ZNC 1.7.4 znc-1.7.4
authorAlexey Sokolov <redacted>
Fri, 21 Jun 2019 20:31:06 +0000 (21:31 +0100)
committerAlexey Sokolov <redacted>
Fri, 21 Jun 2019 20:31:06 +0000 (21:31 +0100)
CMakeLists.txt
ChangeLog.md
configure.ac

index ec55d2584b0916f205e6d930f6aaee2a7923c194..528d7e460ecf8102c9b07866d7029088bcd77ddf 100644 (file)
@@ -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")
 
index de4156b84fdd5cf077c7130b6be3a947ca36793f..0ab7ffa84eefc9e4aafe1d6bbbf320a0420202f5 100644 (file)
@@ -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
index a65fe1007a7386850a27c0a96752d2e92f68935c..4277d18821606bf175e56d59bc13c355b7fb4f07 100644 (file)
@@ -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])