Bumped to version 0.83.12

This commit is contained in:
Michiel Broek 2006-02-06 14:50:20 +00:00
parent 87d8893a85
commit 536d65af0f
4 changed files with 10 additions and 7 deletions

View File

@ -1,11 +1,14 @@
$Id$
v0.83.11 28-Jan-2006
v0.83.12 06-Feb-2006
v0.83.11 28-Jan-2006 - 06-Feb-2006
mbtask:
When the IBC server detects a IP change of a remote server it
will completly restart the connection with that remote.
Made several functions multithread aware (still not Ok).
Made several functions multithread aware.
Finished tasks now report using a signal call.
The main scheduler doesn't run in a thread anymore.
Removed some debug logging in chat.
@ -14,10 +17,10 @@ v0.83.11 28-Jan-2006
Assume EXTCMD is set when GZ or BZ2 is active.
mbstat:
Added semafore names to help.
Added semafore names to help display.
mbmon:
In chat beeps are heared for system messages.
In chat beeps are heard for system messages.
Removed most debug logging in chat.
Added width marker for chat input and fixed linelength.

2
TODO
View File

@ -1,6 +1,6 @@
$Id$
MBSE BBS V0.83.11 TODO list.
MBSE BBS V0.83.12 TODO list.
----------------------------
These are a list of things that must be implemented one way or

2
configure vendored
View File

@ -1305,7 +1305,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
PACKAGE="mbsebbs"
MAJOR="0"
MINOR="83"
REVISION="11"
REVISION="12"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"

View File

@ -13,7 +13,7 @@ dnl
PACKAGE="mbsebbs"
MAJOR="0"
MINOR="83"
REVISION="11"
REVISION="12"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"