mirror of https://github.com/nicolargo/glances.git
version 4.3.0.1
This commit is contained in:
parent
236d2f80e3
commit
86082963b3
12
NEWS.rst
12
NEWS.rst
|
|
@ -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
|
||||
===============
|
||||
|
|
|
|||
666
docs/api.rst
666
docs/api.rst
File diff suppressed because it is too large
Load Diff
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue