From 91b7ae4b11b3fca24bb7a7b0cd8078a98809ed49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Mon, 23 Jun 2008 22:07:54 +0000 Subject: [PATCH] Released 2.23.4. svn path=/trunk/; revision=2759 --- NEWS | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2a267160..482a4dd7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +23 June 2008: Overview of changes in 2.23.4 +=========================================== +* linux: + - Fixed and improved glibtop_get_fsusage with kernel >= 2.6.25. + Closes #539360. + 24 May 2008: Overview of changes in 2.23.2 ========================================== * glibtop_get_proc_open_files API can also lists IPv6 TCP sockets. diff --git a/configure.in b/configure.in index d1c6cbd8..f0b57e5e 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl m4_define([libgtop_major_version], [2]) m4_define([libgtop_minor_version], [23]) -m4_define([libgtop_micro_version], [2]) +m4_define([libgtop_micro_version], [4]) m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version]) dnl increment if the interface has additions, changes, removals.