14
0
forked from pool/python-psutil

Accepting request 317280 from home:stroeder:branches:devel:languages:python

update to upstream release 3.1.1

OBS-URL: https://build.opensuse.org/request/show/317280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=41
This commit is contained in:
2015-07-22 14:53:39 +00:00
committed by Git OBS Bridge
parent ea5b3f47a4
commit a66d89ffae
4 changed files with 30 additions and 4 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jul 15 12:55:51 UTC 2015 - michael@stroeder.com
- update to version 3.1.1:
New fatures
=========
- [Linux] disk_partitions() added support for ZFS filesystems.
- continuous tests integration for Windows
- continuous code quality test integration
Main bugfixes
===========
- [Windows] Process.open_files() no longer hangs. Instead it uses a
thred which times out and skips the file handle in case it's taking too
long
to be retrieved. (patch by Jeff Tang)
- [Windows] Process.name() no longer raises AccessDenied for pids owned
by another user.
- [Windows] Process.memory_info() no longer raises AccessDenied for pids
owned by another user.
- [Linux] Process.cmdline() can be truncated.
- [Windows] add inet_ntop function for Windows XP to support IPv6.
-------------------------------------------------------------------
Mon Jun 29 11:08:33 UTC 2015 - toddrme2178@gmail.com