mirror of https://github.com/nicolargo/glances.git
version 4.3.0.6
This commit is contained in:
parent
1588375624
commit
7a2ee52362
17
NEWS.rst
17
NEWS.rst
|
|
@ -1,9 +1,22 @@
|
|||
==============================================================================
|
||||
Glances ChangeLog
|
||||
==============================================================================
|
||||
============================================================================
|
||||
|
||||
===============
|
||||
Version 4.3.0.4
|
||||
Version 4.3.0.6
|
||||
===============
|
||||
|
||||
Bug corrected:
|
||||
|
||||
* Browser mode do not working with the sensors plugin #3069
|
||||
* netifaces is deprecated, use netifaces-plus or netifaces2 #3055
|
||||
|
||||
Continuous integration and documentation:
|
||||
|
||||
* Update alpine Docker tag to v3.21 #3061
|
||||
|
||||
===============
|
||||
Version 4.3.0.5
|
||||
===============
|
||||
|
||||
Bug corrected:
|
||||
|
|
|
|||
930
docs/api.rst
930
docs/api.rst
File diff suppressed because it is too large
Load Diff
|
|
@ -19,7 +19,7 @@ import tracemalloc
|
|||
# Global name
|
||||
# Version should start and end with a numerical char
|
||||
# See https://packaging.python.org/specifications/core-metadata/#version
|
||||
__version__ = "4.3.1_dev06"
|
||||
__version__ = "4.3.0.6"
|
||||
__apiversion__ = '4'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: glances
|
||||
version: '4.3.0.5+build01' # Put the current stable version+buildXX
|
||||
version: '4.3.0.6+build01' # Put the current stable version+buildXX
|
||||
|
||||
summary: Glances an Eye on your system. A top/htop alternative.
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue