mirror of
https://github.com/znc/znc.git
synced 2026-05-06 05:22:26 +02:00
Merge branch '1.7.x'
This commit is contained in:
18
ChangeLog.md
18
ChangeLog.md
@@ -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
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user