Skip to content

Commit 372380b

Browse files
committed
version 4.3.0.7
1 parent c711a63 commit 372380b

File tree

6 files changed

+260
-257
lines changed

6 files changed

+260
-257
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VENV_UPG := $(VENV_TYPES:%=venv-%-upgrade)
1313
VENV_DEPS := $(VENV_TYPES:%=venv-%)
1414
VENV_INST_UPG := $(VENV_DEPS) $(VENV_UPG)
1515

16-
IMAGES_TYPES := full minimal dev
16+
IMAGES_TYPES := full minimal
1717
DISTROS := alpine ubuntu
1818
alpine_images := $(IMAGES_TYPES:%=docker-alpine-%)
1919
ubuntu_images := $(IMAGES_TYPES:%=docker-ubuntu-%)

NEWS.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Glances ChangeLog
33
============================================================================
44

5+
===============
6+
Version 4.3.0.7
7+
===============
8+
9+
Bug corrected:
10+
11+
* WebUI if is notresponsive on mobile #3059
12+
513
===============
614
Version 4.3.0.6
715
===============

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS =
6-
SPHINXBUILD = ../venv-dev/bin/sphinx-build
6+
SPHINXBUILD = ../venv/bin/sphinx-build
77
PAPER =
88
BUILDDIR = _build
99

0 commit comments

Comments
 (0)