File: ChangeLog

package info (click to toggle)
bld 0.3.2-3.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 500 kB
  • ctags: 252
  • sloc: ansic: 2,307; perl: 180; makefile: 143; sh: 106; python: 36
file content (97 lines) | stat: -rw-r--r-- 2,638 bytes parent folder | download | duplicates (2)
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
2004-11-17: v0.3.2 released

	* various code cleanups and portability fixes.  Code compiles
	  on Linux, FreeBSD 4.x, FreeBSD 5.x, NetBSD 1.6, Mac OS X and
	  Cygwin.

	* code cleanups submitted by Bertrand Demiddelaer

2004-10-27: v0.3.1 released

	* added README.postfix that explains how to use BLD with Postfix

	* added Policy server for Postfix: bld-pf_policy(8)

	* added two scripts: bld-pf_policy.pl and bld-pf_log.pl, allowing
	  Postfix interaction

	* added a query to decrement an IP counter and the associated
          tool: blddecr(8)

	* cleaned autoconf output to generated manual pages

	* fixed some typos in bld.conf.sample thanks to Oleg Milaenko

	* fixed some bugs (in Postfix log reader and bld.conf.sample) thanks
	  to Tim Bynum

2004-10-19: v0.3.0 released

	* added notifies between multiple bld hosts
	
	* added support for configuration file.  See bld.conf(5)
	
	* added the ipbl query, to force an insertion in the blacklist and
	  the associated command line client: bldinsert
	
	* changed behaviour of bldsubmit and bldquery to be
	  backward-compatible but more intuitive and easy to use (ie use
	  localhost:2905 by default if not specified)

	* added some tests to be more NULL-malloc-returns proof
	
	* standardized error messages

	* fixed a bug in configuration files reloading

	* added a MRTG script in utils/ directory

	* fixed a typo in this ChangeLog: v0.2.4 was released in 2004
	  not 2003 :)

2004-09-29: v0.2.4 released

	* bugfixes (IP address redemption in blacklist, ACL file parsing) and
          suggestions (detailed statistics on requests) from Oleg Milaenko

2004-08-27: v0.2.3 released
	
	* suggestions and fixes from Cyril Bouthors:
		- fixed bug with return code at startup (1 when daemonizing),
		- return 500 instead of 000 if command not recognized
		  (WARNING: check your client before upgrading!),
		- add a string after the return code to be more human readable,
		- manpages updates (mostly bldread(8) output format),
		- be more lintian friendly

2004-08-19: v0.2.2 released

	* added options to chose various filenames (-I, -B, -A and -W options)

	* added options to change uid/gid to run as (-u and -g options)

	* added timeout on client connections (-T option)

	* specify filename to save PID to (-P option)

	* added white lists

	* added access lists

2004-08-15: v0.2.1 released

	* code cleanups by Samuel Tardieu

	* fixed bad signal handling while in read()/write()

	* portability fixes by Pierre Beyssac

2004-08-12: v0.2 released

	* moved to autoconf

	* code cleanups, small design changes, non-blocking sockets

2004-08-09: v0.1

	* initial release