3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-23 19:19:31 +01:00

PyLink 1.0.2

This commit is contained in:
James Lu 2016-10-14 22:51:33 -07:00
parent a09ec494f6
commit ac270c200c
2 changed files with 18 additions and 1 deletions

View File

@ -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)

View File

@ -1 +1 @@
1.0.1
1.0.2