released 2.9.0

* NEWS:
	* configure.in: released 2.9.0
This commit is contained in:
Benoît Dejean
2004-11-30 12:06:46 +00:00
parent e9e2b7c09b
commit dac637080a
3 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2004-11-30 Benoît Dejean <tazforever@dlfp.org>
* NEWS:
* configure.in: released 2.9.0
2004-11-22 Benoît Dejean <tazforever@dlfp.org>
* AUTHORS:

8
NEWS
View File

@@ -1,3 +1,11 @@
December 30, 2004: Overview of Changes from 2.8.1 to 2.9.0
=========================================================
* glibtop_get_netload : Fixed segfault on linux with ppp devices.
* NEW glibtop_get_netlist : retrieves the list of all available interfaces.
* NEW LIBGTOP_CHECK_VERSION(major, minor, micro)
* Removed dead kernel patch and implementation.
* Cleanups on Linux and Solaris.
October 11, 2004: Overview of Changes from 2.8.0 to 2.8.1
=========================================================
* Improved Solaris and AIX support.

View File

@@ -13,7 +13,7 @@ LIBGTOP_VERSION=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION.$LIBGTOP_MICRO_VER
AM_INIT_AUTOMAKE(libgtop, $LIBGTOP_VERSION)
dnl increment if the interface has additions, changes, removals.
LIBGTOP_CURRENT=4
LIBGTOP_CURRENT=5
dnl increment any time the source changes; set to
dnl 0 if you increment CURRENT
@@ -22,7 +22,7 @@ LIBGTOP_REVISION=0
dnl increment if any interfaces have been added; set to 0
dnl if any interfaces have been removed. removal has
dnl precedence over adding, so set to 0 if both happened.
LIBGTOP_AGE=1
LIBGTOP_AGE=0
# you can set this to `-snap' for instance to create
# a `libgtop-1.x.y-snap.tar.gz' tarball.