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

From ZNC
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


== New ==
== New ==
* Remove autoconf, leave only CMake as the build system. The old <code>configure</code> script is now merely a wrapper for CMake, and accepts mostly the same parameters as the old <code>configure</code>.
* Remove autoconf, leave only CMake as the build system. The <code>configure</code> script is now merely a wrapper for CMake, and accepts mostly the same parameters as the old <code>configure</code>.
 
== Fixes ==
== Fixes ==
* Don't send 333 (RPL_TOPICWHOTIME) to client if topic owner is unknown {{GH|1889}}
* Don't send 333 (RPL_TOPICWHOTIME) to client if topic owner is unknown {{GH|1889}}

Revision as of 02:11, 8 February 2024

← 1.8.2 ZNC 1.9.0 git →



See https://github.com/znc/znc/compare/znc-1.9.0...master for a list of changes since 1.9.0 stable.

New

  • Remove autoconf, leave only CMake as the build system. The configure script is now merely a wrapper for CMake, and accepts mostly the same parameters as the old configure.

Fixes

  • Don't send 333 (RPL_TOPICWHOTIME) to client if topic owner is unknown (#1889)

Modules

Internal