]> granicus.if.org Git - procps-ng/commitdiff
3.3.13 release candidate 1 ________________ (catch up)
authorJim Warner <james.warner@comcast.net>
Wed, 11 Apr 2018 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Sat, 5 May 2018 21:19:38 +0000 (07:19 +1000)
--------------- Original Master Branch Commit Message:
Update NEWS with the version
Add library API change into NEWS
Update c:r:a for library to 7:0:1

This means the current and age are incremented, so old programs can
use new library but not vice-versa as they won't have the numa*
functions.

Signed-off-by: Jim Warner <james.warner@comcast.net>
Makefile.am
NEWS

index ac43ad1cbf6df099857ff377074eba2e4d393337..871d98f9b2ae182203ece3bd76f3f668687daf88 100644 (file)
@@ -224,9 +224,9 @@ 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=5
+LIBprocps_CURRENT=7
 LIBprocps_REVISION=0
-LIBprocps_AGE=0
+LIBprocps_AGE=1
 
 proc_libprocps_la_LIBADD = $(LIB_KPARTS)
 
diff --git a/NEWS b/NEWS
index dcbf71e5c7a0a21d5e03615d0ea0a28fab9ba589..41032e37efaf67bcf8c6d112e0216e5dea3283a9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
-procps-ng-NEXT
+procps-ng-3.3.13
 ----------------
+  * library: Increment to 7:0:1
+    No changes, no removals
+    New fuctions: numa_init, numa_max_node, numa_node_of_cpu,
+      numa_uninit, xalloc_err_handler
   * doc: Document I idle state in ps.1 and top.1           Debian #886967
   * free: fix some of the SI multiples                     issue #45
   * kill: -l space between name parses correctly           Debian #854407