summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@gmail.com>2015-07-19 15:34:06 +0200
committerBenoît Dejean <bdejean@gmail.com>2015-07-19 15:34:06 +0200
commitad7dc16d892bb0b5dd33a965efb5bcc3f7d91680 (patch)
treee2369989abd808e46258f2ddc84b4e966e06b2d1
parentf2e57d9fec6332eb7837c58b42f211ed754b0e45 (diff)
downloadlibgtop-ad7dc16d892bb0b5dd33a965efb5bcc3f7d91680.tar.gz
Some NEWS for 2.31.4.
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4bbf4a30..aae66d23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+29 July 2015: Overview of changes in 2.31.4
+=============================================
+* 71 commits !
+* Implement a proper --enable-debug mode.
+* FreeBSD:
+ - procstate: set process name for kernel (pid=0)
+ - procmap: get dev/inode for ZFS (no filename yet)
+ - mem: rework memory usage to something more meaningful
+ - proclist: don't report threads
+ - proctime: fix CPU times
+* Linux:
+ - mem: use MemAvailable when available
+ - mem: match `free`, report Slab as Cached.
+ - support for x.y versionsmemory to match `free`
+* Fix a lot of GI tags: it now works without crashing.
+* Server and daemon binaries are now dynamically linked against their libgtop.
+* Update a lot of examples/.
+* Clean up some very old code.
+* Updated translations.
+
+Special thanks to Ting-Wei Lan for providing patches and feedback on FreeBSD.
+
22 June 2015: Overview of changes in 2.31.3
=============================================
* Numerous OpenBSD backend fixes.