From adb38dd2a36ee6e27a88823002a1dc8ed6271a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Wed, 27 Apr 2005 14:50:24 +0000 Subject: [PATCH] 2.10.2 post release bump. * configure.in: 2.10.2 post release bump. * include/glibtop/Makefile.am: * include/glibtop/parameter.h: * lib/init.c: Re-install open.h to please GTop (libgtop perl wrapper). --- ChangeLog | 8 ++++++++ configure.in | 2 +- include/glibtop/Makefile.am | 4 ++-- include/glibtop/parameter.h | 1 - lib/init.c | 1 + 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8c1043dd..1c58c9c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-04-27 Benoît Dejean + + * configure.in: 2.10.2 post release bump. + + * include/glibtop/Makefile.am: + * include/glibtop/parameter.h: + * lib/init.c: Re-install open.h to please GTop (libgtop perl wrapper). + 2005-04-10 Benoît Dejean * NEWS: Released 2.10.1. diff --git a/configure.in b/configure.in index 230ed032..bded6529 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ AC_CANONICAL_SYSTEM LIBGTOP_MAJOR_VERSION=2 LIBGTOP_MINOR_VERSION=10 -LIBGTOP_MICRO_VERSION=1 +LIBGTOP_MICRO_VERSION=2 LIBGTOP_VERSION=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION.$LIBGTOP_MICRO_VERSION AM_INIT_AUTOMAKE(libgtop, $LIBGTOP_VERSION) diff --git a/include/glibtop/Makefile.am b/include/glibtop/Makefile.am index 60748ebe..2940a2e9 100644 --- a/include/glibtop/Makefile.am +++ b/include/glibtop/Makefile.am @@ -8,6 +8,6 @@ glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.h \ procsignal.h union.h gnuserv.h \ parameter.h mountlist.h fsusage.h procmap.h signal.h \ inodedb.h sysinfo.h ppp.h procargs.h netload.h \ - netlist.h procopenfiles.h + netlist.h procopenfiles.h open.h -noinst_HEADERS = error.h write.h open.h read_data.h read.h +noinst_HEADERS = error.h write.h read_data.h read.h diff --git a/include/glibtop/parameter.h b/include/glibtop/parameter.h index d1d84255..98a86bf6 100644 --- a/include/glibtop/parameter.h +++ b/include/glibtop/parameter.h @@ -23,7 +23,6 @@ #define __GLIBTOP_PARAMETER_H__ #include -#include G_BEGIN_DECLS diff --git a/lib/init.c b/lib/init.c index e023374f..898f4730 100644 --- a/lib/init.c +++ b/lib/init.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #ifndef DEFAULT_PORT