summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2015-06-23 09:45:37 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-06-23 09:45:37 -0300
commit7adf3d82861b8c84db5ddfdf794fc26ba937802f (patch)
tree825e5aabc74ec1fdf6e93a293bef5e038c358249
parent806a6247b9ef180105ed1e34cb4ad48bab712385 (diff)
downloadpython-linux-procfs-7adf3d82861b8c84db5ddfdf794fc26ba937802f.tar.gz
New release: 0.4.8v0.4.8
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--rpm/SPECS/python-linux-procfs.spec6
-rwxr-xr-xsetup.py2
2 files changed, 6 insertions, 2 deletions
diff --git a/rpm/SPECS/python-linux-procfs.spec b/rpm/SPECS/python-linux-procfs.spec
index a9fcba6..c5c2740 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.7
+Version: 0.4.8
Release: 1%{?dist}
License: GPLv2
Summary: Linux /proc abstraction classes
@@ -42,6 +42,10 @@ rm -rf %{buildroot}
%doc COPYING
%changelog
+* 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
+
* Thu Jun 11 2015 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.4.7-1
- Fix pidstat.process_flag()
- Introduce pflags utility
diff --git a/setup.py b/setup.py
index 35910dc..262006c 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.7",
+ version = "0.4.8",
description = "Linux /proc abstraction classes",
author = "Arnaldo Carvalho de Melo",
author_email = "acme@redhat.com",