diff options
| author | Chuck Norris (lxpbuetow.webde.local) <paul.buetow@1und1.de> | 2014-11-17 15:16:04 +0100 |
|---|---|---|
| committer | Chuck Norris (lxpbuetow.webde.local) <paul.buetow@1und1.de> | 2014-11-17 15:16:04 +0100 |
| commit | 7f3d5093acea1824648a7d7031d31ec4f04ec736 (patch) | |
| tree | 7dcd9a4b4c3b2e06a88422de606f7a3459b8ff0c | |
| parent | 75d0166578c9fa4eccf0d4f99dffbe7f71c5c30a (diff) | |
New release1.0.2
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | README.pod | 2 | ||||
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/extended-synopsis.txt | 1 | ||||
| -rw-r--r-- | docs/fapi.1 | 2 |
6 files changed, 12 insertions, 4 deletions
@@ -1 +1 @@ -1.0.0 +1.0.1 @@ -70,7 +70,7 @@ Update your sources list: curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - echo deb http://deb.buetow.org/apt wheezy main | - sudo tee /etc/apt/sources.list.d/buetoworg.list + sudo tee /etc/apt/sourcees.list.d/buetoworg.list sudo aptitude update And run diff --git a/debian/changelog b/debian/changelog index f53fc6e..7c17a23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +fapi (1.0.1) stable; urgency=low + + * Some documentation fixes. + * Some other fixes as well. + + -- Paul buetow <paul@buetow.org> Mon, 17 Nov 2014 15:07:55 +0100 + fapi (1.0.0) stable; urgency=low * Add 'get curl' option to generate test commands to check wether a service diff --git a/debian/files b/debian/files index c427210..efe8802 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -fapi_1.0.0_all.deb utils optional +fapi_1.0.1_all.deb utils optional diff --git a/docs/extended-synopsis.txt b/docs/extended-synopsis.txt index 92e06dd..e39b57a 100644 --- a/docs/extended-synopsis.txt +++ b/docs/extended-synopsis.txt @@ -6,6 +6,7 @@ The following partially needs admininstrator privileges on / and /Common: -f Common -b balancer.example.com selfip NAME delete -f Common -b balancer.example.com selfip NAME get address|detail|tgroup -f Common -b balancer.example.com selfip NAME set tgroup TGROUP + -f Common -b balancer.example.com selfip NAME set vlan VLAN -f Common -b balancer.example.com vlan -f Common -b balancer.example.com vlan NAME create tagged VLANID internal|external|... -f Common -b balancer.example.com vlan NAME delete diff --git a/docs/fapi.1 b/docs/fapi.1 index 6122877..db4199f 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-07-30" "fapi 1.0.0" "User Commands" +.TH FAPI 1 "2014-07-31" "fapi 1.0.1" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l |
