Moved some things around in the ChangeLog.

This commit is contained in:
Martin Baulig
1999-02-19 23:07:52 +00:00
parent 72a3f5aaa1
commit b7e1c60b40
2 changed files with 12 additions and 14 deletions

View File

@@ -1,25 +1,20 @@
1999-02-19 Martin Baulig <martin@home-of-linux.org>
* include/glibtop/error.h: Don't include <glib.h>.
* 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 <martin@home-of-linux.org>
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 <glib.h>.
* 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 <martin@home-of-linux.org>
* include/glibtop/*.h: Use glib-like function prototypes

View File

@@ -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.