This commit is contained in:
Jeremy Fincher 2003-11-25 10:22:50 +00:00
parent 2c779bd543
commit 533b6aed81
2 changed files with 8 additions and 2 deletions

View File

@ -1,10 +1,16 @@
* Fixed a bug in Http.weather that would cause an ugly error
message for a command like "weather hell".
* Added the number of strings to the Fun.object output.
* Fixed bug in RSS.configure; no aliases could be added.
* Changed Alias.freeze to Alias.lock.
* Fixed sorting in Status' uptime database.
* Updated the Gameknot tests for expired games.
* Updated the Gameknot tests for expired games, and updated the
Gameknot plugin to handle such links in its snarfer.
* Added a 'server' attribute to Irc objects to unify the way to
access such information.

View File

@ -11,6 +11,6 @@ Announce the release on Freshmeat.net.
Announce the release on PyPI via "python setup.py register".
Add a topic to #supybot announcing the release.
Make a release-MAJOR_MINOR_PATCHLEVEL tag. (cvs tag ...)
Make a release-MAJOR_MINOR_PATCHLEVEL branch tag. (cvs tag -b ...)
Make a release-MAJOR_MINOR_PATCHLEVEL-branch branch tag. (cvs tag -b ...)