2002-04-01  Junichi Uekawa  <dancer@debian.org>

	* dmachinemon/dmachinemon-libdatabase.c (dm_process_nodes_input): add error checking,
	and fix some possible buffer overflows.

	* debian/control.debianin (Description): apply description fixes.
	(Description): explain what servent is in the servent package
	description.

2002-03-18  Junichi Uekawa  <dancer@debian.org>

	* debian/rules (configure-stamp): add --with-gtk=yes to debian rule
	./configure method to create GTK+ application.

	* autogen.sh: add -I aclocal.d,
	and re-run.

	* configure.in.debianin: trying to use acx_pthread

	* aclocal.d/acx_pthread.m4: downloaded from gnu.org site, it is covered
	by GPL.
	http://www.gnu.org/software/ac-archive/Installed_Packages/acx_pthread.html

	* tools/gtkiface/Makefile.am: add GTK+ ignoring rule,
	  using IGNOREGTK. I hope it works.

	* configure.in.debianin: add GTK+ ignoring rules.

2002-03-14  Junichi Uekawa  <dancer@debian.org>

	* README.Solaris: created

	* tools/netload/dmachinemon-netload.c (processing_command): 
	This program is Linux specific. Note it.

	* debian/changelog: note the effort to make this portable.

	* dmachinemon/dmachinemon-libdatabase.c (dm_process_nodes_input): 
	make it no longer use sscanf extention for glibc.
	Use strdup, and strchr

	* dmachinemon/dmachinemon-libnodeinfo.c (read_topuser): notes that this function is Very linux specific.

2002-03-13  Junichi Uekawa  <dancer@debian.org>

	* debian/control.debianin (Source): fix explanation for servent,
	  explaining what servent is.

2002-02-27  Junichi Uekawa  <dancer@debian.org>

	* Release 0.10
	* dmachinemon/dmachinemon-commandlineparser.c: fixed help message

2002-02-07  Junichi Uekawa  <dancer@debian.org>

	* dmachinemon/dmachinemon-libnodeinfo.c (read_machineload): check for
	HAVE_GETLOADAVG and do alternate.
	I think even without HAVE_GETLOADAVG, there will be a function called
	getloadavg provided by autoconf? Not clear.
	(read_machineload): include config.h to take things in effect!

	* configure.in.debianin: add AC_FUNC_GETLOADAVG

	* dmachinemon/dmachinemon-libnodeinfo.c (read_machineload): using 
	getloadavg() function which seems more portable, instead of 
	trying to parse /proc/loadavg

2002-01-23  Junichi Uekawa  <dancer@debian.org>

	* tools/dmscripts/dmboot, dmclean, dmrun: missing shift in processing "--" option

	* tools/dmscripts/{dmrun.1,dmclean.1,dmrun.1}: added docs on --rc option.

	* tools/dmscripts/dmclean: added rc option. for alternate resource.

	* tools/dmscripts/dmboot: added rc option. for alternate resource.

	* tools/dmscripts/dmrun: added rc option, to load alternate resource file.

2002-01-20  Junichi Uekawa  <dancer@debian.org>

	* tools/dmscripts/dmboot: This "wait" should not have existed. 
	It halts.

2002-01-18  Junichi Uekawa  <dancer@debian.org>

	* tools/dmscripts/dmclean: added final wait for child (this should be unnecessary)
	Output from killall is redirected to /dev/null to make it feel better.
	adding messages on start .

	* tools/dmscripts/dmboot: added final wait.

	* tools/dmscripts/dmrun: added "wait" to wait for the finish.

2002-01-13    <dancer@debian.org>

	* debian/changelog: Changelog is reverted. Bogus entries removed.

	* dmachinemon/Makefile.am: reverted the change. libdmachinemon is the only lib.

	* debian/rules: updated the rule to obtain the soname.

	* dmachinemon/Makefile.am: defined DMACHINEMON_SONAME, and using that for sonames for all libs. I doubt it is good idea to keep all libs sharing the same soname, but for now, it does.

2002-01-12    <dancer@debian.org>

	* tools/netload/Makefile.am (dmachinemon_netload_LDADD): changed libdmachinemon.la to libdmm.la. 

	* tools/pdga/Makefile.am (dmachinemon_pdga_LDADD): changed libdmachinemon.la to libdmm.la. 

	* tools/htmloutput/Makefile.am (dmachinemon_htmloutput_LDADD): added option for -lm

	* dmachinemon/Makefile.am: added libdmm and libdmsocket.
	

2002-01-10  Junichi Uekawa  <dancer@debian.org>

	* dmachinemon/dmachinemon-libp2papplication.c (dm_Init): fixed it, so that it uses the command-line passed to
	  it. Contrary to general belief, the port number was a fixed entity. That was wrong.

	* tools/dmscripts/dmrun: fixed typo. added a "shift" in parameter checking.

	* tools/dmscripts/dmrun.1: updated documentation. adding --np

2002-01-10    <dancer@debian.org>

	* debian/control (Depends): added the debianutils depends for dmachinemon

	* tools/dmscripts/dmrun: added options parser. It is now possible
	to specify -np option to restrict number of hosts.
	It now depends on "tempfile"

2002-01-07  Junichi Uekawa  <dancer@debian.org>

	* tools/dmscripts/dmboot: HOSTNAME->hostname

	* tools/pdga/Makefile.am (dmachinemon_pdga_LDADD): removed GTK+

	* tools/htmloutput/Makefile.am (dmachinemon_htmloutput_LDADD): removed GTK+

	* tools/dmscripts/dmrun: fixed a script, called $(HOSTNAME)->$(hostname)

2002-01-02    <dancer@debian.org>

	* dmachinemon/dmachinemon-master.1: fixed partial documentation

2002-01-01    <dancer@debian.org>

	* INSTALL: added decent installation instructions, documenting.

	* README: updated.

For changelog entries prior to that date, see ./debian/changelog.
This file was not updated very often before this.

$Id: ChangeLog,v 1.28 2002/03/31 17:19:37 dancer Exp $
