Fixed new user language and bumped version

This commit is contained in:
Michiel Broek 2007-04-26 19:03:21 +00:00
parent c5fe99ccd0
commit e525cc8d60
5 changed files with 11 additions and 4 deletions

View File

@ -1,7 +1,13 @@
$Id$
v0.91.7 07-Mar-2007
v0.91.8 26-Apr-2007
mbnewusr:
Fixed loading default language for new user.
v0.91.7 07-Mar-2007 - 26-Apr-2007
mbselib:
If find_rfc_charset doesn't find a valid characterset we log a

2
TODO
View File

@ -1,6 +1,6 @@
$Id$
MBSE BBS V0.91.7 TODO list.
MBSE BBS V0.91.8 TODO list.
---------------------------
These are a list of things that must be implemented one way or

2
configure vendored
View File

@ -1718,7 +1718,7 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
PACKAGE="mbsebbs"
MAJOR="0"
MINOR="91"
REVISION="7"
REVISION="8"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"

View File

@ -13,7 +13,7 @@ dnl
PACKAGE="mbsebbs"
MAJOR="0"
MINOR="91"
REVISION="7"
REVISION="8"
VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2007 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2007 M. Broek"

View File

@ -137,6 +137,7 @@ int main(int argc, char **argv)
/*
* Initialize
*/
snprintf(current_language, 10, "%s", CFG.deflang);
InitLanguage();
if ((tty = ttyname(0)) == NULL) {