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