14
0
forked from pool/python-psutil

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

Update to 2.2.0.

OBS-URL: https://build.opensuse.org/request/show/280105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=35
This commit is contained in:
Jan Matejek
2015-01-07 17:22:38 +00:00
committed by Git OBS Bridge
parent 56df775d87
commit 4373ece6ef
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 6 23:46:40 UTC 2015 - michael@stroeder.com
- Update to 2.2.0:
- FreeBSD has now support for process CPU affinity
- new pstree.py and pidof.py example scripts
- C extension version mismatch in case the user messed up with psutil
installation or with sys.path is now detected at import time
- [Linux] a lot of file descriptors were left open
- [Windows] use proper encoding for psutil.Process.username() and
psutil.users().
- [Solaris] fixed a high-priority bug which crashed psutil on import.
-------------------------------------------------------------------
Tue Nov 18 13:55:21 UTC 2014 - toddrme2178@gmail.com