summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.version2
-rw-r--r--README.txt4
-rw-r--r--debian/changelog6
-rw-r--r--debian/files2
-rw-r--r--docs/fapi.16
-rw-r--r--docs/fapi.txt4
6 files changed, 15 insertions, 9 deletions
diff --git a/.version b/.version
index bcab45a..81340c7 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.0.3
+0.0.4
diff --git a/README.txt b/README.txt
index 4a27747..b3d0a4f 100644
--- a/README.txt
+++ b/README.txt
@@ -96,8 +96,8 @@ EXAMPLES
# fapi auto resolves the IP address.
f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath
- # Add the pool to the vserver. The vservers name inside of BigIP will be the
- # FQDN followed by _PORT. In this case it would be:
+ # Add the pool to the vserver. The vservers name inside of BigIP will be
+ # the FQDN followed by _PORT. In this case it would be:
# myvserver.example.com_80 (or full: /Partition/myvserver.example.com_80)
# The reason is that : are not allowed in vserver names.
f vserver myvserver.example.com:80 set pool foopool
diff --git a/debian/changelog b/debian/changelog
index 7e4b109..55d271b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fapi (0.0.4) stable; urgency=low
+
+ * Add -e option, to select the loadbalancer environment
+
+ -- Paul Buetow <paul@buetow.org> Wed, 16 Apr 2014 09:02:09 +0200
+
fapi (0.0.3) stable; urgency=low
* Add a bunch of more documentation to the manual page.
diff --git a/debian/files b/debian/files
index 8159ced..0f8b16d 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-fapi_0.0.3_all.deb utils optional
+fapi_0.0.4_all.deb utils optional
diff --git a/docs/fapi.1 b/docs/fapi.1
index cb739b0..22dd83e 100644
--- a/docs/fapi.1
+++ b/docs/fapi.1
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "FAPI 1"
-.TH FAPI 1 "2014-04-15" "fapi 0.0.3" "User Commands"
+.TH FAPI 1 "2014-04-16" "fapi 0.0.4" "User Commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -247,8 +247,8 @@ A simple nPath service can be created as follows.
\& # fapi auto resolves the IP address.
\& f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath
\&
-\& # Add the pool to the vserver. The vservers name inside of BigIP will be the
-\& # FQDN followed by _PORT. In this case it would be:
+\& # Add the pool to the vserver. The vservers name inside of BigIP will be
+\& # the FQDN followed by _PORT. In this case it would be:
\& # myvserver.example.com_80 (or full: /Partition/myvserver.example.com_80)
\& # The reason is that : are not allowed in vserver names.
\& f vserver myvserver.example.com:80 set pool foopool
diff --git a/docs/fapi.txt b/docs/fapi.txt
index 4a27747..b3d0a4f 100644
--- a/docs/fapi.txt
+++ b/docs/fapi.txt
@@ -96,8 +96,8 @@ EXAMPLES
# fapi auto resolves the IP address.
f vserver myvserver.example.com:80 create PROTOCOL_TCP nPath
- # Add the pool to the vserver. The vservers name inside of BigIP will be the
- # FQDN followed by _PORT. In this case it would be:
+ # Add the pool to the vserver. The vservers name inside of BigIP will be
+ # the FQDN followed by _PORT. In this case it would be:
# myvserver.example.com_80 (or full: /Partition/myvserver.example.com_80)
# The reason is that : are not allowed in vserver names.
f vserver myvserver.example.com:80 set pool foopool