From 027c35b75a2112104fa2bf553ce0d702e730dba2 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 24 Feb 2017 17:56:43 -0800 Subject: [PATCH] PyLink 1.1.1 --- RELNOTES.md | 19 +++++++++++++++++++ VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/RELNOTES.md b/RELNOTES.md index 28a3036..8bdf0e2 100644 --- a/RELNOTES.md +++ b/RELNOTES.md @@ -1,3 +1,22 @@ +# PyLink 1.1.1 + +The "Crush" release. Changes from 1.1.0: + +#### Bug fixes +- The `pylink-mkpasswd` program is actually installed now when using `pip` (PyPI) or `setup.py`. +- Backported protocol module fixes from 1.2-dev: + - unreal: fix crashes when receiving `SJOIN` with only a prefix and no UID + - inspircd: work around extraneous letters sent in `FJOIN` timestamps (Anope 1.8.x bug) + - nefarious: fix a typo causing crashes on user mode changes +- Relay: in `claim`, show a less ambiguous error when a relay channel doesn't exist on the caller's network. +- corecommands: removed extraneous `irc.checkAuthenticated()` call + +#### Feature changes +- `pylink-mkpasswd` now supports interactive password input via getpass, which is more secure than passing passwords raw on the command line. + +#### Misc changes +- More prominent migration notes regarding permissions and new accounts system. + # PyLink 1.1.0 The "Calico" release. This is mostly a cleanup and documentation update from 1.1-beta2, with the following additional change: diff --git a/VERSION b/VERSION index 238afc2..524cb55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0.1 +1.1.1