1
1
CHANGES
2
2
=======
3
3
4
+ 0.5.6
5
+ -----
6
+
7
+ * RELEASE 0.5.6 version
8
+ * Remove shebang and executable bit from files
9
+ * Remove unnecessary print statement
10
+ * Print version of haproxyadmin library as well
11
+ * Require haproxyadmin version 0.2.2 or higher
12
+
4
13
0.5.5
5
14
-----
6
15
7
16
* RELEASE 0.5.5 version
8
- * Make __init__ .py more pylint friendly
17
+ * Make \_\_init\_\_ .py more pylint friendly
9
18
* Remove encoding declaration as default encoding is UTF-8
10
19
* DOC: Update README to include examples for changing address/port
11
20
* Fix wrong continued indentation, add space after comma
@@ -33,7 +42,7 @@ CHANGES
33
42
* Remove redundant header
34
43
* Fix ordering of module so pylint is happy
35
44
* Add docstring and polish a bit the output
36
- * Move the list of valid cmds in __init__
45
+ * Move the list of valid cmds in \_\_init\_\_
37
46
* Update installation instructions
38
47
39
48
0.5.2
@@ -59,7 +68,7 @@ CHANGES
59
68
* Remove unused classes and exceptions part 2
60
69
* Remove unused classes and exceptions
61
70
* Add support for accepting a socket file
62
- * Add haproxy_object function
71
+ * Add haproxy\_object function
63
72
* Fix indentation issues
64
73
* Simplify conditional statement
65
74
@@ -90,7 +99,7 @@ CHANGES
90
99
91
100
* RELEASE 0.4.3 version
92
101
* Use correct constant for backend metrics
93
- * Rename `list` CLI argument to `show`
102
+ * Rename \ `list\ ` CLI argument to \ `show\ `
94
103
* add support for showing pids of HAProxy processes
95
104
* fix typo in README
96
105
@@ -118,7 +127,7 @@ CHANGES
118
127
* RELEASE 0.4.0 version
119
128
* add in README section for haproxy command
120
129
* add support for managing some options/metric for haproxy
121
- * version is set in __init__ , use that one
130
+ * version is set in \_\_init\_\_ , use that one
122
131
* update README to reflect the changes in frontend CLI
123
132
* add support for force and abort operations in frontend
124
133
* order frontend options alphabetically
@@ -131,14 +140,14 @@ CHANGES
131
140
132
141
* RELEASE 0.3.2 version
133
142
* update README for the new usage on server command
134
- * remove unused sorted_nicely function
143
+ * remove unused sorted\_nicely function
135
144
* support for abort also when we drain servers or set them in maintenance
136
145
* update README for the new option(f) in server subcommand
137
146
* add six module in requirements as it was introduced by 2819db4f
138
147
* add -f option to force disabling servers
139
148
* prompt user when he disables server
140
149
* remove unnecessary brackets
141
- * add a read_user input function
150
+ * add a read\_user input function
142
151
143
152
0.3.1
144
153
-----
@@ -148,7 +157,7 @@ CHANGES
148
157
* Fix typo in README.RST
149
158
* introduce class also for MAP command as we did with dad1424
150
159
* acl.py: use a proper name for the class which perform commands for ACL
151
- * include version in __init__ .py
160
+ * include version in \_\_init\_\_ .py
152
161
153
162
0.3.0
154
163
-----
@@ -168,15 +177,15 @@ CHANGES
168
177
* fix incorrect indentation for -D in the usage
169
178
* add a helper function to parse arguments
170
179
* update README to reflect to the fact that -D is only part of command args
171
- * cli.py does not need to parse socket_dir
180
+ * cli.py does not need to parse socket\_dir
172
181
173
182
0.2.1
174
183
-----
175
184
176
185
* RELEASE 0.2.1 version
177
186
* add an extra line between function to make pylint happy
178
187
* Implicitly import sys rather using it from docopt space
179
- * catch the error when socket_dir doesn't exist
188
+ * catch the error when socket\_dir doesn't exist
180
189
181
190
0.2.0
182
191
-----
@@ -228,7 +237,7 @@ CHANGES
228
237
* change license to Apache 2.0
229
238
* switch to gmail account
230
239
* remove redundant information from the headers of each module
231
- * __init__ : clean useless string which was added accidentally
240
+ * \_\_init\_\_ : clean useless string which was added accidentally
232
241
* bump version in cli.py
233
242
* update ChangeLog
234
243
0 commit comments