From 2c53ce0682edae8e2517e2490e4a8b961af9009e Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 11 Oct 2019 10:18:43 -0700 Subject: [PATCH] PyLink 2.0.3 --- RELNOTES.md | 16 ++++++++++++++++ VERSION | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/RELNOTES.md b/RELNOTES.md index 3651cca..5bd0d7b 100644 --- a/RELNOTES.md +++ b/RELNOTES.md @@ -1,3 +1,19 @@ +# PyLink 2.0.3 (2019-10-11) + +Changes since 2.0.2: + +#### Feature changes +- Switch to more secure password hashing defaults, using pbkdf2-sha256 as the default hash method +- Introduce a `login::cryptcontext_settings` option to further tweak passlib settings if desired + +#### Bug fixes +- **SECURITY**: Only allow the defined `login:user` to take all permissions when legacy accounts are enabled +- clientbot: fix /names handling on networks with colours in hostnames +- clientbot: fix crash when MODES is defined in ISUPPORT but given no value (affects connections to Oragono) +- changehost: only send a host change if new host != original +- relay: fix inconsistent handling of the hideoper setting. [issue#629](https://github.com/jlu5/PyLink/issues/629) +- unreal: work around a potential race when sending kills on join + # PyLink 2.0.2 (2019-03-31) Changes since 2.0.1: diff --git a/VERSION b/VERSION index e9307ca..50ffc5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2 +2.0.3