-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathChangeLog
41 lines (21 loc) · 988 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
36
37
38
39
40
41
2016-02-11 Tatsuhiko Kubo <[email protected]>
* feature: dynamic module is available from nginx-1.9.11.
* 0.1.3 released.
2016-01-17 Tatsuhiko Kubo <[email protected]>
* bugfix: fixed memory corruptions. (#10) Thanks @igorastds
* optimize: reduced memory allocations. (#8) Thanks @flygoast
* supported round_robin load balancing for op_add and op_remove. (#6) Thanks @wangfakang
* 0.1.2 released.
2015-06-14 Tatsuhiko Kubo <[email protected]>
* bugfix: fxied compilation error when `--with-ipv6` is enabled. Thanks Sergey A. Osokin for the patch.
* 0.1.1 released.
2015-05-27 Tatsuhiko Kubo <[email protected]>
* bugfix: subdued memory leaks for zone.
* bugfix: potential buffer overrun.
* added 'server' string in response.
* added testing automation with make(#2). Thanks @walf443
* specified status code of response explicitly.
* inserted various log.
* 0.1.0 released.
2015-05-20 Tatsuhiko Kubo <[email protected]>
* 0.0.1 released.