diff --git a/ChangeLog b/ChangeLog index 46d31cf41..9d39cacc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2004-12-17 James Vega + + * Version 0.80.0pre4! + + * supybot.databases.plugins.channelSpecific.channel is now a + channelValue so that individual channels can decide to link their + databases. + + * Deprecated asyncoreDrivers. Use twistedDrivers or socketDrivers + instead. + + * Moved {eval,exec} from Owner.py to Debug.py in the sandbox. + + * Numerous bug fixes. + 2004-09-30 Jeremy Fincher * Version 0.80.0pre3! diff --git a/RELNOTES b/RELNOTES index 3e13545cb..eab49d00f 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,20 @@ +Version 0.80.0pre4 + +Mainly a bug fix release. This will likely be the last release before +0.80.0final, but we're gonna let it stew for a couple weeks to attempt +to catch any lingering bugs. + +ansycoreDrivers is now deprecated in favor of socketDrivers or +twistedDrivers. + +supybot.databases.plugins.channelSpecific.channel is now a channelValue +so that you can link specific channels together (instead of all channels +being linked together). + +For those of you that use eval and/or exec, they have been removed from +the Owner plugin and are now in sandbox/Debug.py (which you'll have to +grab from CVS). + Version 0.80.0pre3 The database format for the Note plugin has changed to a flatfile