mirror of
https://github.com/znc/znc.git
synced 2026-08-05 16:33:46 +02:00
Merge branch '1.8.x'
This commit is contained in:
@@ -114,11 +114,6 @@ install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew outdated cmake || brew upgrade cmake; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew info --json=v1 --installed | jq .; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PKG_CONFIG_PATH="$(brew --prefix qt5)/lib/pkgconfig:$PKG_CONFIG_PATH"; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ls -la ~/.cache; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ls -la ~/.cache/pip; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ls -la ~/.cache/pip/wheels; fi
|
||||
# bad permissions on ARM machine on travis
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then mv ~/.cache/pip ~/.cache/pip_bad; fi
|
||||
- pip3 install --user coverage
|
||||
- export ZNC_MODPYTHON_COVERAGE=1
|
||||
- "echo pkg-config path: [$PKG_CONFIG_PATH]"
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
# ZNC 1.8.1 (2020-05-07)
|
||||
|
||||
Fixed bug introduced in ZNC 1.8.0:
|
||||
|
||||
Authenticated users can trigger an application crash (with a NULL pointer dereference) if echo-message is not enabled and there is no network. CVE-2020-13775
|
||||
|
||||
|
||||
|
||||
# ZNC 1.8.0 (2020-05-01)
|
||||
|
||||
## New
|
||||
|
||||
Reference in New Issue
Block a user