From 9f509067d46c9091127ea72f4f4576eebc375093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sat, 10 Feb 2007 15:41:15 +0000 Subject: [PATCH] Released 2.14.7. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-02-10 Benoît Dejean * NEWS: * configure.in: Released 2.14.7. svn path=/trunk/; revision=2552 --- ChangeLog | 7 +++++++ NEWS | 7 +++++++ configure.in | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) 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.