summaryrefslogtreecommitdiffstats
path: root/Changelog
blob: 885684d8fb713b6d398591e8b2dc0c29337bc9d7 (plain)
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
1.5 / 2012-11-07 
================

  * Check PsUtil > 0.4.0
  * Corect a bug on Windows and IO
  * Catch timedelta issue on Amazon EC2 server / related to issue #87
  * Manage Fs name > 8 chars
  * Invert get_nice and nice
  * Re-add the main() function
  * Add Python 3 compatibility
  * Add refesh time for server side
  * Add a connected to / disconnected from server message
  * Update man page
  * Add control when server is down
  * Update documentation for the beta phase
  * Add shortkey to delete warning (w) or warning+critical (x) logs messages
  * Merge pull request #108 from nicolargo/clientserver
  * Change the process IO columns and update informations files
  * Add funcs to RPC instance
  * Glances client/server is now fully RPC/XML compliant
  * Correct a major issue on the get_io_counters on non user process (thx to the Alessio mail)
  * Corect bug on CPU % on Windows
  * CPU stats corrected for Windows
  * Force server mode for Windows OS
  * Add the -B argument for binding on a specific interface / optimize lib load
  * Add INIT and QUIT. Clean the code. Do stuff...
  * IO bug with client
  * Add first step of the Glances client/master
  * Merge pull request #104 from 2xyo/master
  * Add support of Travis CI continuous integration service
  * Correct PATH in the Web export module
  * Minor doc update
  * Merge pull request #103 from sebastianmoreno/patch-1
  * Update i18n/es/LC_MESSAGES/glances.po
  * Merge branch 'master' of github.com:nicolargo/glances
  * Add -b (key 'b') to switch between bit/s or byte/s for network IO
  * Merge pull request #101 from 2xyo/master
  * Add Changelog
  * Merge pull request #100 from mxjeff/locale-issue
  * Fixed Portuguese locale name
  * Merge pull request #98 from mxjeff/html_issue
  * Fixed broken HTML output (issue #97)

1.4
===

  * version 1.4.2.1
  * Test as_dict()...
  * version 1.4.2
  * Clean the code...
  * Clean the code, go back try / except
  * New function: Get process stats
  * New function: Get process stats
  * Cache OS information
  * Merge pull request #91 from rberaldo/master
  * Files for the Brazilian Portuguese translation
  * Add Top process in the log
  * test code for IO ps
  * Use the news virtual_memory() and virtual_swap() fct
  * Merge pull request #88 from dmd/patch-1
  * eliminate redundant 'per'
  * Update installation doc
  * pip install Glances / Better than pip install glances
  * After the 2to3 / Python 3 compatibility
  * Merge branch 'master' of github.com:nicolargo/glances
  * After the 2to3 / Python 3 compatibility
  * Update README.md
  * Merge pull request #85 from luxflux/patch-1
  * Fix typo
  * Add logo to HitHub doc 2
  * Add logo to HitHub doc
  * Merge pull request #81 from dlion/master
  * Compiled file for italian translation
  * File for italian translation
  * Compiled file for italian translation
  * Italian translation file compiled
  * File for Italian Translation
  * version 1.4.1.1
  * version 1.4.1
  * Merge pull request #75 from dlion/master
  * A simple uninstall script
  * Add a switch -b to display network rate in byte per second
  * Add Process IO Read/Write information, if space is available
  * Add Process IO Read/Write information, if space is available
  * Merge pull request #71 from xiongchiamiov/master
  * Merge pull request #70 from pigmonkey/master
  * Fix typos/misspellings in README
  * Fix README typo
  * Merge pull request #66 from xorpaul/patch-1
  * fixed small spelling mistakes
  * fixed small spelling mistakes
  * Update installation documentation for OS X
  * Add first code for process IO / no display
  * Merge pull request #60 from qzio/patch-1
  * Merge pull request #58 from crcastle/patch-1
  * link to correct flattr "thing"
  * Add OSX install instructions
  * Add the '1' key to switch between per CPU / per core stats
  * Minor indentation change
  * Add unitest script
  * Update doc
  * Add per CPU information
  * Change installation procedure
  * Change installation procedure
  * Add depdencies in the documentation
  * Change installation procedure
  * Solve the issue #52 with Python 2.x
  * Solve the issue #52 with Python 2.x
  * Fix Setup.py issue
  * Merge pull request #51 from asergi/master
  * Fix setup.py
  * Add glances dir
  * Rename src => glances
  * Change the setup.py
  * version 1.4
  * Change process nice for PsUtil 0.5.0
  * A bunch of new features (#48) by Alessio Sergi
  * Add sort processes by MEM% (replace sort by VIRT) + other minor changes
  * Fix bare except: statements
  * Strip leading/trailing whitespaces from all files
  * Delete old backup files
  * Code style cleaning
  * Update help screen
  * Fix display of minutes in TIME+
  * Add MEM%, NICE, STATUS and TIME+ to the processes infos
  * Put process summary on one line
  * Load: fix viewing on FreeBSD/Mac OS X
  * Mem/Swap: new layout and add percentage of usage
  * Fix formatting of log messages
  * No decimal places for values < GB
  * Improve system info. Add Arch Linux support. Fix FreeBSD system info.
  * Allow user to disable module from the command line
  * Add PID/UID to the processes informations
  * Add mem to CSV output and manage flush
  * Merge pull request #46 from asergi/experimental
  * Fixed (another) broken multiline strings
  * Minor aesthetic fixes
  * Fixed broken multiline strings
  * Fix naming conventions issue
  * Fixed typos
  * Improved .gitignore
  * README
  * PEP8
  * Bug correct on screen
  * Code checked with PEP8 checker
  * Patch on the Makefile.am (Thx to Al3Hex)
  * CVS
  * Add FS color in HTML output
  * Add test to solve issue #45
  * Minor change
  * Correct for issue #37
  * Add CLI option to manage HTML output
  * Add the MANIFEST.in
  * Merge pull request #43 from laurentb/experimental
  * Include package data files
  * Add additionnal file for HTML output
  * Update documentation: use setup.py for installation
  * Merge branch 'experimental' of github.com:nicolargo/glances into experimental
  * Merge pull request #42 from laurentb/experimental
  * Simple building and packaging of i18n
  * Much simpler, pure-python packaging
  * Update doc for PPA
  * HTML Output
  * Ok when insert/remove external disk
  * Excexclude rootfs and autofs
  * Try before removing process
  * Reduce process load
  * Add control/msg to lib import
  * Solve the _() error message
  * Verbose the help message depending of the PsUtil version
  * Change the process list algorithm
  * Remove the unused get_io_counters calls
  * Ready for beta test
  * Change the help windows
  * PsUtil - Add process stat
  * Replace FsGrab by PsUtil
  * DISK IO
  * First version of the experimental BRANCH PSUtil replace StatGrab for CPU, LOAD and MEM

  1.3
  ===

  * version 1.3.7
  * B&W console
  * Try for all the init color sequence
  * Flatt button in the README
  * Add try before curses.curs_set(0)
  * Update screenshot
  * version 1.3.6
  * Change Roadmap to add the issue 26
  * wMerge branch 'master' of github.com:nicolargo/glances
  * Minor update
  * Merge pull request #25 from jeanbob/master
  * French and Spanish translation added.
  * i18n support added by JeanBoB. French translation added.
  * Change the path to Python to env issue #20
  * Upgrade ss
  * Update README
  * Update screenshot
  * version 1.3.5
  * Add a buildout.cfg
  * Update screenshot
  * version 1.3.4
  * Update screenshot for v1.3.3
  * version 1.3.3
  * Add Python PYPI informations
  * Add a french version of the README
  * Update the documentation
  * Update screenshot
  * version 1.3.2
  * version 1.3.1
  * Merge pull request #8 from rwmacleod/master
  * Fix consomption typo
  * No more FS limitation
  * Update screenshot
  * version 1.3
  * Docs
  * Change the REAME for the 1.2 version

  1.2
  ===

  * version 1.2
  * Instructions to install on Ubuntu 10.04 and 10.10
  * Ubuntu 10.04 note
  * Ubuntu < 11.04 notes
  * Change installation procedure

  1.1
  ===

  * version 1.1.3
  * v1.1.2
  * version 1.1.1
  * 1.1 screenshot
  * Add caption
  * Add setup.py
  * Catch CTRL-C before init screen
  * Catch CTRL-C before init screen
  * Add control before division
  * Fix Readme.md
  * Fix Readme.md
  * Fix screenshot in Readme.md
  * Add screenshot