Merge branch '1.7.x'

This commit is contained in:
Alexey Sokolov
2019-01-27 10:07:06 +00:00
2 changed files with 19 additions and 2 deletions

View File

@@ -1,3 +1,21 @@
# ZNC 1.7.2 (2019-01-19)
## New
* Add French translation
* Update translations
## Fixes
* Fix compilation without deprecated APIs in OpenSSL
* Distinguish Channel CTCP Requests and Replies
* admindebug: Enforce need of TTY to turn on debug mode
* controlpanel: Add missing return to ListNetMods
* webadmin: Fix adding the last allowed network
## Internal
* Add more details to DNS error logs
# ZNC 1.7.1 (2018-07-17)
## Security critical fixes

View File

@@ -32,8 +32,7 @@ else
ZNCDIR=znc-$VERSION
TARGZ=$ZNCDIR.tar.gz
SIGN=1
DESC=""
# DESC="-rc1"
DESC="$(sed -En 's/set\(alpha_version "(.*)"\).*/\1/p' CMakeLists.txt)"
fi
TARGZ=`readlink -f -- $TARGZ`