From ac270c200c820f42dd829a9dd4924b7a9512ccd1 Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 14 Oct 2016 22:51:33 -0700 Subject: [PATCH] PyLink 1.0.2 --- RELNOTES.md | 17 +++++++++++++++++ VERSION | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/RELNOTES.md b/RELNOTES.md index bfd74d7..0235b31 100644 --- a/RELNOTES.md +++ b/RELNOTES.md @@ -1,3 +1,20 @@ +# PyLink 1.0.2 +Tagged as **1.0.2** by [GLolol](https://github.com/GLolol) + +The "Baluga" release. + +### Changes from 1.0.1 + +#### Bug fixes +- Clientbot: Fixed nick collisions between virtual clients and real users (#327) +- Fix typo in example conf that caused `log::filerotation` to become an empty, `None`-valued block. This in turn caused the `log` module to crash. + +#### Feature changes +- Clientbot now uses a more specific realname fallback ("PyLink Relay Mirror Client") instead of potentially misleading text such as "PyLink Service Client". In the future, this text may be made configurable. + +#### Internal fixes / improvements + - setup.py: reworded warnings if `git describe --tags` fails / fallback version is used. Also, the internal VCS version for non-Git builds is now `-nogit` instead of `-dirty`. + # PyLink 1.0.1 Tagged as **1.0.1** by [GLolol](https://github.com/GLolol) diff --git a/VERSION b/VERSION index 7dea76e..6d7de6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2