-
Notifications
You must be signed in to change notification settings - Fork 12
/
CHANGELOG
35 lines (27 loc) · 842 Bytes
/
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
ddhcpd r5 (2020-01-XX)
======================
- Fix SIGPIPE handling
- Timed house keeping
- Respect learning phase
- New hook actions
- More error handling
ddhcpd r4 (2019-12-28)
======================
- Free unneeded blocks after some waiting time
- Send dhcp unicast if client is renewing
- Add dhcp inform message support
- Various bugfixes and small improvements
ddhcpd r3 (2019-03-07)
======================
- Rewrite reclaim mechansim
ddhcpd r2 (2019-01-07)
======================
- Change inquire triggering from spare blocks to spare leases.
- Add statistics (optional activated on compile time)
- Add gitlab-ci for debian package.
- Major memory allocation review
- Major type-safety review
- Various bugfixes and small improvements
ddhcpd r1 (2018-10-01)
======================
- Initial release