-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCHANGES
107 lines (58 loc) · 2 KB
/
CHANGES
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
*********
Changelog
*********
This is a brief overview of the changes introduced by each version.
For the full changelog refer to the
`Git version history <http://labs.feurix.org/admin/hatop/log/>`_.
HATop 0.7
=========
This is the first public series after reaching a feature complete state.
HATop 0.7.7
-----------
:Date: Oct 05, 2010
- Feature: Display hotkey footer when pressing ENTER on selected service.
- Feature: Use string identifier ("pxname/svname") instead of numerical
identifier ("#iid/#sid") for hotkey actions.
- Bugfix: Display cursor and focus input if started in CLI mode.
- Bugfix: Reload stat data if number of proxies or services has changed.
- Bugfix: Prevent infinite size sync if screen size is larger than supported.
(Jérémy Bonnet)
- Docs: Add notes to INSTALL for the man page. (James Briggs)
- Docs: Fix hatop(1) man page and document the new hotkey footer.
HATop 0.7.6
-----------
:Date: Aug 20, 2010
- Bugfix: Support terminals lacking different cursor visibilities.
(Matt Behrens)
- Bugfix: Handle empty or incomplete info and stat data.
- Bugfix: Handle unknown proxy names with the -p / --proxy filter options.
- Docs: Add initial hatop(1) man page
HATop 0.7.5
-----------
:Date: Aug 18, 2010
- Bugfix: Pressing ENTER on the embedded CLI could result in display
corruption. (Cyril Bonté)
- Docs: Add common packaging files CHANGES and INSTALL
- Docs: Add keybind reference in KEYBINDS
HATop 0.7.4
-----------
:Date: Aug 16, 2010
- Bugfix: Fix the expected stat CSV format. (Jim Riggs)
HATop 0.7.3
-----------
:Date: Aug 16, 2010
- Bugfix: Restore compatibility with Python 2.4 and 2.5.
HATop 0.7.2
-----------
:Date: Aug 16, 2010
- Bugfix: Handle socket connections to incompatible HAProxy versions.
HATop 0.7.1
-----------
:Date: Aug 16, 2010
- Bugfix: Prevent timeout changes to the internal interactive session used to
query for stats.
HATop 0.7.0
-----------
:Date: Aug 15, 2010
- The first public and feature complete version.
.. vim: tw=78