version 3.4.0.2

This commit is contained in:
nicolargo 2023-05-18 17:44:52 +02:00
parent fef2d86940
commit 6d7d3a914d
4 changed files with 371 additions and 356 deletions

View File

@ -2,6 +2,15 @@
Glances changelog
==============================================================================
===============
Version 3.4.0.2
===============
Bugs corrected:
* Cannot start Glances 3.4.0.1 on Windows 10: SIGHUP not defined #2408
* Influxdb2 export not working #2407
===============
Version 3.4.0.1
===============

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,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" "May 17, 2023" "3.4.0.1" "Glances"
.TH "GLANCES" "1" "May 18, 2023" "3.4.0.2" "Glances"
.SH NAME
glances \- An eye on your system
.SH SYNOPSIS

View File

@ -19,7 +19,7 @@ import sys
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
__version__ = '3.4.0.1'
__version__ = '3.4.0.2'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'