version 4.3.0.6

This commit is contained in:
nicolargo 2024-12-30 15:15:43 +01:00
parent 1588375624
commit 7a2ee52362
4 changed files with 342 additions and 609 deletions

View File

@ -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:

File diff suppressed because it is too large Load Diff

View File

@ -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'

View File

@ -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: |