Merge branch '1.8.x'

This commit is contained in:
Alexey Sokolov
2020-09-08 20:27:35 +01:00
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -1,3 +1,16 @@
# ZNC 1.8.2 (2020-07-07)
## New
* Polish translation
* List names of translators in TRANSLATORS.md file in source, as this contribution isn't directly reflected in git log
* During --makeconf warn about listening on port 6697 too, not only about 6667
## Fixes
* webadmin: When confirming deletion of a network and selecting No, redirect to the edituser page instead of listusers page
* Make more client command results translateable, which were missed before
# ZNC 1.8.1 (2020-05-07)
Fixed bug introduced in ZNC 1.8.0:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.12
ARG VERSION_EXTRA=""