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/0.204: Difference between revisions
Jump to navigation
Jump to search
>Kuja m use the CVE template |
DarthGandalf (talk | contribs) |
||
Line 7: | Line 7: | ||
* Fix [[modperl]] compilation. | * Fix [[modperl]] compilation. | ||
* Don't use <code>mkdir</code> during install. | * Don't use <code>mkdir</code> during install. | ||
* | * Fix compilation failures, which happened sometimes when older ZNC was already installed. | ||
== Minor stuff == | == Minor stuff == |
Revision as of 16:45, 12 January 2012
This is a bugfix-mostly release due to CVE-2012-0033 [1] [2] [3] .
Fixes
- Fix a crash in bouncedcc module with
DCC RESUME
. - Send a
MODE
request whenJOIN
ing. - Block raw 301 in antiidle.
- Fix modperl compilation.
- Don't use
mkdir
during install. - Fix compilation failures, which happened sometimes when older ZNC was already installed.
Minor stuff
- Unload modules in reverse order.
- Don't send server redirects (numerc 010) to clients.
- Make it possible to filter the result of the
help
command. - Drop
@DEFS@
from the build system so that we don't force HAVE_CONFIG_H upon others. - Move autocycle to extra.
- Handle raw 482 in route_replies
Internal stuff
- Improve identfile's debug messages.
- Check for the swig2.0 binary instead of just swig.