pfix-srsd: add a -I option
[apps/pfixtools.git] / ChangeLog
1 ------------------------------------------------------------------------------
2 version 0.5                                                       Nov 11, 2008
3
4   * common:
5     FIX: fix build of the trie from an unsorted string list                FRU
6
7   * postlicyd:
8     NEW: 'check-configuration' option                                      FRU
9     NEW: add 'cleanup_period' parameter to the greylister                  FRU
10     NEW: add 'log_format' global configuration variable                    FRU
11     CHA: reload ip/string lists only if needed                             FRU
12
13
14 ------------------------------------------------------------------------------
15 version 0.4                                                       Oct 17, 2008
16
17   * common:
18     NEW: support for Darwin                                                FRU
19     CHA: use libev in the event loop                                       FRU
20     CHA: rewrite module_init() and module_exit() to work on nonGNU systems FRU
21
22   * postlicyd:
23     NEW: add persistent counters and filters on this counters              FRU
24     CHA: can remove the sender/recipient from the keys of the greylister   FRU
25     FIX: parsing of boolean values from the configuration                  FRU
26
27
28 ------------------------------------------------------------------------------
29 version 0.3                                                       Oct 12, 2008
30
31   * common:
32     CHA: asynchronous DNS resolution for RBL                               FRU
33     CHA: add final '.' to hostname for DNS resolution                       MC
34     CHA: fix build on 64 bits                                               MC
35
36   * postlicyd:
37     NEW: asynchronous filters                                              FRU
38     NEW: add performance tests of the TCBDB backend                        FRU
39     NEW: add a script to rsync rbl databases                               FRU
40     NEW: allow templated replies (filled with query field)                 FRU
41
42
43 ------------------------------------------------------------------------------
44 version 0.2                                                        Oct 5, 2008
45
46   * common:
47     NEW: add support for DNS resolution for RBL                            FRU
48
49   * postlicyd:
50     NEW: add basic support for rbldns zone file format                     FRU
51     NEW: add sender/recipient domain fields for matching                   FRU
52     NEW: conversion script postgrey to postlicyd                           mYk
53     CHA: faster ip lookup structure                                        FRU
54     CHA: fix startup sequence                                              FRU
55
56
57 ------------------------------------------------------------------------------
58 version 0.1                                                        Oct 4, 2008
59
60   * common:
61     NEW: initial version                                                MC/FRU
62
63   * pfix-srsd:
64     NEW: initial version                                                    MC
65
66   * postlicyd:
67     NEW: initial version                                                MC/FRU
68
69
70 ------------------------------------------------------------------------------
71 acronyms (see Authors)
72
73   FRU:  Florent Bruneau             <florent.bruneau@polytechnique.org>
74   MC:   Pierre Habouzit             <madcoder@debian.org>
75   mYk:  Aymeric Augustin            <aymeric.augusting@m4x.org>
76
77 -----------------------------------------------------------------------------
78 vim:et:ts=4:sw=4:tw=80:enc=utf-8: