diff --git a/ChangeLog b/ChangeLog index e7fa6cc5..4ecbeb32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-02-10 Benoît Dejean + + * NEWS: + * configure.in: + + Released 2.14.7. + 2007-01-14 Benoît Dejean * NEWS: diff --git a/NEWS b/NEWS index 747d4081..79aec8ba 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +February 10, 2007: Overview of changes in 2.14.7 +================================================ +* bsd: + - massive kfreeBSD and FreeBSD updates by Roy Marples and Petr Salinger. +* mountlist can now ignore objfs and ctfs filesystems. +* fsusage won't return bavail > bfree anymore. + January 14, 2007: Overview of changes in 2.14.6 =============================================== * linux: diff --git a/configure.in b/configure.in index f7053f0d..a8179670 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl m4_define([libgtop_major_version], [2]) m4_define([libgtop_minor_version], [14]) -m4_define([libgtop_micro_version], [6]) +m4_define([libgtop_micro_version], [7]) m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version]) dnl increment if the interface has additions, changes, removals.