-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChangeLog
146 lines (106 loc) · 6.69 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
version 0.9 Sep 22, 2012
* all:
NEW: add support for long options FRU
NEW: provide consistent command line arguments FRU
CHA: common and build system now in a submodule FRU
* postlicyd:
NEW: query format learns ${field[part]} pattern FRU
NEW: new srs filter FRU
NEW: support postfix 2.9+ new ccert_pubkey_fingerprint parameter FRU
FIX: crash in the greylister when client_address is missing FRU
FIX: crash missing rotation of rate limiter leading to a crash FRU
------------------------------------------------------------------------------
version 0.8 Oct 26, 2009
* common:
NEW: support for explanations in SPF FRU
* pfix-srsd:
NEW: command line option to set the separator FRU
NOTE: changes based on a patch by Nicolas Grekas
* postlicyd:
NEW: filters can add an explanation in their answer FRU
NEW: the sender normalization of the greylister can be disabled FRU
NEW: add support for 'warn' post-action FRU
FIX: network detection in greylister when lookup_by_host is disabled FRU
------------------------------------------------------------------------------
version 0.7 Sep 15, 2009
* common:
NEW: spf implementation FRU
NEW: timer support in server loop FRU
FIX: build with gcc 4.3 VZA
FIX: regexp in trie when reverse lookup is disabled FRU
* pfix-srsd:
NEW: command line option to ignore external domains MC
* postlicyd:
NEW: spf filter FRU
NEW: hang filter FRU
NEW: add default behaviour for some results to have simpler conf FRU
NEW: can forward DNS lookup according to a resolv.conf file FRU
CHA: default logging level is LOG_NOTICE (it was LOG_INFO) FRU
------------------------------------------------------------------------------
version 0.6 Feb 26, 2009
* common:
NEW: add support for regexp FRU
NEW: documentation target and man page MC
CHA: fix copyright and licensing MC
FIX: fix build of tries with duplicated keys FRU
* postlicyd:
NEW: support for regexp in strlist and match filters FRU
NEW: match operator can compare query fields together FRU
FIX: crash when using rbldns strlist FRU
FIX: mem leak when reloading an iplist from disk FRU
------------------------------------------------------------------------------
version 0.5 Nov 11, 2008
* common:
FIX: fix build of the trie from an unsorted string list FRU
* postlicyd:
NEW: 'check-configuration' option FRU
NEW: add 'cleanup_period' parameter to the greylister FRU
NEW: add 'log_format' global configuration variable FRU
CHA: reload ip/string lists only if needed FRU
------------------------------------------------------------------------------
version 0.4 Oct 17, 2008
* common:
NEW: support for Darwin FRU
CHA: use libev in the event loop FRU
CHA: rewrite module_init() and module_exit() to work on nonGNU systems FRU
* postlicyd:
NEW: add persistent counters and filters on this counters FRU
CHA: can remove the sender/recipient from the keys of the greylister FRU
FIX: parsing of boolean values from the configuration FRU
------------------------------------------------------------------------------
version 0.3 Oct 12, 2008
* common:
CHA: asynchronous DNS resolution for RBL FRU
CHA: add final '.' to hostname for DNS resolution MC
CHA: fix build on 64 bits MC
* postlicyd:
NEW: asynchronous filters FRU
NEW: add performance tests of the TCBDB backend FRU
NEW: add a script to rsync rbl databases FRU
NEW: allow templated replies (filled with query field) FRU
------------------------------------------------------------------------------
version 0.2 Oct 5, 2008
* common:
NEW: add support for DNS resolution for RBL FRU
* postlicyd:
NEW: add basic support for rbldns zone file format FRU
NEW: add sender/recipient domain fields for matching FRU
NEW: conversion script postgrey to postlicyd mYk
CHA: faster ip lookup structure FRU
CHA: fix startup sequence FRU
------------------------------------------------------------------------------
version 0.1 Oct 4, 2008
* common:
NEW: initial version MC/FRU
* pfix-srsd:
NEW: initial version MC
* postlicyd:
NEW: initial version MC/FRU
------------------------------------------------------------------------------
acronyms (see Authors)
FRU: Florent Bruneau <[email protected]>
MC: Pierre Habouzit <[email protected]>
mYk: Aymeric Augustin <[email protected]>
VZA: Vincent Zanotti <[email protected]>
-----------------------------------------------------------------------------
vim:et:ts=4:sw=4:tw=80:enc=utf-8: