Skip to content

Commit

Permalink
Update doc for Glances 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed May 26, 2017
1 parent 6d333b5 commit 2c9e939
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
14 changes: 11 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
=============

Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion docs/man/glances.1
Original file line number Diff line number Diff line change
@@ -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
.
Expand Down
2 changes: 1 addition & 1 deletion glances/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import sys

# Global name
__version__ = '2.9.2_DEVELOP'
__version__ = '2.10'
__author__ = 'Nicolas Hennion <[email protected]>'
__license__ = 'LGPLv3'

Expand Down

0 comments on commit 2c9e939

Please sign in to comment.