]> granicus.if.org Git - procps-ng/commitdiff
build-sys: Update Library Version
authorCraig Small <csmall@enc.com.au>
Sun, 9 Aug 2015 07:45:19 +0000 (17:45 +1000)
committerCraig Small <csmall@enc.com.au>
Sun, 9 Aug 2015 07:45:19 +0000 (17:45 +1000)
procps v3.3.11 will bring Library API 5:0:0
The reason for the change is the removal of some calls and
the addition of others. The newlib branch should hopefully
reset some of these changes to a much slower pace.

Signed-off-by: Craig Small <csmall@enc.com.au>
Makefile.am
NEWS

index aca94b909ace9681a99c350a25013e5961231d36..f1bd6b9863b436b2a23fe0518e7763a830c23e6b 100644 (file)
@@ -136,7 +136,7 @@ w_SOURCES = w.c lib/fileutils.c
 # proc/libprocps.la
 
 # See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-LIBprocps_CURRENT=4
+LIBprocps_CURRENT=5
 LIBprocps_REVISION=0
 LIBprocps_AGE=0
 
diff --git a/NEWS b/NEWS
index af9850141d802b781aa2e5c6bc7e5e056ab4677d..f60c14a12b5f42ec8aae3cf041c051121c9ba8fe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
 procps-ng-NEXT
 ----------------
+  * libprocps API 5:0:0
   * pgrep: don't crash with -a -w flags. Merge 33, Debian #768190
   * skill: command line with signal number interpreted correctly
   * pmap: print process name even if smaps is unreadable Debian #775624