summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@gmail.com>2015-08-16 19:34:08 +0200
committerBenoît Dejean <bdejean@gmail.com>2015-08-16 19:34:08 +0200
commita55eee586351b8e4fd6929516c4137de1f510f90 (patch)
treebfbc2f107218a82d3d5f8045a108aa3135c4118a
parent74375094128ddc64000c2419608ed5d362aa6f6c (diff)
downloadlibgtop-a55eee586351b8e4fd6929516c4137de1f510f90.tar.gz
NEWS for 2.31.5.
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
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 !