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.4: Difference between revisions

From ZNC
Jump to navigation Jump to search
KindOne (talk | contribs)
Restore 1.6.4 ChangeLog
 
No edit summary
 
Line 1: Line 1:
{{ChangeLog}}
This is a bugfix-only release. Stay tuned for bigger features in the upcoming 1.7 :-)
This is a bugfix-only release. Stay tuned for bigger features in the upcoming 1.7 :-)


Line 13: Line 15:
* Fixed <code>OnInvite</code> for [[modpython]] and [[modperl]]. {{GH|1283}}
* Fixed <code>OnInvite</code> for [[modpython]] and [[modperl]]. {{GH|1283}}
* Fixed external location of GoogleTest for make test.
* Fixed external location of GoogleTest for make test.
[[Category:ChangeLog]]

Latest revision as of 09:57, 2 April 2017

← 1.6.3 ZNC 1.6.4 1.6.5 →


This is a bugfix-only release. Stay tuned for bigger features in the upcoming 1.7 :-)

Fixes

  • Fixed build with OpenSSL 1.1. (#1310)
  • Fixed build on Cygwin.
  • Fixed a segfault after cloning a user. The bug was introduced in ZNC 1.6.0. (#1340)
  • Fixed a segfault when deleting a user or network which is waiting for DNS during connection. The bug was introduced in ZNC 1.0. (#1342)
  • Fixed a segfault which could be triggered using alias module. (#1347)
  • Fixed an error in controlpanel module when setting the bindhost of another user.
  • Fixed route_replies to not cause client to disconnect by timeout. (#1299)
  • Fixed compatibility with the Gitter IRC bridge. (#1321)

Internal