released 2.9.0
* NEWS: * configure.in: released 2.9.0
This commit is contained in:
@@ -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>
|
2004-11-22 Benoît Dejean <tazforever@dlfp.org>
|
||||||
|
|
||||||
* AUTHORS:
|
* AUTHORS:
|
||||||
|
8
NEWS
8
NEWS
@@ -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
|
October 11, 2004: Overview of Changes from 2.8.0 to 2.8.1
|
||||||
=========================================================
|
=========================================================
|
||||||
* Improved Solaris and AIX support.
|
* Improved Solaris and AIX support.
|
||||||
|
@@ -13,7 +13,7 @@ LIBGTOP_VERSION=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION.$LIBGTOP_MICRO_VER
|
|||||||
AM_INIT_AUTOMAKE(libgtop, $LIBGTOP_VERSION)
|
AM_INIT_AUTOMAKE(libgtop, $LIBGTOP_VERSION)
|
||||||
|
|
||||||
dnl increment if the interface has additions, changes, removals.
|
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 increment any time the source changes; set to
|
||||||
dnl 0 if you increment CURRENT
|
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 increment if any interfaces have been added; set to 0
|
||||||
dnl if any interfaces have been removed. removal has
|
dnl if any interfaces have been removed. removal has
|
||||||
dnl precedence over adding, so set to 0 if both happened.
|
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
|
# you can set this to `-snap' for instance to create
|
||||||
# a `libgtop-1.x.y-snap.tar.gz' tarball.
|
# a `libgtop-1.x.y-snap.tar.gz' tarball.
|
||||||
|
Reference in New Issue
Block a user