]> granicus.if.org Git - procps-ng/commitdiff
Expose freeproc for libproc
authorCraig Small <csmall@enc.com.au>
Tue, 1 Jan 2013 02:13:44 +0000 (13:13 +1100)
committerCraig Small <csmall@enc.com.au>
Tue, 1 Jan 2013 02:13:44 +0000 (13:13 +1100)
freeproc was missing from the libproc API which meant while you could
allocate proc structures, you couldn't free them!

Bug-Debian: http://bugs.debian.org/681653

NEWS
proc/Makefile.am
proc/libprocps.sym

diff --git a/NEWS b/NEWS
index 1e1eef86d526c755e2bd7725e18737c08ca2464c..9a0ac387466926807ba8845cf603973e3dc7071d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ procps-ng-3.3.6
   * ps: Fixed negative etime RedHat #871819, #433266
   * pkill -c option returns Debian #693783
   * pmap uses correct types for memory allocation Debian #688180
+  * expose freeproc, adds function to API Debian #681653
 
 
 procps-ng-3.3.5
index e646dca9e03db32ccd3f5e090de88f47522ac8ba..06ed1d525af10e8aa45e4831e78782a475156b1b 100644 (file)
@@ -6,9 +6,9 @@ AM_CPPFLAGS = \
 
 #
 # See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-LIBprocps_CURRENT=1
+LIBprocps_CURRENT=2
 LIBprocps_REVISION=0
-LIBprocps_AGE=0
+LIBprocps_AGE=1
 
 lib_LTLIBRARIES = libprocps.la
 
index 141ca85fa91c26861eb7c43f733c95aefad6d4f6..51d53c956640f267552202b68cfccfc1084a7e03 100644 (file)
@@ -10,6 +10,7 @@ global:
        escape_strlist;
        escaped_copy;
        free_slabinfo;
+       freeproc;
        get_pid_digits;
        get_slabinfo;
        getbtime;