LibGTop 2.7.90.

* NEWS:
        * configure.in: LibGTop 2.7.90.
This commit is contained in:
Benoît Dejean
2004-08-03 12:12:51 +00:00
parent 808a2d48ac
commit 647f7c7be8
3 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2004-08-03 Benoît Dejean <tazforever@dlfp.org>
* NEWS:
* configure.in: LibGTop 2.7.90.
2004-07-20 Benoît Dejean <tazforever@dlfp.org>
* configure.in: LibGTop 2.7.5.

7
NEWS
View File

@@ -1,3 +1,10 @@
August 3, 2004:
==============
* Some cleanups.
* Fixed the behaviour of some linux proc_*() functions.
* Updated the documentation.
July 19, 2004: Overview of Changes from 2.6.1 to 2.7.4
======================================================
* Plenty of code cleanups. Uninlined a lot of functions. ~5-10KB object size

View File

@@ -8,7 +8,7 @@ AC_CANONICAL_SYSTEM
LIBGTOP_MAJOR_VERSION=2
LIBGTOP_MINOR_VERSION=7
LIBGTOP_MICRO_VERSION=5
LIBGTOP_MICRO_VERSION=90
LIBGTOP_VERSION=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION.$LIBGTOP_MICRO_VERSION
AM_INIT_AUTOMAKE(libgtop, $LIBGTOP_VERSION)