From 66b421af3e4c407806efd728d089a61fc3a77d96 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Wed, 25 Jun 2014 09:26:06 +0200 Subject: New release --- .version | 2 +- Makefile | 4 ++-- debian/changelog | 6 ++++++ debian/files | 2 +- docs/extended-synopsis.txt | 4 ++-- docs/fapi.1 | 2 +- docs/synopsis.txt | 4 ++-- 7 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.version b/.version index 965065d..a602fc9 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.9.3 +0.9.4 diff --git a/Makefile b/Makefile index a4902e0..b8be7c4 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,8 @@ documentation: --center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1 pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt cp ./docs/$(NAME).pod README.pod - ./bin/fapi -h -n > ./docs/synopsis.txt - ./bin/fapi -h -n -E > ./docs/extended-synopsis.txt + ./bin/fapi -d -h -n > ./docs/synopsis.txt + ./bin/fapi -d -h -n -E > ./docs/extended-synopsis.txt # Build a debian package deb: all dpkg-buildpackage # -us -uc diff --git a/debian/changelog b/debian/changelog index da13c4a..e5600e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fapi (0.9.4) stable; urgency=low + + * Fix fapi.buetow.org HP (Synopsis text) + + -- Paul Buetow Wed, 25 Jun 2014 09:25:32 +0200 + fapi (0.9.3) stable; urgency=low * Fix the extended synopsis diff --git a/debian/files b/debian/files index 1c1f369..6d9b871 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -fapi_0.9.3_all.deb utils optional +fapi_0.9.4_all.deb utils optional diff --git a/docs/extended-synopsis.txt b/docs/extended-synopsis.txt index a77b1b0..eb1e87d 100644 --- a/docs/extended-synopsis.txt +++ b/docs/extended-synopsis.txt @@ -29,7 +29,7 @@ optional arguments: Extended synopsis. The following partially needs admininstrator privileges on / and /Common: - -f Common -b balancer.example.com selfip + -f Common -b balancer.example.com selfip -f Common -b balancer.example.com selfip NAME create NETMASK VLANNAME [TGROUP] -f Common -b balancer.example.com selfip NAME delete -f Common -b balancer.example.com selfip NAME get detail|tgroup @@ -49,4 +49,4 @@ The following partially needs admininstrator privileges on / and /Common: -f / folder -f / folder NAME create|delete -f / folder NAME get detail|dgroup|tgroup - -f / folder NAME set dgroup|tgroup DGROUP|TGROUP + -f / folder NAME set dgroup|tgroup DGROUP|TGROUP diff --git a/docs/fapi.1 b/docs/fapi.1 index 78449c1..d742ef5 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-05-27" "fapi 0.9.3" "User Commands" +.TH FAPI 1 "2014-05-27" "fapi 0.9.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 diff --git a/docs/synopsis.txt b/docs/synopsis.txt index eea9c7f..4e18410 100644 --- a/docs/synopsis.txt +++ b/docs/synopsis.txt @@ -28,7 +28,7 @@ optional arguments: Synopsis: - monitor + monitor monitor NAME get desc|state node node NODENAME create|delete @@ -65,6 +65,6 @@ Synopsis: profileclientssl profileclientssl PROFILENAME create [SSLKEYNAME] [SSLCERTNAME] profileclientssl PROFILENAME delete - profileclientssl PROFILENAME get detail + profileclientssl PROFILENAME get detail Please consult the manpage for examples. Please run with -E for more (extended commands) synopsis! -- cgit v1.2.3