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