diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-16 20:13:49 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-16 20:13:49 +0200 |
| commit | 11907a7e5362509e3526ae1bede68c93f2e38add (patch) | |
| tree | a7d248ff15e45e30fd76bb3c4ef38a078f7d85c9 | |
| parent | db6eeb697243ff2ef4eff87df0b568ec8ec1b4ac (diff) | |
New release
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | README.pod | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/fapi.1 | 4 | ||||
| -rw-r--r-- | docs/fapi.pod | 2 | ||||
| -rw-r--r-- | docs/fapi.txt | 2 |
7 files changed, 13 insertions, 7 deletions
@@ -1 +1 @@ -0.7.2 +0.7.3 @@ -148,7 +148,7 @@ routes from your application servers to the loadbalancers floating self IP. You need also to set the SNAT flag as follows: - fapi vserver myvserver.example.com:443 set snat automap + fapi vserver myvserver.example.com:80 set snat automap =head2 About the NAME argument diff --git a/debian/changelog b/debian/changelog index e92d2c6..2d47e4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fapi (0.7.3) stable; urgency=low + + * Fixes documentation + + -- Paul Buetow <paul@buetow.org> Fri, 16 May 2014 20:13:29 +0200 + fapi (0.7.2) stable; urgency=low * Fixes documentation diff --git a/debian/files b/debian/files index c278a0d..0d3edca 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -fapi_0.7.2_all.deb utils optional +fapi_0.7.3_all.deb utils optional diff --git a/docs/fapi.1 b/docs/fapi.1 index 740f5f4..c47300d 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-05-16" "fapi 0.7.2" "User Commands" +.TH FAPI 1 "2014-05-16" "fapi 0.7.3" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -291,7 +291,7 @@ routes from your application servers to the loadbalancers floating self \s-1IP\s You need also to set the \s-1SNAT\s0 flag as follows: .PP .Vb 1 -\& fapi vserver myvserver.example.com:443 set snat automap +\& fapi vserver myvserver.example.com:80 set snat automap .Ve .SS "About the \s-1NAME\s0 argument" .IX Subsection "About the NAME argument" diff --git a/docs/fapi.pod b/docs/fapi.pod index 225a5f6..ca50e31 100644 --- a/docs/fapi.pod +++ b/docs/fapi.pod @@ -148,7 +148,7 @@ routes from your application servers to the loadbalancers floating self IP. You need also to set the SNAT flag as follows: - fapi vserver myvserver.example.com:443 set snat automap + fapi vserver myvserver.example.com:80 set snat automap =head2 About the NAME argument diff --git a/docs/fapi.txt b/docs/fapi.txt index 93e9122..67fe651 100644 --- a/docs/fapi.txt +++ b/docs/fapi.txt @@ -135,7 +135,7 @@ EXAMPLES You need also to set the SNAT flag as follows: - fapi vserver myvserver.example.com:443 set snat automap + fapi vserver myvserver.example.com:80 set snat automap About the NAME argument In most cases NAME can be a hostname, FQDN or an IP address. Optionally |
