diff --git a/ChangeLog b/ChangeLog index 1d391df5..9de86710 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ $Id$ +v0.91.0 08-Oct-2006 + + script: + Fixed problems with newer joe editor versions. + v0.90.0 06-Nov-2005 - 23-Jul-2006 diff --git a/README.developer b/README.developer index 06b0f677..1a0935ee 100644 --- a/README.developer +++ b/README.developer @@ -48,6 +48,6 @@ mbsebbs-0_81_00_current 07-Oct-2005 Start 0.81 development. mbsebbs-0_82_00_release 06-Nov-2005 Version 0.82.0 release. mbsebbs-0_83_00_current 06-Nov-2005 Start 0.83 development. mbsebbs-0_90_00_release 23-Jul-2006 Version 0.90.0 release. - +mbsebbs-0_91_00_release 08-Oct-2006 Version 0.91.0 release. Michiel. diff --git a/TODO b/TODO index 6a41cdbc..18b20e52 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.90.0 TODO list. + MBSE BBS V0.91.0 TODO list. --------------------------- These are a list of things that must be implemented one way or diff --git a/configure.in b/configure.in index b7a2a669..3bb8d752 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ dnl After changeing the version number, run autoconf! dnl PACKAGE="mbsebbs" MAJOR="0" -MINOR="90" +MINOR="91" REVISION="0" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2006 Michiel Broek, All Rights Reserved" diff --git a/script/editor.in b/script/editor.in index 663b454d..2176baf6 100644 --- a/script/editor.in +++ b/script/editor.in @@ -19,7 +19,7 @@ export JOETERM=ansi.sys . $HOME/data.msg ## Read time left from door.sys -TIME=`head -n19 ~/door.sys |tail -n1 |tr -d "[:cntrl:]"` +TIME=`head -n19 $HOME/door.sys |tail -n1 |tr -d "[:cntrl:]"` ## Set preferred editor and parameters EDITOR=@joebin@/bbsjoe