1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
fapi (0.8.1) stable; urgency=low
* Hotfix release, could not manage nodes
-- Paul Buetow <paul@buetow.org> Fri, 30 May 2014 20:03:31 +0200
fapi (0.8.0) stable; urgency=low
* Add option -a
* Add possibility to manage SSL Client Profiles
* Add possibility to manage VirtualServer rules
* Add gitignore file
* Small bugfixes
* Enhancements in the documentation/manual page
-- Paul Buetow <paul@buetow.org> Tue, 27 May 2014 20:17:19 +0200
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
-- Paul Buetow <paul@buetow.org> Fri, 16 May 2014 20:11:45 +0200
fapi (0.7.1) stable; urgency=low
* Add example how to create a NATed VirtualServer...
* Add example how to create a SNATed VirtualServer...
... to the manpage
-- Paul Buetow <paul@buetow.org> Fri, 16 May 2014 20:01:48 +0200
fapi (0.7.0) stable; urgency=low
* Can also set and get the vlan of a vserver
* Can also set SNAT to automap
* Small updates in the documentation
-- Paul Buetow <paul@buetow.org> Fri, 16 May 2014 17:52:31 +0200
fapi (0.6.2) stable; urgency=low
* Some more PEP8
-- Paul Buetow <paul@buetow.org> Tue, 29 Apr 2014 07:44:58 +0200
fapi (0.6.1) stable; urgency=low
* Minor fix in synopsis.txt generation
-- Paul Buetow <paul@buetow.org> Tue, 29 Apr 2014 07:39:13 +0200
fapi (0.6.0) stable; urgency=low
* Count version to 0.6.0, it's the 6th release introducing new features
* Add colorful terminal output (can be disabled with -n)
* Add initial interactive shell (-i)
* Respect more of PEP8
-- Paul Buetow <paul@buetow.org> Tue, 29 Apr 2014 07:35:52 +0200
fapi (0.0.11) stable; urgency=low
* Rename partition to folder
-- Paul Buetow <paul@buetow.org> Thu, 24 Apr 2014 20:39:15 +0200
fapi (0.0.10) stable; urgency=low
* Don't include the f command anymore, use an alias to fapi instead
-- Paul Buetow <paul@buetow.org> Thu, 24 Apr 2014 20:19:26 +0200
fapi (0.0.9) stable; urgency=low
* Add synopsis.txt
-- Paul Buetow <paul@buetow.org> Thu, 24 Apr 2014 08:59:25 +0200
fapi (0.0.8) stable; urgency=low
* Can manage folders.
-- Paul Buetow <paul@buetow.org> Wed, 23 Apr 2014 22:38:05 +0200
fapi (0.0.7) stable; urgency=low
* Add the functionality to specify explicitly IP addresses even if the
FQDN does not resolve to it.
-- Paul Buetow <paul@buetow.org> Tue, 22 Apr 2014 20:39:28 +0200
fapi (0.0.6) stable; urgency=low
* Introduce a bunch of new options.
-- Paul Buetow <paul@buetow.org> Wed, 16 Apr 2014 22:27:41 +0200
fapi (0.0.5) stable; urgency=low
* Had a merge conflict the prev. release
-- Paul Buetow <paul@buetow.org> Wed, 16 Apr 2014 09:08:40 +0200
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.
-- Paul Buetow <paul@buetow.org> Tue, 15 Apr 2014 23:06:57 +0200
fapi (0.0.2a) stable; urgency=low
* Some test release.
-- Paul Buetow <paul@buetow.org> Tue, 15 Apr 2014 21:19:21 +0200
fapi (0.0.2) stable; urgency=low
* This release includes only minor enhancements
-- Paul Buetow <paul@buetow.org> Tue, 15 Apr 2014 21:16:02 +0200
fapi (0.0.1) stable; urgency=low
* Typo fixes in the manpage
-- Paul Buetow <paul@buetow.org> Tue, 15 Apr 2014 09:30:45 +0200
fapi (0.0.0) stable; urgency=low
* Initial version of fapi
-- Paul Buetow <paul@buetow.org> Tue, 15 Apr 2014 09:19:30 +0200
|