ChangeLog - bmf - bmf (Bayesian Mail Filter) 0.9.4 fork + patches | |
git clone git://git.codemadness.org/bmf | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
ChangeLog (3064B) | |
--- | |
1 Revision history for bmf: | |
2 | |
3 0.9.4: 20 Oct 2002 | |
4 * Remove X-RBL-Warning from ignored headers. | |
5 | |
6 0.9.4pre7: 20 Oct 2002 | |
7 * Update documentation. | |
8 | |
9 0.9.4pre6: 20 Oct 2002 | |
10 * Move Bayes stuff into its own file. | |
11 | |
12 0.9.4pre5: 20 Oct 2002 | |
13 * Fix NaN exception: if list is empty, use zero for probability. | |
14 * Make extrema array (keepers) variable size. Needs more work. | |
15 | |
16 0.9.4pre4: 19 Oct 2002 | |
17 * Add configure section for Darwin. | |
18 * Don't use file locking on Darwin, it is not supported. | |
19 | |
20 0.9.4pre3: 19 Oct 2002 | |
21 * Fixup configure script for OSF1. | |
22 * which(1) always returns 0 on OSF1, use type(1) instead. | |
23 * Add SYSLIBS to the makefile. | |
24 * Fix gcc-ism in dbg.c (ptr arithmetic on void*). | |
25 * Fix off-by-one in html tag check. | |
26 * Fix unaligned access in libdb. | |
27 | |
28 0.9.4pre2: 18 Oct 2002 | |
29 * Fix bug in -d handling for text and libdb. | |
30 (Found by Bj�rn Kalkbrenn) | |
31 | |
32 0.9.4pre1: 17 Oct 2002 | |
33 * Autodetect mailbox type and deprecate the -m option. | |
34 | |
35 0.9.3: 14 Oct 2002 | |
36 * Ditch the builtin libdb locks, use fcntl instead. | |
37 * Fix memory leak in dbtext. | |
38 * Fix some trivial issues with the lexer: | |
39 - Be more strict about recognizing IP addresses. | |
40 - Do case-insensitive header name comparisons. | |
41 * Fix multiple database closure with mbox format. | |
42 * Fix a bogus assert in passthrough. | |
43 * Add verbose flag (no functionality yet). | |
44 * Add heap checking in debug mode. | |
45 * Fix bug in -N mode which made it act the same as -S. | |
46 * Add X-RBL-Warning to ignored headers. | |
47 * Support maildir style folders. | |
48 | |
49 0.9.2: 12 Oct 2002 | |
50 * Fix bug in multiple message registration. | |
51 | |
52 0.9.1: 12 Oct 2002 | |
53 * Improve error reporting and clarify some messages. | |
54 * Package preformatted manpage instead of XML. | |
55 * Remove single message per invocation restriction. | |
56 | |
57 0.84: 09 Oct 2002 | |
58 * Fix linker flags for autodetected libdb 4.1 in /usr/local on B… | |
59 | |
60 0.84pre3: 07 Oct 2002 | |
61 * Yet another libdb api fix. DB->open() in 4.0 is the same as 3… | |
62 | |
63 0.84pre2: 07 Oct 2002 | |
64 * Fix bug in dbdb (v1 only) that prevented file locking on FreeB… | |
65 | |
66 0.84pre1: 07 Oct 2002 | |
67 * Fix bug in dbtext that caused segfault searching an empty list. | |
68 | |
69 0.83: 07 Oct 2002 | |
70 * Fix bug preventing creation of libdb files when using -n or -s. | |
71 * Fix bug in libdb unmergeclose function logic. Users are stron… | |
72 encouraged to delete and rebuild word lists if possible. If n… | |
73 possible, at least export to text and remove entries | |
74 that represent unsigned underflow (eg. 4.2 billion). | |
75 | |
76 0.82: 06 Oct 2002 | |
77 * Support GNU style --with-package=path options. | |
78 (copied from autoconf output) | |
79 * Use mysql_config in configure script. | |
80 * Support libdb v1 and v4. | |
81 * Find and use BerkeleyDB 4.1 in *BSD. | |
82 (thanks to [email protected]) | |
83 * Clarify and robustify argument handling (fixes pr618875). | |
84 | |
85 0.81: 03 Oct 2002 | |
86 * Add configure script and conditionally compile libdb and mysql. | |
87 * Add manpage for bmfconv. | |
88 * Cleanup manpage for bmf. | |
89 * Rearrange makefile a bit. | |
90 * Remove -f text options in bmfconv, it is not supported. | |
91 * Fix mysql typo that prevented linking. | |
92 * Tweak X-Spam headers a bit. | |
93 | |
94 0.80: 02 Oct 2002 | |
95 * Initial release. |