From 536d65af0ffad1da113ec7613283cbe8608a1867 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Mon, 6 Feb 2006 14:50:20 +0000 Subject: [PATCH] Bumped to version 0.83.12 --- ChangeLog | 11 +++++++---- TODO | 2 +- configure | 2 +- configure.in | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index bcd2718a..1ab83214 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/TODO b/TODO index 6d137083..f15650f9 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/configure b/configure index c1b60230..d64f1559 100755 --- a/configure +++ b/configure @@ -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" diff --git a/configure.in b/configure.in index a74f6f54..b1bdb08f 100644 --- a/configure.in +++ b/configure.in @@ -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"