~ubuntu-branches/ubuntu/raring/iotop/raring

« back to all changes in this revision

Viewing changes to THANKS

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2010-01-12 14:52:38 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100112145238-xt4tzdrwjmqsvf16
Tags: 0.4-1
* New upstream release
  - Switched to distutils and removed setuptools egg (Closes: #563097)
  - Works around weird math domain error (Closes: #563097)
  - Works on Python 2.4 (with ctypes), adust packaging
* Make the watch file a little more flexible

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
Piotr Engelking <inkerman42@gmail.com>
25
25
    Reported that iotop's ioprio_get syscall detection was buggy on 32bit
26
26
userspace on a x86_64 kernel.
 
27
 
 
28
Gabriel Redner <gredner@gmail.com>
 
29
    Reported a crash were iotop could open /proc/PID/status but not read it as the process disappeared by then.
 
30
 
 
31
Jiri Olsa <jolsa@redhat.com>
 
32
    Wrote the support for python2.4 with the ctypes module.