Bumped to version 0.91.6
This commit is contained in:
parent
ca5eee75e6
commit
460011e4de
23
ChangeLog
23
ChangeLog
@ -1,16 +1,21 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
|
||||||
v0.91.5 18-Feb-2007
|
v0.91.6 05-Mar-2007
|
||||||
|
|
||||||
|
|
||||||
|
v0.91.5 18-Feb-2007 - 05-Mar-2007
|
||||||
|
|
||||||
With this version de default internal character encoding is
|
With this version de default internal character encoding is
|
||||||
UTF-8. BBS users who have a UTF-8 terminal can use the bbs in
|
UTF-8. BBS users who have a UTF-8 terminal can use the bbs in
|
||||||
UTF-8 mode and should have no troubles at all reading and
|
UTF-8 mode and should have no troubles at all reading and
|
||||||
writing messages in several language encodings.
|
writing messages in several language encodings.
|
||||||
|
There is extra logging which will go away ASAP.
|
||||||
|
|
||||||
upgrade:
|
upgrade:
|
||||||
|
Compile and install this new version.
|
||||||
In all macro files html.* change the charset to UTF-8.
|
In all macro files html.* change the charset to UTF-8.
|
||||||
If you still have all default macro files thein in the source
|
If you still have all default macro files then in the source
|
||||||
directory mbsebbs/examples simply run "make macros" to install
|
directory mbsebbs/examples simply run "make macros" to install
|
||||||
the updated versions.
|
the updated versions.
|
||||||
Run "mbfile index -f " once to regenerate all download html
|
Run "mbfile index -f " once to regenerate all download html
|
||||||
@ -18,12 +23,12 @@ v0.91.5 18-Feb-2007
|
|||||||
errors.
|
errors.
|
||||||
In mbsetup menu 1.3.7 change logo.asc into logo.ans and make
|
In mbsetup menu 1.3.7 change logo.asc into logo.ans and make
|
||||||
sure you have that file. A note about the logo file, it will
|
sure you have that file. A note about the logo file, it will
|
||||||
be displayed before we know if a user ahs a utf-8 or ansi
|
be displayed before we know if a user has a utf-8 or ansi
|
||||||
terminal, so change your logo screen so that it has no ansi
|
terminal, so change your logo screen so that it has no ansi
|
||||||
grafics, just plain ascii with ansi color codes.
|
grafic characters, just plain ascii with ansi color codes.
|
||||||
Start and leave mbsetup, this will upgrade the newfiles
|
Start and leave mbsetup, this will upgrade the newfiles and
|
||||||
reports to set a defaults CHRS kludge CP437 2 which is good
|
filefind reports to set a defaults CHRS kludge CP437 2 which
|
||||||
for reports with ANSI blockgraphics.
|
is good for reports with ANSI blockgraphics.
|
||||||
|
|
||||||
mbselib:
|
mbselib:
|
||||||
Fixed a too low memory allocation in clencode.
|
Fixed a too low memory allocation in clencode.
|
||||||
@ -52,7 +57,7 @@ v0.91.5 18-Feb-2007
|
|||||||
|
|
||||||
mball:
|
mball:
|
||||||
Now also creates allfiles.utf and newfiles.utf with UTF-8
|
Now also creates allfiles.utf and newfiles.utf with UTF-8
|
||||||
encoded text. Noth new files will also be added to the zip
|
encoded text. These new files will also be added to the zip
|
||||||
archives.
|
archives.
|
||||||
|
|
||||||
mbnntp:
|
mbnntp:
|
||||||
@ -75,6 +80,8 @@ v0.91.5 18-Feb-2007
|
|||||||
|
|
||||||
examples:
|
examples:
|
||||||
Upgraded the html macro templates to produce UTF-8 web pages.
|
Upgraded the html macro templates to produce UTF-8 web pages.
|
||||||
|
Upgraded the txtfiles examples to only have .ans screens. The
|
||||||
|
logo.ans screen now works on ANSI and UTF-8 terminals.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
11
TODO
11
TODO
@ -1,6 +1,6 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
MBSE BBS V0.91.5 TODO list.
|
MBSE BBS V0.91.6 TODO list.
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
These are a list of things that must be implemented one way or
|
These are a list of things that must be implemented one way or
|
||||||
@ -16,11 +16,9 @@ $Id$
|
|||||||
X = Will not be done unless it's really needed.
|
X = Will not be done unless it's really needed.
|
||||||
|
|
||||||
everything:
|
everything:
|
||||||
U: For changed su versions, use 'who am i' to check if we are mbse
|
|
||||||
su to root.
|
|
||||||
|
|
||||||
N: Fix adding messages if there are deleted messages in a jam area.
|
N: Fix adding messages if there are deleted messages in a jam area.
|
||||||
Currently messages with the del flag set are overwritten.
|
Currently messages with the del flag set are overwritten. Update,
|
||||||
|
this seems not true and this problem is still being investigated.
|
||||||
|
|
||||||
W: Implement IPv6.
|
W: Implement IPv6.
|
||||||
|
|
||||||
@ -53,9 +51,6 @@ mbsebbs:
|
|||||||
|
|
||||||
N: OLR: qwk, check netmail entered from reader, fido address missing?
|
N: OLR: qwk, check netmail entered from reader, fido address missing?
|
||||||
|
|
||||||
N: Translate characterset of messages to the users preferred
|
|
||||||
characterset. This is partly done for testing.
|
|
||||||
|
|
||||||
W: Implement kermit protocol, external versions don't work right.
|
W: Implement kermit protocol, external versions don't work right.
|
||||||
|
|
||||||
|
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -1718,7 +1718,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
|
|||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="0"
|
||||||
MINOR="91"
|
MINOR="91"
|
||||||
REVISION="5"
|
REVISION="6"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"
|
||||||
SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"
|
SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"
|
||||||
|
@ -13,7 +13,7 @@ dnl
|
|||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="0"
|
||||||
MINOR="91"
|
MINOR="91"
|
||||||
REVISION="5"
|
REVISION="6"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"
|
||||||
SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"
|
SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"
|
||||||
|
Reference in New Issue
Block a user