From a55eee586351b8e4fd6929516c4137de1f510f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sun, 16 Aug 2015 19:34:08 +0200 Subject: NEWS for 2.31.5. --- NEWS | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/NEWS b/NEWS index 664215b6..7d9a5358 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +16 August 2015: Overview of changes in 2.31.5 +============================================= +* ABI changes: + - ABI was inconsistent on platforms like FreeBSD which make use of + glibtop_machine. The ABI was actually different between the + library and the server. Fixed this by simply always defining + glibtop_machine in glibtop struct. + - Add Pss and Swap members in glibtop_proc_mem. + - This is the second ABI breakage in since 2.28 (the first one was + bumping NCPU), there were no release for 2.30. + +* FreeBSD: + - proclist: exclude the "idle" kernel process when GLIBTOP_EXCLUDE_IDLE. + - Remove extraneous glibtop_init() calls. + +* Linux: + - proc_mem: implement Pss and Swap. + - Remove extraneous glibtop_init() calls. + +* All: + - Propagate the change that machine in struct glibtop is now a + pointer. Hope that change doesn't break build on other platforms, + I can only test Linux and FreeBSD. + + 5 August 2015: Overview of changes in 2.31.4 ============================================= * 71 commits ! -- cgit v1.2.1