15
0

Accepting request 718264 from home:mcalabkova:branches:devel:languages:python

- update to version 3.1.1
  Enhancements and new features:
  * Add authprovider for cassandra export (thanks to @EmilienMottet) #1395
  * Curses's browser server list sorting added (thanks to @limfreee) #1396
  * Performance issue with large folder #1491
  * Can't connect to influxdb with https enabled #1497
  Bugs corrected:
  * Fix Cassandra table name export #1402
  * 500 Internal Server Error /api/3/network/interface_name #1401
  * l keypress (hide alert log) not working after some time #1449
  * IP plugin displays incorrect subnet mask #1417
  Others:
  * Allow comma separated commands in AMP
  * See upstream changelog for more info
- Added patch skip-online-tests.patch
  * self-explaining

OBS-URL: https://build.opensuse.org/request/show/718264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-07-24 13:37:44 +00:00
committed by Git OBS Bridge
parent c7d20278f9
commit fde8eab10e
6 changed files with 55 additions and 14 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jul 24 11:49:15 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 3.1.1
Enhancements and new features:
* Add authprovider for cassandra export (thanks to @EmilienMottet) #1395
* Curses's browser server list sorting added (thanks to @limfreee) #1396
* Performance issue with large folder #1491
* Can't connect to influxdb with https enabled #1497
Bugs corrected:
* Fix Cassandra table name export #1402
* 500 Internal Server Error /api/3/network/interface_name #1401
* l keypress (hide alert log) not working after some time #1449
* IP plugin displays incorrect subnet mask #1417
Others:
* Allow comma separated commands in AMP
* See upstream changelog for more info
- Added patch skip-online-tests.patch
* self-explaining
-------------------------------------------------------------------
Sun Jun 2 18:14:30 UTC 2019 - Jan Engelhardt <jengelh@inai.de>