fixing version #'s

pull/70/merge
Micah Snyder 7 years ago
parent 6c59352535
commit 2c51f2487c
  1. 6
      ChangeLog
  2. 8
      docs/clamdoc.tex
  3. 4
      docs/signatures.tex
  4. 4
      m4/reorganization/version.m4

@ -32,7 +32,7 @@ Wed, 8 Nov 2017 20:27:19 -0500 (Micah Snyder)
Fri, 3 Nov 2017 14:42:24 -0400 (Mickey Sola)
------------------------------------------
* 0.99.3 - regression fix - removing first pass offset check when extracting
* regression fix - removing first pass offset check when extracting
cab files compressed with lzx, improving debug output for LZX type
decompression, warning on lzx file format issue instead of exiting decompression
@ -380,11 +380,11 @@ Mon, 12 Jun 2017 14:43:13 -0400 (Mickey Sola)
Wed, 31 May 2017 11:20:11 -0400 (Steven Morgan)
------------------------------------------
* fix for 0.99.3 false negative of Andr.Trojan.SMSsend-2.
* fix for false negative of Andr.Trojan.SMSsend-2.
Tue, 23 May 2017 15:56:41 -0400 (Steven Morgan)
------------------------------------------
* fix 0.99.3 false negative of virus Pdf.Exploit.CVE_2016_1046-1.
* fix false negative of virus Pdf.Exploit.CVE_2016_1046-1.
Fri, 19 May 2017 13:38:51 -0400 (Steven Morgan)
------------------------------------------

@ -1,6 +1,6 @@
% Clam AntiVirus: User Manual
%
% Copyright (C) 2016-2017 Cisco Systems, Inc.
% Copyright (C) 2016-2018 Cisco Systems, Inc.
% Copyright (C) 2008-2013 Sourcefire, Inc.
% Copyright (C) 2002 - 2007 Tomasz Kojm <tkojm*clamav.net>
% Version 0.2x corrected by Dennis Leeuw <dleeuw*made-it.com>
@ -72,7 +72,7 @@
\vspace{3cm}
\begin{flushright}
\rule[-1ex]{8cm}{3pt}\\
\huge Clam AntiVirus 0.99.3\\
\huge Clam AntiVirus 0.100.0\\
\huge \emph{User Manual}\\
\end{flushright}
@ -85,6 +85,8 @@
\begin{boxedminipage}[b]{\textwidth}
ClamAV User Manual,
87d
88d
89d
\copyright \ 2017 Cisco Systems, Inc.
Authors: Tomasz Kojm\\
This document is distributed under the terms of the GNU General
@ -1719,7 +1721,7 @@ Verification OK.
\item Stefano Rizzetto
\item Roaring Penguin Software Inc. (\url{http://www.roaringpenguin.com/})
\item Luke Rosenthal
\item Jenny Säfström (\url{http://PokerListings.com})
\item Jenny S<EFBFBD>fstr<EFBFBD>m (\url{http://PokerListings.com})
\item School of Engineering, University of Pennsylvania (\url{http://www.seas.upenn.edu/})
\item Tim Scoff
\item Seattle Server (\url{http://www.seattleserver.com/})

@ -487,7 +487,7 @@ Subsig1;Subsig2;...
\item \verb+Intermediates:CL_TYPE_*>CL_TYPE_*+: File types of intermediate containers which stores the scanned file.
Specify 1-16 file types separated by '\verb+>+' in top-down order ('\verb+>+' separator not needed for single file type),
last type should be the immediate container for the malicious content. \verb+CL_TYPE_ANY+ can be used as a wildcard
file type. (expr; 0.99.3)
file type. (expr; 0.100.0)
\item \verb+IconGroup1+: Icon group name 1 from .idb signature Required engine functionality (range; 0.96)
\item \verb+IconGroup2+: Icon group name 2 from .idb signature Required engine functionality (range; 0.96)
\end{itemize}
@ -954,7 +954,7 @@ Eicar-Test-Signature:bc356bae4c42f19a3de16e333ba3569c
YARA rules in ClamAV will match against the normalized result. The effects of normalization
of these file types may be captured using \verb+clamscan --leave-temps --tempdir=mytempdir+.
YARA rules may then be written using the normalized file(s) found in \verb+mytempdir+.
Alternatively, starting with ClamAV 0.99.3, \verb+clamscan --normalize=no+ will prevent
Alternatively, starting with ClamAV 0.100.0, \verb+clamscan --normalize=no+ will prevent
normalization and only scan the raw file. To obtain similar behavior prior to 0.99.2, use
\verb+clamscan --scan-html=no+. The corresponding parameters for clamd.conf are \verb+Normalize+
and \verb+ScanHTML+.

@ -1,6 +1,6 @@
dnl change this on a release
VERSION="devel-`date +%Y%m%d`"
dnl VERSION="0.99"
dnl VERSION="devel-`date +%Y%m%d`"
VERSION="0.100.0-beta"
LC_CURRENT=8
LC_REVISION=1

Loading…
Cancel
Save