diff --git a/ChangeLog b/ChangeLog index d816352f..703513dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-30 Benoît Dejean + + * NEWS: + * configure.in: released 2.9.0 + 2004-11-22 Benoît Dejean * AUTHORS: diff --git a/NEWS b/NEWS index 69ed71f7..fd9373ca 100644 --- a/NEWS +++ b/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 ========================================================= * Improved Solaris and AIX support. diff --git a/configure.in b/configure.in index 0a958895..69d24edb 100644 --- a/configure.in +++ b/configure.in @@ -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.