mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
Update doc for Glances 2.10
This commit is contained in:
parent
6d333b5e4a
commit
2c9e939637
14
NEWS
14
NEWS
@ -2,15 +2,17 @@
|
||||
Glances Version 2
|
||||
==============================================================================
|
||||
|
||||
Version 2.9.2
|
||||
=============
|
||||
Version 2.10
|
||||
============
|
||||
|
||||
Enhancements and new features:
|
||||
|
||||
* New plugin to scan remote Web sites (URL) (issue #981)
|
||||
* Use -> and <- arrows keys to switch between processing sort (issue #1075)
|
||||
* Add trends in the Curses interface (issue #1077)
|
||||
* Add new repeat function to the action (issue #952)
|
||||
* Use -> and <- arrows keys to switch between processing sort (issue #1075)
|
||||
* Refactor __init__ and main scripts (issue #1050)
|
||||
* [WebUI] Improve WebUI for Windows 10 (issue #1052)
|
||||
|
||||
Bugs corrected:
|
||||
|
||||
@ -21,6 +23,12 @@ Bugs corrected:
|
||||
* No Offline status for timeouted ports? (issue #1084)
|
||||
* When exporting, uptime values loop after 1 day (issue #1092)
|
||||
|
||||
Installation:
|
||||
|
||||
* Create a package.sh script to generate .DEB, .RPM and others... (issue #722)
|
||||
==> https://github.com/nicolargo/glancesautopkg
|
||||
* OSX: can't python setup.py install due to python 3.5 constraint (issue #1064)
|
||||
|
||||
Version 2.9.1
|
||||
=============
|
||||
|
||||
|
@ -378,7 +378,6 @@ LGPLv3. See ``COPYING`` for more details.
|
||||
.. _psutil: https://github.com/giampaolo/psutil
|
||||
.. _glancesautoinstall: https://github.com/nicolargo/glancesautoinstall
|
||||
.. _@nicolargo: https://twitter.com/nicolargo
|
||||
.. _@glances_system: https://twitter.com/glances_system
|
||||
.. _Python: https://www.python.org/getit/
|
||||
.. _Termux: https://play.google.com/store/apps/details?id=com.termux
|
||||
.. _readthedocs: https://glances.readthedocs.io/
|
||||
|
@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "GLANCES" "1" "Apr 10, 2017" "2.9.2_DEVELOP" "Glances"
|
||||
.TH "GLANCES" "1" "May 26, 2017" "2.10" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.
|
||||
|
@ -27,7 +27,7 @@ import signal
|
||||
import sys
|
||||
|
||||
# Global name
|
||||
__version__ = '2.9.2_DEVELOP'
|
||||
__version__ = '2.10'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user