To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
ChangeLog/1.6.6: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "{{ChangeLog|released=no}} This is a bugfix-only release. Stay tuned for bigger features in the upcoming 1.7 :-) == Fixes == * Fix use-after-free in <code>znc --makepem</code..." |
(No difference)
|
Revision as of 22:22, 22 February 2018
← 1.6.5 | ZNC 1.6.6 | 1.7.0 → |
This is an old ZNC version. If you still use it, please consider upgrading to 1.9.1. |
This is a bugfix-only release. Stay tuned for bigger features in the upcoming 1.7 :-)
Fixes
- Fix use-after-free in
znc --makepem
. It was broken for a long time, but started segfaulting only now. This is a useability fix, not a security fix, because self-signed (or signed by a CA) certificates can be created without using--makepem
, and then combined intoznc.pem
. - Fix build on Cygwin.