summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2009-01-28 13:18:58 -0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2009-01-28 13:18:58 -0200
commit732ae46a3f0d5dd52f4e6f1a5af89eab9c0a8115 (patch)
tree0ec782618482ec93d77ffdc78cf871159afb4e32
parent57485878ca63d8c48dedd4a799a4866da483a6ea (diff)
downloadpython-linux-procfs-732ae46a3f0d5dd52f4e6f1a5af89eab9c0a8115.tar.gz
rpm: Add missing changelog entry with changes since 0.4
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--rpm/SPECS/python-linux-procfs.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/rpm/SPECS/python-linux-procfs.spec b/rpm/SPECS/python-linux-procfs.spec
index dd94b9a..aeb1fee 100644
--- a/rpm/SPECS/python-linux-procfs.spec
+++ b/rpm/SPECS/python-linux-procfs.spec
@@ -36,6 +36,14 @@ rm -rf %{buildroot}
%endif
%changelog
+* Tue Aug 12 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.4.2-1
+- interrupts: Add find_by_user_regex
+- process: Always set the "cmdline" array, even if empty
+- pidstats: Remove dead processes in find_by_name()
+- pidstats: Add process class to catch dict references for late parsing
+- pidstats: Move the /proc/PID/{stat,status} parsing to classes
+- pidstats: Introduce process_flags method
+
* Tue Aug 12 2008 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.4-1
- Per process flags needed by tuna