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