Update ChangeLog and RELNOTES for 0.83.4.1

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
James Vega 2009-05-25 13:15:44 -04:00
parent afa49be456
commit d7039f0c31
2 changed files with 30 additions and 0 deletions

View File

@ -1,3 +1,25 @@
2009-05-25 James Vega <jamessan@supybot.com>
* Version 0.83.4.1!
* Fixed a bug in Factoids where the help could not be retrieved for
any command.
* Fixed a bug where Plugin.list wouldn't list any aliases/RSS feeds
from the Alias/RSS plugins.
* Updated Google to ensure the third-party json module (different API
than simplejson) isn't loaded. Based on a patch from Ricky Zhou.
* Updated Channel.nicks so it doesn't reply with nicks from secret
channels outside of that channel.
* Updated Channel.{op,halfop,voice,deop,dehalfop,devoice} commands so
they respect the server's "max mode changes per message" setting.
* Updated utils.str.nItems to accept long as well as int. Thanks to
Ricky Zhou for the patch.
2009-05-18 James Vega <jamessan@supybot.com>
* Version 0.83.4!

View File

@ -1,3 +1,11 @@
Version 0.83.4.1
Simple bug-fix release for a couple changes that were introduced last minute
before the previous release.
No incompatibilities.
Version 0.83.4
This release contains fixes for Python2.6 compability as well as a re-written