This commit is contained in:
Alexey Sokolov
2017-03-12 21:00:29 +00:00
parent c40d4a4efb
commit 0267082eaa
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
# ZNC 1.6.5 (2017-03-12)
## Fixes
* Fixed a regression of 1.6.4 which caused a crash in modperl/modpython.
* Fixed the behavior of `verbose` command in the sasl module.
# ZNC 1.6.4 (2016-12-10)
## Fixes

View 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.6.5-rc1])
AC_INIT([znc], [1.6.5])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/znc.cpp])
AC_LANG([C++])