Prepared release 2.39.90

This commit is contained in:
Robert Roth
2019-02-04 22:27:23 +02:00
parent 77912eae1d
commit 86e78ed816
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -1,3 +1,15 @@
04 February 2019: Overview of changes in 2.39.90
================================================
* Updated translations
* FreeBSD:
- added support for laundry memory
- added support for ZFS ARC
* Fixed compile warnings
* Fix build on FreeBSD and darwin
* Linux:
- get procmap doesn't need suid
11 September 2017: Overview of changes in 2.38.0
================================================
+1 -1
View File
@@ -4,7 +4,7 @@ dnl
m4_define([libgtop_major_version], [2])
m4_define([libgtop_minor_version], [39])
m4_define([libgtop_micro_version], [0])
m4_define([libgtop_micro_version], [90])
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
dnl increment if the interface has additions, changes, removals.