Skip to content

Commit 06718d4

Browse files
committed
update the README for 0.3.0
1 parent 3dc5902 commit 06718d4

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

README

+8-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Directives
6969
* *default_down*: set initial state of backend server, default is
7070
down.
7171

72-
* `port`: specify the check port in the backend servers. It can be
72+
* *port*: specify the check port in the backend servers. It can be
7373
different with the original servers port. Default the port is 0 and
7474
it means the same as the original backend server.
7575

@@ -286,6 +286,13 @@ Notes
286286
TODO
287287
Known Issues
288288
Changelogs
289+
v0.3
290+
* support keepalive check requests
291+
292+
* fastcgi check requests
293+
294+
* json/csv check status page support
295+
289296
v0.1
290297
* first release
291298

doc/README.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Directives
6969
* *default_down*: set initial state of backend server, default is
7070
down.
7171

72-
* `port`: specify the check port in the backend servers. It can be
72+
* *port*: specify the check port in the backend servers. It can be
7373
different with the original servers port. Default the port is 0 and
7474
it means the same as the original backend server.
7575

@@ -286,6 +286,13 @@ Notes
286286
TODO
287287
Known Issues
288288
Changelogs
289+
v0.3
290+
* support keepalive check requests
291+
292+
* fastcgi check requests
293+
294+
* json/csv check status page support
295+
289296
v0.1
290297
* first release
291298

doc/README.wiki

+5
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,11 @@ Note that, the nginx-sticky-module also needs the original check.patch.
283283

284284
= Changelogs =
285285

286+
== v0.3 ==
287+
* support keepalive check requests
288+
* fastcgi check requests
289+
* json/csv check status page support
290+
286291
== v0.1 ==
287292
* first release
288293

0 commit comments

Comments
 (0)