Bumped to version 0.61.4
This commit is contained in:
parent
a8acae02ce
commit
3950129091
@ -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
|
||||
|
2
Makefile
2
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
|
||||
|
6
TODO
6
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.
|
||||
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user