File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
=======
3
3
4
+ 0.5.5
5
+ -----
6
+
7
+ * RELEASE 0.5.5 version
8
+ * Make __init__.py more pylint friendly
9
+ * Remove encoding declaration as default encoding is UTF-8
10
+ * DOC: Update README to include examples for changing address/port
11
+ * Fix wrong continued indentation, add space after comma
12
+ * Fix useless object-inheritance
13
+ * Fix the way we use Exceptions
14
+ * Add support in server command to change address/port
15
+ * Report when a acl doesn't have entries
16
+ * Report when a map doesn't have entries
17
+ * Remove unnecessary text from example outputs
18
+ * Catch Invalid input for ACL/MAP cmds
19
+
4
20
0.5.4
5
21
-----
6
22
@@ -152,7 +168,7 @@ CHANGES
152
168
* fix incorrect indentation for -D in the usage
153
169
* add a helper function to parse arguments
154
170
* update README to reflect to the fact that -D is only part of command args
155
- * cli.py does not need to parse socket_dir
171
+ * cli.py does not need to parse socket_dir
156
172
157
173
0.2.1
158
174
-----
Original file line number Diff line number Diff line change 2
2
"""haproxytool a tool to manage HAProxy via stats socket."""
3
3
__title__ = 'haproxytool'
4
4
__author__ = 'Pavlos Parissis'
5
- __version__ = '0.5.4 '
5
+ __version__ = '0.5.5 '
6
6
__license__ = 'Apache 2.0'
7
7
__copyright__ = 'Copyright 2015-2019 Pavlos Parissis'
8
8
You can’t perform that action at this time.
0 commit comments