version 4.3.0.1

This commit is contained in:
nicolargo 2024-12-27 21:05:02 +01:00
parent 236d2f80e3
commit 86082963b3
5 changed files with 382 additions and 302 deletions

View File

@ -2,6 +2,18 @@
Glances ChangeLog
==============================================================================
===============
Version 4.3.0.1
===============
Enhancements:
* Replace netifaces by netifaces-plus #3053
Bug corrected:
* CONTAINERS section missing in 4.3.0 WebUI #3052
===============
Version 4.3.0
===============

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "GLANCES" "1" "Dec 27, 2024" "4.3.0" "Glances"
.TH "GLANCES" "1" "Dec 27, 2024" "4.3.0.1" "Glances"
.SH NAME
glances \- An eye on your system
.SH SYNOPSIS

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_dev01"
__version__ = "4.3.0.1"
__apiversion__ = '4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'

View File

@ -1,5 +1,5 @@
name: glances
version: '4.3.0+build01' # Put the current stable version+buildXX
version: '4.3.0.1+build01' # Put the current stable version+buildXX
summary: Glances an Eye on your system. A top/htop alternative.
description: |