Bumped to version 0.71.2
This commit is contained in:
parent
bb9fd9dcb8
commit
c4abc58d12
@ -1,7 +1,9 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
|
||||||
v0.71.1 28-Nov-2004
|
v0.71.2 16-Jan-2005
|
||||||
|
|
||||||
|
v0.71.1 28-Nov-2004 - 16-Jan-2005
|
||||||
|
|
||||||
porting:
|
porting:
|
||||||
Compiles more or less on x86_64, there are issues with utmp
|
Compiles more or less on x86_64, there are issues with utmp
|
||||||
@ -20,6 +22,7 @@ v0.71.1 28-Nov-2004
|
|||||||
instead of missing code parts.
|
instead of missing code parts.
|
||||||
Added Unix codepage KOI8-R (Russian) and patches from Dmitry
|
Added Unix codepage KOI8-R (Russian) and patches from Dmitry
|
||||||
Komissaroff.
|
Komissaroff.
|
||||||
|
Updated Copyright notices to 2004 to 2005.
|
||||||
|
|
||||||
mbsebbs:
|
mbsebbs:
|
||||||
The creation of the mailout semafore is now after the hangup
|
The creation of the mailout semafore is now after the hangup
|
||||||
|
6
configure
vendored
6
configure
vendored
@ -1310,10 +1310,10 @@ SUBDIRS="lib mbcico mbfido mbmon mbsebbs mbutils mbnntp mbtask mbsetup unix lang
|
|||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="0"
|
||||||
MINOR="71"
|
MINOR="71"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
|
||||||
SHORTRIGHT="Copyright (C) 1997-2004 M. Broek"
|
SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"
|
||||||
GROUP="bbs"
|
GROUP="bbs"
|
||||||
OWNER="mbse"
|
OWNER="mbse"
|
||||||
ROWNER="`id -un root`"
|
ROWNER="`id -un root`"
|
||||||
|
@ -13,10 +13,10 @@ dnl
|
|||||||
PACKAGE="mbsebbs"
|
PACKAGE="mbsebbs"
|
||||||
MAJOR="0"
|
MAJOR="0"
|
||||||
MINOR="71"
|
MINOR="71"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
VERSION="$MAJOR.$MINOR.$REVISION"
|
VERSION="$MAJOR.$MINOR.$REVISION"
|
||||||
COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved"
|
COPYRIGHT="Copyright (C) 1997-2005 Michiel Broek, All Rights Reserved"
|
||||||
SHORTRIGHT="Copyright (C) 1997-2004 M. Broek"
|
SHORTRIGHT="Copyright (C) 1997-2005 M. Broek"
|
||||||
GROUP="bbs"
|
GROUP="bbs"
|
||||||
OWNER="mbse"
|
OWNER="mbse"
|
||||||
ROWNER="`id -un root`"
|
ROWNER="`id -un root`"
|
||||||
|
Reference in New Issue
Block a user