summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: ee2ca02b92de316b50eb50708c07ac4f3b4e1698 (plain) (blame)
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
2015.??.?? -- Version 1.2

* added support for systemd
* fixed exit code after signal

2013.10.07 -- Version 1.1

* fixed build for clang

2010.12.25 -- Version 1.0

* print some info in SIGUSR1 and SIGUSR2
* fixed problematic usage of strndup at new parser

2010.12.11 -- Version 0.2

* added TCP_NODELAY option for client fd's
* using async connects now
* re-reading config file after sig-hup
* replaced flex/bison by ragel based parser

2010.12.05 -- Version 0.1

* initial release