From 0f56e0fb8b12406e51757c0964d6cf7d53401322 Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 31 Aug 2005 00:01:24 +0000 Subject: [PATCH] Version 0.83.0, for real --- ChangeLog | 2 +- RELNOTES | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 10066923d..3e2421654 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/RELNOTES b/RELNOTES index edb0479a2..34b9abecb 100644 --- a/RELNOTES +++ b/RELNOTES @@ -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.