diff --git a/ChangeLog b/ChangeLog index e4e65737..498af06f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ $Id$ -v0.91.11 02-Sep-2007 +v0.91.12 24-Sep-2007 + + +v0.91.11 02-Sep-2007 - 24-Sep-2007 libmbse: Removed some logging and code cleanup in the chartran code. diff --git a/TODO b/TODO index 6d5c69ee..f2c9d563 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.91.11 TODO list. + MBSE BBS V0.91.12 TODO list. ---------------------------- These are a list of things that must be implemented one way or @@ -16,10 +16,6 @@ $Id$ X = Will not be done unless it's really needed. everything: - N: Fix adding messages if there are deleted messages in a jam area. - Currently messages with the del flag set are overwritten. Update, - this seems not true and this problem is still being investigated. - W: Implement IPv6. N: In BSO the i flavor should have been d flavor. diff --git a/configure b/configure index dd779bc8..8e75dcf2 100755 --- a/configure +++ b/configure @@ -1741,7 +1741,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang PACKAGE="mbsebbs" MAJOR="0" MINOR="91" -REVISION="11" +REVISION="12" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2007 M. Broek" diff --git a/configure.ac b/configure.ac index 0b653be5..6b51b0e1 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_SUBST(SUBDIRS) PACKAGE="mbsebbs" MAJOR="0" MINOR="91" -REVISION="11" +REVISION="12" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"