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

From ZNC
Jump to navigation Jump to search
>Kuja
m use the CVE template
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is a bugfix-mostly release due to {{CVE|2012-0033}} [http://www.openwall.com/lists/oss-security/2012/01/08/2] [https://bugs.gentoo.org/show_bug.cgi?id=CVE-2012-0033] [https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-0033] .
{{ChangeLog}}
 
This release fixes {{CVE|2012-0033}} [http://www.openwall.com/lists/oss-security/2012/01/08/2] [https://bugs.gentoo.org/show_bug.cgi?id=CVE-2012-0033] [https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-0033].


== Fixes ==
== Fixes ==
* Fix a crash in bouncedcc module with <code>DCC RESUME</code>.
* Fix a crash in bouncedcc module with <code>DCC RESUME</code>.
* Send a <code>MODE</code> request when <code>JOIN</code>ing.
* Block raw 301 in [[antiidle]].
* Fix [[modperl]] compilation.
* Fix [[modperl]] compilation.
* Don't use <code>mkdir</code> during install.
* Don't use <code>mkdir</code> during install.
* Change the order -I directives in Makefile.
* Fix compilation failures, which happened sometimes when an older ZNC was already installed.
* Check for the swig2.0 binary too, instead of only swig.


== Minor stuff ==
== Minor stuff ==
* Unload modules in reverse order.
* Unload modules in reverse order.
* Don't send server redirects (numerc 010) to clients.
* Don't send server redirects (numeric 010) to clients.
* Make it possible to filter the result of the <code>help</code> command.
* Make it possible to filter the result of the <code>help</code> command.
* Drop <code>@DEFS@</code> from the build system so that we don't force HAVE_CONFIG_H upon others.
* Drop <code>@DEFS@</code> from the build system so that we don't force HAVE_CONFIG_H upon others.
* Move [[autocycle]] to extra.
* Move [[autocycle]] to extra.
* Handle raw 482 in [[route_replies]]
* Handle raw 482 in [[route_replies]].
 
== Internal stuff ==
* Improve [[identfile]]'s debug messages.
* Improve [[identfile]]'s debug messages.
* Check for the swig2.0 binary instead of just swig.
* Send a <code>MODE</code> request when <code>JOIN</code>ing.
 
* Block raw 301 in [[antiidle]].
[[Category:ChangeLog]]

Latest revision as of 09:56, 2 April 2017

← 0.202 ZNC 0.204 0.206 →


This release fixes CVE-2012-0033 [1] [2] [3].

Fixes

  • Fix a crash in bouncedcc module with DCC RESUME.
  • Fix modperl compilation.
  • Don't use mkdir during install.
  • Fix compilation failures, which happened sometimes when an older ZNC was already installed.
  • Check for the swig2.0 binary too, instead of only swig.

Minor stuff

  • Unload modules in reverse order.
  • Don't send server redirects (numeric 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.
  • Improve identfile's debug messages.
  • Send a MODE request when JOINing.
  • Block raw 301 in antiidle.