mirror of https://github.com/nicolargo/glances.git
version 4.3.0.7
This commit is contained in:
parent
c711a63322
commit
372380bdb9
2
Makefile
2
Makefile
|
|
@ -13,7 +13,7 @@ VENV_UPG := $(VENV_TYPES:%=venv-%-upgrade)
|
|||
VENV_DEPS := $(VENV_TYPES:%=venv-%)
|
||||
VENV_INST_UPG := $(VENV_DEPS) $(VENV_UPG)
|
||||
|
||||
IMAGES_TYPES := full minimal dev
|
||||
IMAGES_TYPES := full minimal
|
||||
DISTROS := alpine ubuntu
|
||||
alpine_images := $(IMAGES_TYPES:%=docker-alpine-%)
|
||||
ubuntu_images := $(IMAGES_TYPES:%=docker-ubuntu-%)
|
||||
|
|
|
|||
8
NEWS.rst
8
NEWS.rst
|
|
@ -2,6 +2,14 @@
|
|||
Glances ChangeLog
|
||||
============================================================================
|
||||
|
||||
===============
|
||||
Version 4.3.0.7
|
||||
===============
|
||||
|
||||
Bug corrected:
|
||||
|
||||
* WebUI if is notresponsive on mobile #3059
|
||||
|
||||
===============
|
||||
Version 4.3.0.6
|
||||
===============
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS =
|
||||
SPHINXBUILD = ../venv-dev/bin/sphinx-build
|
||||
SPHINXBUILD = ../venv/bin/sphinx-build
|
||||
PAPER =
|
||||
BUILDDIR = _build
|
||||
|
||||
|
|
|
|||
671
docs/api.rst
671
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 28, 2024" "4.3.0.5" "Glances"
|
||||
.TH "GLANCES" "1" "Jan 03, 2025" "4.3.0.7" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -945,6 +945,6 @@ If you do not want to see the local Glances Web Server in the browser list pleas
|
|||
.sp
|
||||
Nicolas Hennion aka Nicolargo <\X'tty: link mailto:contact@nicolargo.com'\fI\%contact@nicolargo.com\fP\X'tty: link'>
|
||||
.SH COPYRIGHT
|
||||
2024, Nicolas Hennion
|
||||
2025, Nicolas Hennion
|
||||
.\" Generated by docutils manpage writer.
|
||||
.
|
||||
|
|
|
|||
|
|
@ -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_dev07"
|
||||
__version__ = "4.3.0.7"
|
||||
__apiversion__ = '4'
|
||||
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
|
||||
__license__ = 'LGPLv3'
|
||||
|
|
|
|||
Loading…
Reference in New Issue