Bumped to version 0.95.12

This commit is contained in:
Michiel Broek 2011-05-22 22:25:12 +02:00
parent b4c85074d3
commit 8360114895
3 changed files with 360 additions and 318 deletions

View File

@ -1,3 +1,10 @@
v0.95.12 22-May-2011
general:
Removed several compiler warnings.
Added invisible markers in the html manual.
mbselib: mbselib:
The virus stream scanner can now uses IPv4 and/or IPv6 to The virus stream scanner can now uses IPv4 and/or IPv6 to
connect to the clamav server and can use server clusters too. connect to the clamav server and can use server clusters too.

663
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ AC_SUBST(SUBDIRS)
PACKAGE="mbsebbs" PACKAGE="mbsebbs"
MAJOR="0" MAJOR="0"
MINOR="95" MINOR="95"
REVISION="12d2" REVISION="12"
VERSION="$MAJOR.$MINOR.$REVISION" VERSION="$MAJOR.$MINOR.$REVISION"
COPYRIGHT="Copyright (C) 1997-2011 Michiel Broek, All Rights Reserved" COPYRIGHT="Copyright (C) 1997-2011 Michiel Broek, All Rights Reserved"
SHORTRIGHT="Copyright (C) 1997-2011 M. Broek" SHORTRIGHT="Copyright (C) 1997-2011 M. Broek"