Prepared release 2.41.2
This commit is contained in:
28
NEWS
28
NEWS
@@ -1,3 +1,31 @@
|
|||||||
|
15 October 2023: Overview of changes in 2.41.2
|
||||||
|
================================================
|
||||||
|
|
||||||
|
* Solaris
|
||||||
|
- Fix build #47
|
||||||
|
* Linux
|
||||||
|
- Change disk example read/write unit to bytes
|
||||||
|
- Fixed potential Buffer overflow when reading disk stats
|
||||||
|
- Changed disk read/write unit to bytes in example
|
||||||
|
* CI
|
||||||
|
- Fixed CI by adding missing dependency
|
||||||
|
|
||||||
|
|
||||||
|
10 January 2023 : Overview of changes in 2.41.1
|
||||||
|
================================================
|
||||||
|
|
||||||
|
* FreeBSD
|
||||||
|
- Build fixes
|
||||||
|
- Support FreeBSD 13.0-CURRENT >= 1300062 vm_map_entry
|
||||||
|
* OpenBSD
|
||||||
|
- Build fixes
|
||||||
|
* Linux
|
||||||
|
- skip loop and rom devices
|
||||||
|
* Allow building with gettext >= 0.20
|
||||||
|
* Updated translations
|
||||||
|
* CI build setup
|
||||||
|
|
||||||
|
|
||||||
11 March 2019: Overview of changes in 2.40.0
|
11 March 2019: Overview of changes in 2.40.0
|
||||||
================================================
|
================================================
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ dnl
|
|||||||
|
|
||||||
m4_define([libgtop_major_version], [2])
|
m4_define([libgtop_major_version], [2])
|
||||||
m4_define([libgtop_minor_version], [41])
|
m4_define([libgtop_minor_version], [41])
|
||||||
m4_define([libgtop_micro_version], [1])
|
m4_define([libgtop_micro_version], [2])
|
||||||
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
|
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
|
||||||
|
|
||||||
dnl increment if the interface has additions, changes, removals.
|
dnl increment if the interface has additions, changes, removals.
|
||||||
|
Reference in New Issue
Block a user