From 533b6aed81ec167265c3892de65c547ae488cdad Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 25 Nov 2003 10:22:50 +0000 Subject: [PATCH] Updated. --- ChangeLog | 8 +++++++- docs/RELEASE-CHECKLIST | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9251c51ba..14046891d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/docs/RELEASE-CHECKLIST b/docs/RELEASE-CHECKLIST index 89fc0988f..bbbf90fc0 100644 --- a/docs/RELEASE-CHECKLIST +++ b/docs/RELEASE-CHECKLIST @@ -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 ...)