From b8460a20ff70233f8230f78d3f99ff13cc4d2096 Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Sun, 15 Oct 2023 14:58:30 +0300 Subject: [PATCH] Prepared release 2.41.2 --- NEWS | 28 ++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 21c7e299..90b54dab 100644 --- a/NEWS +++ b/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 ================================================ diff --git a/configure.ac b/configure.ac index 5df6bc54..6204a5e2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl m4_define([libgtop_major_version], [2]) 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]) dnl increment if the interface has additions, changes, removals.