[arch-commits] Commit in glances/trunk (NEWS.rst PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Sat Apr 25 14:54:12 UTC 2020
Date: Saturday, April 25, 2020 @ 14:54:12
Author: shibumi
Revision: 620807
upgpkg: glances 3.1.4-1
Modified:
glances/trunk/NEWS.rst
glances/trunk/PKGBUILD
----------+
NEWS.rst | 35 ++++++++++++++++++++++++++++++++++-
PKGBUILD | 6 +++---
2 files changed, 37 insertions(+), 4 deletions(-)
Modified: NEWS.rst
===================================================================
--- NEWS.rst 2020-04-25 14:52:28 UTC (rev 620806)
+++ NEWS.rst 2020-04-25 14:54:12 UTC (rev 620807)
@@ -2,11 +2,44 @@
Glances Version 3
==============================================================================
+Version 3.1.5
+=============
+
+Under development...
+
Version 3.1.4
=============
- ... Under development ...
+Enhancements and new features:
+ * FS filtering can be done on device name documentation enhancement #1606
+ * Feature request: Include hostname in all (e.g. kafka) exports #1594
+ * Threading.isAlive was removed in Python 3.9. Use is_alive. #1585
+ * log file under public/shared tmp/ folders must not have deterministic name #1575
+ * Install / Systemd Debian documentation #1560
+ * Display load as percentage when Irix mode is disable #1554
+ * [WebUI] Add a new TCP connections status plugin new feature #1547
+ * Make processes.sort_key configurable enhancement #1536
+ * NVIDIA GPU temperature #1523
+ * Feature request: HDD S.M.A.R.T. #1288
+
+Bugs corrected:
+
+ * Glances 3.1.3: when no network interface with Public address #1615
+ * NameError: name 'logger' is not defined #1602
+ * Disk IO stats missing after upgrade to 5.5.x kernel #1601
+ * Glances don't want to run on Crostini (LXC Container, Debian 10, python 3.7.3) #1600
+ * Kafka key name needs to be bytes #1593
+ * Cant start glances with glances --export mqtt #1581
+ * [WEBUI] AMP plugins is not displayed correctly in the Web Interface #1574
+ * Unhandled AttributeError when no config files found #1569
+ * Glances writing lots of Docker Error message in logs file enhancement #1561
+ * GPU stats not showing on mobile web view bug needs test #1555
+ * KeyError: b'Rss:' in memory_maps #1551
+ * CPU usage is always 100% #1550
+ * IP plugin still exporting data when disabled #1544
+ * Quicklook plugin not working on Systemd #1537
+
Version 3.1.3
=============
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-25 14:52:28 UTC (rev 620806)
+++ PKGBUILD 2020-04-25 14:54:12 UTC (rev 620807)
@@ -4,8 +4,8 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=glances
-pkgver=3.1.3
-pkgrel=2
+pkgver=3.1.4
+pkgrel=1
pkgdesc='CLI curses-based monitoring tool'
arch=('any')
url='https://github.com/nicolargo/glances'
@@ -20,7 +20,7 @@
'python-zeroconf: for the autodiscover mode')
source=("https://github.com/nicolargo/glances/archive/v${pkgver}.tar.gz"
'glances.service')
-sha512sums=('7fcbfff9e94721de2dba5ce2e7a2899fab877283819dedd8e1d8c868f4fd6cb584887979379f7b7a50c0f3b2fec1e147db06afff267a8e8fa40ba189246beb79'
+sha512sums=('dfc1157d5876510a515ccf6e619eca52d12b3516e6242288e2bd7e98ac372e4e1f80a107f65b13e14142931ce6add4256553a97e27da9c979e8c436d6e8aa3ef'
'49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
changelog=NEWS.rst
More information about the arch-commits
mailing list