diff --git a/ChangeLog b/ChangeLog index 5a38b1e0..7199ea2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,16 +1,21 @@ $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 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 writing messages in several language encodings. + There is extra logging which will go away ASAP. upgrade: + Compile and install this new version. 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 the updated versions. Run "mbfile index -f " once to regenerate all download html @@ -18,12 +23,12 @@ v0.91.5 18-Feb-2007 errors. 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 - 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 - grafics, just plain ascii with ansi color codes. - Start and leave mbsetup, this will upgrade the newfiles - reports to set a defaults CHRS kludge CP437 2 which is good - for reports with ANSI blockgraphics. + grafic characters, just plain ascii with ansi color codes. + Start and leave mbsetup, this will upgrade the newfiles and + filefind reports to set a defaults CHRS kludge CP437 2 which + is good for reports with ANSI blockgraphics. mbselib: Fixed a too low memory allocation in clencode. @@ -52,7 +57,7 @@ v0.91.5 18-Feb-2007 mball: 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. mbnntp: @@ -75,6 +80,8 @@ v0.91.5 18-Feb-2007 examples: 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. diff --git a/TODO b/TODO index b2d24df5..55539803 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $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 @@ -16,11 +16,9 @@ $Id$ X = Will not be done unless it's really needed. 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. - 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. @@ -53,9 +51,6 @@ mbsebbs: 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. diff --git a/configure b/configure index 7c59ff03..495e15d4 100755 --- a/configure +++ b/configure @@ -1718,7 +1718,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang PACKAGE="mbsebbs" MAJOR="0" MINOR="91" -REVISION="5" +REVISION="6" 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.in b/configure.in index cd2fbe7f..afae57c5 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ dnl PACKAGE="mbsebbs" MAJOR="0" MINOR="91" -REVISION="5" +REVISION="6" VERSION="$MAJOR.$MINOR.$REVISION" COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved" SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"