Changed Version to Alpha 6 and updated BUGS and ChangeLog

This commit is contained in:
fishwaldo 2002-03-18 07:16:28 +00:00
parent c1cb10f4c6
commit ab172a0250
3 changed files with 7 additions and 10 deletions

10
BUGS
View file

@ -1,11 +1,5 @@
Bug Lists that I've found, but not started working on:
======================================================
When a module is unloaded (by say, segv) when you attempt to
Load the module again, it *seems* that none of the modbotlist entries,
or modtimerlist entries do not work.
(to reproduct: crash a module and reload it. /msg neostats modbotlist does
not show the reloaded module) (Could be due to
hash code, which I'm doing right now 28.2.2002)
"/msg NeoStats raw :test nick test" strips out all : in the line
Raw mode strips the first char sent out
sending umodes for Bots is kinda broken. (Esp for Ultimate)

View file

@ -1,7 +1,10 @@
NeoStats ChangeLog - Anything we add/remove/fix/change is in here (even our rants)
* NeoStats * Fish * Version 2.5.0-Alpha6
- Removed the config option ModulePath, as its always dl/, so its hardcoded in.
- Fixed up Ultimate IRCD support (beta only. Shmad/Enigma to test
- External Authentication updated and implemented
- ./configure interface updated, and all --enable-<module> removed. Now use --enable-module="statserv spam hostserv" etc etc etc
* NeoStats * Shmad & Enigma * Version 2.5.0-Alpha5c
- Module Unlocking on segfaults now (Shmad)
- Moved modules to new core dir (damn you fish) (Shmad)

2
main.c
View file

@ -25,7 +25,7 @@
char s_Debug[MAXNICK] = "Stats_Debug";
char s_Services[MAXNICK] = "NeoStats";
const char version[] = "NeoStats-2.5_Alpha5c";
const char version[] = "NeoStats-2.5_Alpha6";
const char version_date[] = __DATE__;
const char version_time[] = __TIME__;