~ubuntu-branches/ubuntu/hardy/dbacl/hardy

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Zak B. Elep
  • Date: 2006-03-26 22:35:35 UTC
  • mto: (2.1.1 etch) (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060326223535-icwiulpkzesds4mq
ImportĀ upstreamĀ versionĀ 1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dbacl 1.12:
 
2
        * some tests in make check need C locale (found by Szperacz).
 
3
        * swap order of #include "util.h" and #include<math.h> for gcc 4.0
 
4
        * defined dummy yywrap() in risk-parser.y
 
5
        * added the TREC2005 options files to the distribution.
 
6
        * when using -T html:styles, now also shows CSS class.
 
7
        * bug fix: some MMAP calls incorrectly tested NULL instead of MAP_FAILED.
 
8
        * bug fix: std_tokenizer lost tokens with M_OPTION_NGRAM_STRADDLE_NL.
 
9
        * bug fix: xml_character_filter, XTAG attributes straddling newlines.
 
10
        * changed -T email:xheaders semantics slightly.
 
11
        * re-added EXIT_STATUS section in man page (was lost after rewrite).
 
12
        * fixed exit status when learning, to conform with Unix convention,
 
13
          but classifying exit status continues to be nonstandard.
 
14
        * new option -e char for single characters.
 
15
        * updated code in mailinspect.c so that it compiles with slang2.
 
16
          (thanks Clint Adams)
 
17
        * changed util.h and tests/Makefile.am for IRIX make compilation.
 
18
          (thanks to anonymous submitter)
 
19
        * todo: find unchecked null pointers
 
20
        * todo: fix flex linking problem
 
21
        * new hypex command, a Chernoff exponent calculator for dbacl.
 
22
        * optionally scan sources with splint (tricky, incomplete)
 
23
          (thanks to Markus Elfring for pointing out the need for it).
 
24
dbacl 1.11:
 
25
        * bug fix in mailcross.
 
26
        * bug fix: SIGACTION changed to HAVE_SIGACTION.
 
27
        * add slowdown warning on STDERR when learner hash won't grow any more.
 
28
        * set extra_lines = 0 in process_file when U_OPTION_FILTER applies.
 
29
        * add new switch -S to be used with -w, and make -w more standard.
 
30
        * replace tmpfile() call with mytmpfile() + unlink().
 
31
        * change the formula for score renormalizations and make complexity
 
32
          into a fractional quantity.
 
33
        * update/edit the manpages and tutorials.
 
34
        * add new function fast_partial_save_learner().
 
35
dbacl 1.10:
 
36
        * small changes to the documentation.
 
37
        * add new TREC directory containing spamjig scripts.
 
38
        * apply vpath changes, thanks to Clint Adams, see contrib directory.
 
39
        * change is_binline() to be more robust across locales.
 
40
        * bug fix in test scripts in case program doesn't run in C locale.
 
41
        * -m switch now applies to learning with -o switch.
 
42
        * add "b" to all the fopen() calls, including stdin handling.
 
43
        * fix typos and updated documentation (thanks Keith Briggs).
 
44
        * bug fix: add check for q = NULL pointer in std_tokenizer.
 
45
        * implicit parentheses around regexes with -g switch.
 
46
        * -0 switch is now default, added -1 switch to force preloading.
 
47
        * -X switch no longer default for learning.
 
48
        * convert some E_ERROR messages into E_FATAL.
 
49
        * remove hacks in make_dirichlet_digrams(), agrees with dbacl.ps again.
 
50
        * bug fix: handle style attribute in XTAGS if M_OPTION_SHOW_STYLE.
 
51
        * parsing improvement: detect MIME headers with missing boundary.
 
52
        * loophole fix: IGNORE_MIME_PREAMBLE in mbw.c.
1
53
dbacl 1.9:
2
54
        * bug fix: bayesol expects '^scores', dbacl writes '^# scores', found
3
55
          by Darryl Luff (thanks).