Browse code

fixing version #'s

Micah Snyder authored on 2018/01/27 09:19:08
Showing 4 changed files
... ...
@@ -32,7 +32,7 @@ Wed, 8 Nov 2017 20:27:19 -0500 (Micah Snyder)
32 32
 
33 33
 Fri, 3 Nov 2017 14:42:24 -0400 (Mickey Sola)
34 34
 ------------------------------------------
35
- * 0.99.3 - regression fix - removing first pass offset check when extracting
35
+ * regression fix - removing first pass offset check when extracting
36 36
 	cab files compressed with lzx, improving debug output for LZX type
37 37
 	decompression, warning on lzx file format issue instead of exiting decompression
38 38
 
... ...
@@ -380,11 +380,11 @@ Mon, 12 Jun 2017 14:43:13 -0400 (Mickey Sola)
380 380
 
381 381
 Wed, 31 May 2017 11:20:11 -0400 (Steven Morgan)
382 382
 ------------------------------------------
383
- * fix for 0.99.3 false negative of Andr.Trojan.SMSsend-2.
383
+ * fix for false negative of Andr.Trojan.SMSsend-2.
384 384
 
385 385
 Tue, 23 May 2017 15:56:41 -0400 (Steven Morgan)
386 386
 ------------------------------------------
387
- * fix 0.99.3 false negative of virus Pdf.Exploit.CVE_2016_1046-1.
387
+ * fix false negative of virus Pdf.Exploit.CVE_2016_1046-1.
388 388
 
389 389
 Fri, 19 May 2017 13:38:51 -0400 (Steven Morgan)
390 390
 ------------------------------------------
... ...
@@ -1,6 +1,6 @@
1 1
 %  Clam AntiVirus: User Manual
2 2
 %
3
-%  Copyright (C) 2016-2017 Cisco Systems, Inc.
3
+%  Copyright (C) 2016-2018 Cisco Systems, Inc.
4 4
 %  Copyright (C) 2008-2013 Sourcefire, Inc.
5 5
 %  Copyright (C) 2002 - 2007 Tomasz Kojm <tkojm*clamav.net>
6 6
 %  Version 0.2x corrected by Dennis Leeuw <dleeuw*made-it.com>
... ...
@@ -72,7 +72,7 @@
72 72
     \vspace{3cm}
73 73
     \begin{flushright}
74 74
 	\rule[-1ex]{8cm}{3pt}\\
75
-	\huge Clam AntiVirus 0.99.3\\
75
+	\huge Clam AntiVirus 0.100.0\\
76 76
 	\huge \emph{User Manual}\\
77 77
     \end{flushright}
78 78
 
... ...
@@ -85,6 +85,8 @@
85 85
     \begin{boxedminipage}[b]{\textwidth}
86 86
     ClamAV User Manual,
87 87
 87d
88
+88d
89
+89d
88 90
     \copyright \  2017 Cisco Systems, Inc.
89 91
     Authors: Tomasz Kojm\\
90 92
     This document is distributed under the terms of the GNU General
... ...
@@ -1719,7 +1721,7 @@ Verification OK.
1719 1719
 	\item Stefano Rizzetto
1720 1720
 	\item Roaring Penguin Software Inc. (\url{http://www.roaringpenguin.com/})
1721 1721
 	\item Luke Rosenthal
1722

                
1722
+	\item Jenny S�fstr�m (\url{http://PokerListings.com})
1723 1723
 	\item School of Engineering, University of Pennsylvania (\url{http://www.seas.upenn.edu/})
1724 1724
 	\item Tim Scoff
1725 1725
 	\item Seattle Server (\url{http://www.seattleserver.com/})
... ...
@@ -487,7 +487,7 @@ Subsig1;Subsig2;...
487 487
 	\item \verb+Intermediates:CL_TYPE_*>CL_TYPE_*+: File types of intermediate containers which stores the scanned file.
488 488
 	  Specify 1-16 file types separated by '\verb+>+' in top-down order ('\verb+>+' separator not needed for single file type),
489 489
 	  last type should be the immediate container for the malicious content. \verb+CL_TYPE_ANY+ can be used as a wildcard
490
-	  file type. (expr; 0.99.3)
490
+	  file type. (expr; 0.100.0)
491 491
 	\item \verb+IconGroup1+: Icon group name 1 from .idb signature Required engine functionality (range; 0.96)
492 492
 	\item \verb+IconGroup2+: Icon group name 2 from .idb signature Required engine functionality (range; 0.96)
493 493
     \end{itemize}
... ...
@@ -954,7 +954,7 @@ Eicar-Test-Signature:bc356bae4c42f19a3de16e333ba3569c
954 954
               YARA rules in ClamAV will match against the normalized result. The effects of normalization
955 955
               of these file types may be captured using \verb+clamscan --leave-temps --tempdir=mytempdir+. 
956 956
               YARA rules may then be written using the normalized file(s) found in \verb+mytempdir+.
957
-              Alternatively, starting with ClamAV 0.99.3, \verb+clamscan --normalize=no+ will prevent
957
+              Alternatively, starting with ClamAV 0.100.0, \verb+clamscan --normalize=no+ will prevent
958 958
               normalization and only scan the raw file. To obtain similar behavior prior to 0.99.2, use
959 959
               \verb+clamscan --scan-html=no+. The corresponding parameters for clamd.conf are \verb+Normalize+
960 960
               and \verb+ScanHTML+.
... ...
@@ -1,6 +1,6 @@
1 1
 dnl change this on a release
2
-VERSION="devel-`date +%Y%m%d`"
3
-dnl VERSION="0.99"
2
+dnl VERSION="devel-`date +%Y%m%d`"
3
+VERSION="0.100.0-beta"
4 4
 
5 5
 LC_CURRENT=8
6 6
 LC_REVISION=1