Released 2.23.4.

svn path=/trunk/; revision=2759
This commit is contained in:
Benoît Dejean
2008-06-23 22:07:54 +00:00
parent ce23ce407c
commit 91b7ae4b11
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@@ -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.

View File

@@ -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.