From ce0539ecac903136a4d72bf1aeb9de9f4673c1ba Mon Sep 17 00:00:00 2001 From: Craig Small Date: Sun, 26 May 2013 08:03:01 +1000 Subject: [PATCH] 3.3.8 NEWS and API NEWS mentions systemd unit support for ps Library REVISION (internal change only) incremented Signed-off-by: Craig Small --- NEWS | 1 + proc/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 289cf160..7bed2fff 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ procps-ng-3.3.8 Debian #706259, RedHat #951391 * top now accomodates a window manager like 'screen' RedHat #962022 + * ps shows systemd unit and user unit for a process procps-ng-3.3.7 diff --git a/proc/Makefile.am b/proc/Makefile.am index b3e6689e..77bbe577 100644 --- a/proc/Makefile.am +++ b/proc/Makefile.am @@ -7,7 +7,7 @@ AM_CPPFLAGS = \ # # See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html LIBprocps_CURRENT=2 -LIBprocps_REVISION=1 +LIBprocps_REVISION=2 LIBprocps_AGE=1 lib_LTLIBRARIES = libprocps.la -- 2.40.0