Skip to content

Commit 1b36ed9

Browse files
committed
version 3.1.6
1 parent fe0204a commit 1b36ed9

File tree

4 files changed

+48
-5
lines changed

4 files changed

+48
-5
lines changed

NEWS.rst

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,50 @@ Glances Version 3
55
Version 3.1.6
66
=============
77

8-
Under development.
9-
See milestone here ==> https://github.com/nicolargo/glances/milestone/46
8+
Enhancements and new features:
9+
10+
* Kill a process from the Curses interface #1444
11+
* Manual refresh on F5 in the Curses interface #1753
12+
* Hide function in sensors section #1590
13+
* Enhancement Request: .conf parameter for AMP #1690
14+
* Password for Web/Browser mode #1674
15+
* Unable to connect to Influxdb 2.0 #1776
16+
* ci: fix release process and improve build speeds #1782
17+
* Cache cpuinfo output #1700
18+
* sort by clicking improvements and bug #1578
19+
* Allow embedded AMP python script to be placed in a configurable location #1734
20+
* Add attributes to stdout/stdout-csv plugins #1733
21+
* Do not shorten container names #1723
22+
23+
Bugs corrected:
24+
25+
* Version tag for docker image packaging #1754
26+
* Unusual characters in cmdline cause lines to disappear and corrupt the display #1692
27+
* UnicodeDecodeError on any command with a utf8 character in its name #1676
28+
* Docker image is not up to date install #1662
29+
* Add option to set the strftime format #1785
30+
* fix: docker dev build contains all optional requirements #1779
31+
* GPU information is incomplete via web #1697
32+
* [WebUI] Fix display of null values for GPU plugin #1773
33+
* crash on startup on Illumos when no swap is configured #1767
34+
* Glances crashes with 2 GPUS bug #1683
35+
* [Feature Request] Filter Docker containers#1748
36+
* Error with IP Plugin : object has no attribute #1528
37+
* docker-compose #1760
38+
* [WebUI] Fix sort by disk io #1759
39+
* Connection to MQTT server failst #1705
40+
* Misleading image tag latest-arm needs contributor packaging #1419
41+
* Docker nicolargo/glances:latest missing arm builds? #1746
42+
* Alpine image is broken packaging #1744
43+
* RIP Alpine? needs contributor packaging #1741
44+
* Manpage improvement documentation #1743
45+
* Make build reproducible packaging #1740
46+
* Automated multiarch builds for docker #1716
47+
* web ui of glances is not coming #1721
48+
* fixing command in json.rst #1724
49+
* Fix container rss value #1722
50+
* Alpine Image is broken needs test packaging #1720
51+
* Fix gpu plugin to handle multiple gpus with different reporting capabilities bug #1634
1052

1153
Version 3.1.5
1254
=============

docs/man/glances.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "GLANCES" "1" "Dec 31, 2020" "3.1.6_b1" "Glances"
3+
.TH "GLANCES" "1" "Jan 23, 2021" "3.1.6" "Glances"
44
.SH NAME
55
glances \- An eye on your system
66
.
@@ -841,6 +841,6 @@ $ glances –browser
841841
.sp
842842
Nicolas Hennion aka Nicolargo <\fI\%[email protected]\fP>
843843
.SH COPYRIGHT
844-
2020, Nicolas Hennion
844+
2021, Nicolas Hennion
845845
.\" Generated by docutils manpage writer.
846846
.

glances/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Global name
3030
# Version should start and end with a numerical char
3131
# See https://packaging.python.org/specifications/core-metadata/#version
32-
__version__ = '3.1.6_b1'
32+
__version__ = '3.1.6'
3333
__author__ = 'Nicolas Hennion <[email protected]>'
3434
__license__ = 'LGPLv3'
3535

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def run(self):
135135
'Programming Language :: Python :: 3.6',
136136
'Programming Language :: Python :: 3.7',
137137
'Programming Language :: Python :: 3.8',
138+
'Programming Language :: Python :: 3.9',
138139
'Topic :: System :: Monitoring'
139140
]
140141
)

0 commit comments

Comments
 (0)