From 97603fe16963926328c48ac7b62d1db3924b3d73 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 6 Oct 2018 00:35:23 -0700 Subject: [PATCH] Changelog for PyLink 2.0.1 [skip ci] --- RELNOTES.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/RELNOTES.md b/RELNOTES.md index c438183..0ad4e75 100644 --- a/RELNOTES.md +++ b/RELNOTES.md @@ -1,3 +1,21 @@ +# PyLink 2.0.1 (2018-10-06) + +Changes since 2.0.0: + +#### Feature changes +- Slashes (`/`) in hosts is now supported on UnrealIRCd +- Added an `ignore_ts_errors` server option to suppress bogus TS warnings + +#### Bug fixes +- clientbot: fix desync when the bot is told to kick itself ([issue#377](https://github.com/jlu5/PyLink/issues/377)) +- launcher: fix PID files not being read if psutil isn't installed +- relay_clientbot no longer relays list modes being set when a server bursts ([issue#627](https://github.com/jlu5/PyLink/issues/627)) +- Fixed stray "bogus TS 0" warnings on some UnrealIRCd mode commands + +#### Internal improvements +- unreal: bump protocol version to 4200 (UnrealIRCd 4.2.0) +- unreal: use SJOIN in `join()` to work around non-deterministic TS when forwarding to other servers + # PyLink 2.0.0 (2018-07-31) Changes since 2.0-rc1: