diff --git a/ChangeLog b/ChangeLog index 42e8b565..3264eec7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ $Id$ -v0.61.3 25-Jul-2004 +v0.61.4 11-Aug-2004 + +v0.61.3 25-Jul-2004 - 11-Aug-2004 upgrade: To reinstall the corrected macro templates go into the examples diff --git a/Makefile b/Makefile index 31e3ff81..47715832 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ install: @if [ -z ${PREFIX} ] ; then \ echo; echo "PREFIX is not set!"; echo; exit 3; \ fi - ${INSTALL} -d -o ${OWNER} -g ${GROUP} -m 0775 ${PREFIX} + ${INSTALL} -d -o ${OWNER} -g ${GROUP} -m 0755 ${PREFIX} ${INSTALL} -d -o ${OWNER} -g ${GROUP} -m 0770 ${PREFIX}/bin ${INSTALL} -d -o ${OWNER} -g ${GROUP} -m 0770 ${PREFIX}/etc ${INSTALL} -d -o ${OWNER} -g ${GROUP} -m 0750 ${PREFIX}/etc/dosemu diff --git a/TODO b/TODO index 1218dd65..3f3fbdea 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.61.3 TODO list. + MBSE BBS V0.61.4 TODO list. --------------------------- These are a list of things that must be implemented one way or @@ -86,7 +86,7 @@ mbfido: N: Add macro's for stats of all months. - L: Implement netmail K/S flag to mark netmail Deleted. + L: Implement netmail K/S flag to mark netmail Deleted. CHECK! N: Implement file requests for directory nodes. @@ -122,6 +122,8 @@ mbfido: N: Implement areamgr/filemgr %avail command to list available areas from areas files. + N: Areamgr uplink request, add change for bbbs (Aarrrgghhh). + mbcico: L: Implement binkp option ND. diff --git a/configure b/configure index d63cf1fd..40ce0a41 100755 --- a/configure +++ b/configure @@ -1310,7 +1310,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbnntp mbtask mbsetup unix lang example PACKAGE="mbsebbs" MAJOR="0" MINOR="61" -REVISION="3" +REVISION="4" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2004 M. Broek" diff --git a/configure.in b/configure.in index 690d209e..063cb607 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PACKAGE="mbsebbs" MAJOR="0" MINOR="61" -REVISION="3" +REVISION="4" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2004 M. Broek"