Browse code

*** empty log message ***

git-svn: trunk@275

Tomasz Kojm authored on 2004/02/11 08:13:39
Showing 4 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Feb 11 00:08:26 CET 2004 (tk)
2
+---------------------------------
3
+  V 0.66 (released with OLE2 and Dazuko support disabled)
4
+
1 5
 Tue Feb 10 23:54:47 CET 2004 (tk)
2 6
 ---------------------------------
3 7
   * docs: updated clamdoc.pdf
... ...
@@ -101,7 +101,7 @@ More info: http://www.clamav.net/docs/mirrors
101 101
 
102 102
 "Newsworthy Hack of Kindness" - Affero.net is featuring ClamAV in its latest
103 103
 newsletter (Volume #9, January 2004: http://www.affero.net/nl/dec03.html).
104
-Affero is a great rate-donate systema and its mission is to bring a culture
104
+Affero is a great rate-donate system and its mission is to bring a culture
105 105
 of patronage to the Internet. Currently we only accept donations via Affero.
106 106
 You can also help us and promote our project by adding the ClamAV logo to
107 107
 your home page. Look at http://www.clamav.net/donate.html for more information.
... ...
@@ -1 +0,0 @@
1
-* sigtool: must be more intelligent
... ...
@@ -105,7 +105,7 @@ cl_file_t cl_filetype(const char *buf, size_t buflen)
105 105
 	    }
106 106
 	}
107 107
     }
108
-    cli_dbgmsg("cl_filetype(): File type not recognized\n");
108
+
109 109
     return CL_UNKNOWN_TYPE;
110 110
 }
111 111