3.3.13 release candidate 1

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.
This commit is contained in:
Craig Small
2018-03-12 16:30:58 +11:00
parent a1b7338b4a
commit e22a5087dd
2 changed files with 7 additions and 3 deletions

6
NEWS
View File

@@ -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