Released 2.19.2.
2007-05-13 Benoît Dejean <benoit@placenet.org> * NEWS: * configure.in: Released 2.19.2. svn path=/trunk/; revision=2579
This commit is contained in:
committed by
Benoît Dejean
parent
3eb958dc6c
commit
785b30aeb6
@@ -1,3 +1,10 @@
|
|||||||
|
2007-05-13 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* NEWS:
|
||||||
|
* configure.in:
|
||||||
|
|
||||||
|
Released 2.19.2.
|
||||||
|
|
||||||
2007-05-10 Benoît Dejean <benoit@placenet.org>
|
2007-05-10 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
* lib/libgtop.sym:
|
* lib/libgtop.sym:
|
||||||
|
8
NEWS
8
NEWS
@@ -1,3 +1,11 @@
|
|||||||
|
13 May 2007: Overview of changes in 2.19.2
|
||||||
|
==========================================
|
||||||
|
* This is the first release of the 2.19.x series.
|
||||||
|
* Got rid of inodedb (you don't even know what it is ;)
|
||||||
|
* New unstable API glibtop_get_proc_wd to get working directories of
|
||||||
|
a process.
|
||||||
|
* Fixed OpenBSD build. Jasper Lievisse Adriaanse.
|
||||||
|
|
||||||
25 February 2007: Overview of changes in 2.14.8
|
25 February 2007: Overview of changes in 2.14.8
|
||||||
===============================================
|
===============================================
|
||||||
* bsd implementations have been splitted by Joe Marcus Clarke
|
* bsd implementations have been splitted by Joe Marcus Clarke
|
||||||
|
@@ -4,7 +4,7 @@ dnl
|
|||||||
|
|
||||||
m4_define([libgtop_major_version], [2])
|
m4_define([libgtop_major_version], [2])
|
||||||
m4_define([libgtop_minor_version], [19])
|
m4_define([libgtop_minor_version], [19])
|
||||||
m4_define([libgtop_micro_version], [1])
|
m4_define([libgtop_micro_version], [2])
|
||||||
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
|
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
|
||||||
|
|
||||||
dnl increment if the interface has additions, changes, removals.
|
dnl increment if the interface has additions, changes, removals.
|
||||||
|
Reference in New Issue
Block a user