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
Fill initial generated list. TODO: triage/rewrite
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>.
== 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}}
Line 183: Line 184:
* Update comment {{git|87ed28f7}}
* Update comment {{git|87ed28f7}}
* Rename configure.sh cmake wrapper to configure {{git|84d8375a}}
* Rename configure.sh cmake wrapper to configure {{git|84d8375a}}
* Remove autoconf, leave only CMake {{git|dd42fcd2}}
* Increase version number to 1.9.x {{git|ff7758b5}}

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 old 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