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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user