diff --git a/ChangeLog b/ChangeLog index 3323e40a..250fc3a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,25 +1,20 @@ -1999-02-19 Martin Baulig - - * include/glibtop/error.h: Don't include . - * sysdeps/common/error.c: Use `int' not `gint'. - - * src/daemon/Makefile.am (libgtop_server_SOURCES): Don't use - `@INTLLIBS@' for the server. - - * misc/porting-libgtop.txt: Added a few instructions on how - to port LibGTop to Solaris. - 1999-02-19 Martin Baulig Released LibGTop 0.99.9. + * LIBGTOP-VERSION: Set version number to 0.99.9 binary age 0, + interface age 0. + + * include/glibtop/error.h: Don't include . + * sysdeps/common/error.c: Use `int' not `gint'. + + * misc/porting-libgtop.txt: Added a few instructions on how + to port LibGTop to Solaris. + * Replace all __BEGIN_DELCS with LIBGTOP_BEGIN_DECLS and all __END_DECLS with LIBGTOP_END_DECLS; remove all __P macros and use real function prototypes. - * LIBGTOP-VERSION: Set version number to 0.99.9 binary age 0, - interface age 0. - 1999-02-18 Martin Baulig * include/glibtop/*.h: Use glib-like function prototypes diff --git a/src/daemon/ChangeLog b/src/daemon/ChangeLog index 4bc06505..9f68237a 100644 --- a/src/daemon/ChangeLog +++ b/src/daemon/ChangeLog @@ -4,6 +4,9 @@ (LIBGTOP_COMPILE_RELEASE): Hardcoded system release. (LIBGTOP_COMPILE_MACHINE): Hardcoded machine type. + * src/daemon/Makefile.am (libgtop_server_SOURCES): Don't use + `@INTLLIBS@' for the server. + * server.c (main): Abort if not running on the system the server was compiled on.