diff --git a/ChangeLog b/ChangeLog index cde96867e..bbbe5499b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Mar 3 19:17:46 CET 2008 (tk) +--------------------------------- + * libclamav/others.c: bump f-level + * docs: update + Mon Mar 3 11:19:25 CET 2008 (tk) --------------------------------- * libclamav/pdf.c: fix handling of md5 digests (bb#866) diff --git a/libclamav/others.c b/libclamav/others.c index af6515069..58fcd3eb6 100644 --- a/libclamav/others.c +++ b/libclamav/others.c @@ -88,7 +88,7 @@ static pthread_mutex_t cli_ctime_mutex = PTHREAD_MUTEX_INITIALIZER; #define P_tmpdir "C:\\WINDOWS\\TEMP" #endif -#define CL_FLEVEL 27 /* don't touch it */ +#define CL_FLEVEL 28 /* don't touch it */ uint8_t cli_debug_flag = 0, cli_leavetemps_flag = 0;