diff --git a/ChangeLog b/ChangeLog index 9cd6764f..d5edea78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-05-13 Benoît Dejean + + * NEWS: + * configure.in: + + Released 2.19.2. + 2007-05-10 Benoît Dejean * lib/libgtop.sym: diff --git a/NEWS b/NEWS index 1764b322..02d6a847 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +13 May 2007: Overview of changes in 2.19.2 +========================================== +* This is the first release of the 2.19.x series. +* Got rid of inodedb (you don't even know what it is ;) +* New unstable API glibtop_get_proc_wd to get working directories of + a process. +* Fixed OpenBSD build. Jasper Lievisse Adriaanse. + 25 February 2007: Overview of changes in 2.14.8 =============================================== * bsd implementations have been splitted by Joe Marcus Clarke diff --git a/configure.in b/configure.in index 25dbe5cf..a4f189b7 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl m4_define([libgtop_major_version], [2]) m4_define([libgtop_minor_version], [19]) -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.