Version 0.83.0, for real

This commit is contained in:
James Vega 2005-08-31 00:01:24 +00:00
parent b701d0f436
commit 0f56e0fb8b
2 changed files with 10 additions and 1 deletions

View File

@ -31,7 +31,7 @@
* Fixed a bug in User.hostmask list when there are no registered
hostmasks.
* Changed irc.reply's prefixName keyword argument to prefixNick.
* Changed the prefixName keyword argument to prefixNick.
* Updated the socket handling to properly detect when an IPV6
connection should be made.

View File

@ -1,3 +1,12 @@
Version 0.83.0
This far overdue release contains mostly bug-fixes.
Incompatibilities:
Changed the prefixName keyword argument (which appears in various places
in callbacks.py and the reply-related irc methods) to prefixNick.
Version 0.83.0rc3
This release candidate contains mostly bug-fixes.