[arch-commits] Commit in glances/trunk (NEWS.rst PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Thu Aug 29 16:13:26 UTC 2019


    Date: Thursday, August 29, 2019 @ 16:13:26
  Author: shibumi
Revision: 504968

upgpkg: glances 3.1.2-1

Modified:
  glances/trunk/NEWS.rst
  glances/trunk/PKGBUILD

----------+
 NEWS.rst |   19 ++++++++++++++++++-
 PKGBUILD |    6 +++---
 2 files changed, 21 insertions(+), 4 deletions(-)

Modified: NEWS.rst
===================================================================
--- NEWS.rst	2019-08-29 16:04:27 UTC (rev 504967)
+++ NEWS.rst	2019-08-29 16:13:26 UTC (rev 504968)
@@ -2,15 +2,32 @@
 Glances Version 3
 ==============================================================================
 
+Version 3.1.3
+=============
+
+  ...
+
 Version 3.1.2
 =============
 
 Enhancements and new features:
 
+  * Make CSV export append instead of replace #1525
+  * HDDTEMP config IP and Port #1508
+  * [Feature Request] Option in config to change character used to display percentage in Quicklook #1508
 
 Bugs corrected:
+  * Cannot restart glances with --export influxdb after update to 3.1.1 bug #1530
+  * ip plugin empty interface bug #1509
+  * Glances Snap doesn't run on Orange Pi Zero running Ubuntu Core 16 bug #1517
+  * Error with IP Plugin : object has no attribute bug #1528
+  * repair the problem that when running 'glances --stdout-csv amps' #1520
+  * Possible typo in glances_influxdb.py #1514
 
+Others:
 
+      * In debug mode (-d) all duration (init, update are now logged). Grep duration in log file.
+
 Version 3.1.1
 =============
 
@@ -20,7 +37,7 @@
     * Add Load Average (similar to Linux) on Windows #344
     * Add authprovider for cassandra export (thanks to @EmilienMottet) #1395
     * Curses's browser server list sorting added (thanks to @limfreee) #1396
-    * ElasticSearch: add date to index, unbreak object push (thanks to @genevera) # 1438
+    * ElasticSearch: add date to index, unbreak object push (thanks to @genevera) #1438
     * Performance issue with large folder #1491
     * Can't connect to influxdb with https enabled #1497
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-29 16:04:27 UTC (rev 504967)
+++ PKGBUILD	2019-08-29 16:13:26 UTC (rev 504968)
@@ -4,8 +4,8 @@
 # Contributor: Francois Boulogne <fboulogne at april dot org>
 
 pkgname=glances
-pkgver=3.1.1
-pkgrel=3
+pkgver=3.1.2
+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=('d42ced74c9dc5150ff7242b61aaba94fd6009e150f637cadd4b6c9a7fc7b8028ea2e8835ae0ecf66bd12321cbc3f68e75cd526c97f5aecad6cf6df578e1b222f'
+sha512sums=('f9b839532d2b53edb9dfeac9abe8f5a9e314b7bdf34e54083614c02262bb15f0db745762f06b609071d2a6fead8b52eed16b6f5a569904ef56dafb41b85b991b'
             '49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4')
 changelog=NEWS.rst
 



More information about the arch-commits mailing list