Browse code

make ChangeLog entries more readable

git-svn: trunk@4347

Török Edvin authored on 2008/11/07 06:36:29
Showing 1 changed files
... ...
@@ -1,38 +1,25 @@
1 1
 Thu Nov  6 15:24:34 EET 2008 (edwin)
2 2
 ------------------------------------
3
- * Makefile.am, clamd/session.c, clamd/thrmgr.c, libclamav/dlp.c,
4
- libclamav/htmlnorm.c, libclamav/jsparse/js-norm.c,
5
- libclamav/mpool.c, libclamav/mpool.h, libclamav/pe.c,
6
- libclamav/phishcheck.c, libclamav/readdb.c, libclamav/upack.c,
7
- libclamav/upx.c, libclamunrar/unrar.c, libclamunrar/unrarvm.c,
8
- libclamunrar_iface/unrar_iface.c: fix compiler warnings, more to
9
- come (bb #273)
3
+  * Makefile.am, clamd/, libclamav/, libclamunrar/,
4
+  libclamunrar_iface/: fix compiler warnings, more to come (bb #273)
10 5
 
11 6
 Thu Nov  6 12:29:26 EET 2008 (edwin)
12 7
 ------------------------------------
13 8
  * contrib/clamdtop/clamdtop.c: reconnect if connection is broken use
14
- recv/send instead of fdopen on socket
9
+  recv/send instead of fdopen on socket
15 10
 
16 11
 Thu Nov  6 11:37:08 EET 2008 (edwin)
17 12
 ------------------------------------
18
- * clamd/server-th.c, clamd/session.c, clamd/thrmgr.c,
19
- clamd/thrmgr.h, contrib/clamdtop/clamdtop.c,
20
- libclamav/libclamav.map, libclamav/mpool.c, libclamav/mpool.h: 
21
- mempool statistics support
13
+ * clamd/, contrib/, libclamav/: mempool statistics support
22 14
 
23 15
 Wed Nov  5 21:49:49 EET 2008 (edwin)
24 16
 ------------------------------------
25
- * clamav-milter/clamav-milter.c, configure.in, libclamav/binhex.c,
26
- libclamav/blob.c, libclamav/entconv.c, libclamav/jsparse/js-norm.c,
27
- libclamav/line.c, libclamav/matcher-ac.c, libclamav/matcher-bm.c,
28
- libclamav/mbox.c, libclamav/message.c, libclamav/mpool.c,
29
- libclamav/phish_domaincheck_db.c, libclamav/phish_whitelist.c,
30
- libclamav/phishcheck.c, libclamav/regex_list.c,
31
- libclamav/regex_suffix.c, libclamav/table.c, libclamav/text.c: have
32
- configure define NDEBUG unless we use --enable-debug, instead of
33
- having to #ifndef CL_DEBUG #define NDEBUG #endif in each .c file
34
- that uses assert.  If you want assertions enabled you'll need to use
35
- --enable-debug to configure, as until now, no change there.
17
+ * aclocal.m4, clamav-config.h.in, clamav-milter/, configure,
18
+  configure.in, libclamav/: have configure define NDEBUG unless we use
19
+  --enable-debug, instead of having to #ifndef CL_DEBUG #define NDEBUG
20
+  #endif in each .c file that uses assert.  If you want assertions
21
+  enabled you'll need to use --enable-debug to configure, as until
22
+  now, no change there.
36 23
 
37 24
 Wed Nov  5 21:20:56 CET 2008 (tk)
38 25
 ---------------------------------
... ...
@@ -116,23 +103,8 @@ Tue Nov  4 11:28:09 EET 2008 (edwin)
116 116
 
117 117
 Mon Nov  3 21:05:54 EET 2008 (edwin)
118 118
 ------------------------------------
119
- * clamd/scanner.c, clamd/session.c, clamd/session.h,
120
- clamd/thrmgr.c, clamd/thrmgr.h, contrib/clamdtop/Makefile,
121
- contrib/clamdtop/clamdtop.c: new command STATS new top-like tool
122
- using ncurses: clamdtop it shows what clamd is currently scanning (and since how long),
123
- including which file(s) multiscan is working on currently, how many
124
- items it has in the queue (and since how long they are waiting), how
125
- many active/idle threads it has, memory usage statistics, can
126
- monitor local or remote clamd
127
-
128
-Sat Nov  1 19:52:25 EET 2008 (edwin)
129
- * libclamav/libclamav.map, libclamav/matcher-ac.c,
130
- libclamav/matcher-bm.c, libclamav/regex_list.c,
131
- unit_tests/check_clamav.c, unit_tests/check_htmlnorm.c,
132
- unit_tests/check_jsnorm.c, unit_tests/check_matchers.c,
133
- unit_tests/check_regex.c, unit_tests/checks.h: fix unit tests when
134
- mpool is activated
119
+ * contrib/, libclamav/, unit_tests/: fix unit tests when mpool is
120
+  activated
135 121
 
136 122
 Sat Nov  1 03:51:58 CET 2008 (acab)
137 123
 -----------------------------------