summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2015-10-08 15:34:16 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-10-08 15:39:29 -0300
commit7b413d941f0d5412f2edc264fc4ca79d3cb9afcb (patch)
treeda45ccd595fdded60b830345fabfc6b502c04705
parent1a7b891e4c7665185cb2b8da2a688877479e937c (diff)
downloadpython-linux-procfs-7b413d941f0d5412f2edc264fc4ca79d3cb9afcb.tar.gz
New release: 0.4.9v0.4.9
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--rpm/SPECS/python-linux-procfs.spec7
-rwxr-xr-xsetup.py2
2 files changed, 7 insertions, 2 deletions
diff --git a/rpm/SPECS/python-linux-procfs.spec b/rpm/SPECS/python-linux-procfs.spec
index c5c2740..18a75aa 100644
--- a/rpm/SPECS/python-linux-procfs.spec
+++ b/rpm/SPECS/python-linux-procfs.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: python-linux-procfs
-Version: 0.4.8
+Version: 0.4.9
Release: 1%{?dist}
License: GPLv2
Summary: Linux /proc abstraction classes
@@ -42,6 +42,11 @@ rm -rf %{buildroot}
%doc COPYING
%changelog
+* Thu Oct 8 2015 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.4.9-1
+- Adds documentations to classes, more work to do on methods
+- Fixes parsing of users in /proc/interrupts users field
+- Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1245677
+
* Tue Jun 23 2015 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.4.8-1
- Support spaces in COMM names
- Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1232394
diff --git a/setup.py b/setup.py
index 262006c..991cbf9 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ if isfile("MANIFEST"):
PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages')
setup(name="python-linux-procfs",
- version = "0.4.8",
+ version = "0.4.9",
description = "Linux /proc abstraction classes",
author = "Arnaldo Carvalho de Melo",
author_email = "acme@redhat.com",