From 7b413d941f0d5412f2edc264fc4ca79d3cb9afcb Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 8 Oct 2015 15:34:16 -0300 Subject: New release: 0.4.9 Signed-off-by: Arnaldo Carvalho de Melo --- rpm/SPECS/python-linux-procfs.spec | 7 ++++++- setup.py | 2 +- 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 - 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 - 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", -- cgit 1.2.3-korg