mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Updated.
This commit is contained in:
parent
2c779bd543
commit
533b6aed81
@ -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.
|
* Fixed bug in RSS.configure; no aliases could be added.
|
||||||
|
|
||||||
* Changed Alias.freeze to Alias.lock.
|
* Changed Alias.freeze to Alias.lock.
|
||||||
|
|
||||||
* Fixed sorting in Status' uptime database.
|
* 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
|
* Added a 'server' attribute to Irc objects to unify the way to
|
||||||
access such information.
|
access such information.
|
||||||
|
@ -11,6 +11,6 @@ Announce the release on Freshmeat.net.
|
|||||||
Announce the release on PyPI via "python setup.py register".
|
Announce the release on PyPI via "python setup.py register".
|
||||||
Add a topic to #supybot announcing the release.
|
Add a topic to #supybot announcing the release.
|
||||||
Make a release-MAJOR_MINOR_PATCHLEVEL tag. (cvs tag ...)
|
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 ...)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user