OBS User unknown 2007-04-02 01:50:14 +00:00 committed by Git OBS Bridge
parent 05b5e2987d
commit c807f5467e

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Apr 2 03:29:08 CEST 2007 - mrueckert@suse.de
- update to version 2.1.1
ircd protocol
- Fix some potential crashes and desyncs with inspircd and
channel bans.
- Allow for SAQUIT in inspircd11.
- Allow for RSQUIT in inspircd11 to allow /squit on jupes.
- Increase maximum parameter count for protocol commands from 19
to 35.
chanserv
- Fix a crash in /cs set mlock.
documentation
- Update documentation a little.
misc
- Fix a potential division by zero.
- Improve random seeding.
- Use DATADIR in os_logonnews.
-------------------------------------------------------------------
Tue Feb 20 19:12:00 CET 2007 - mrueckert@suse.de