File: ChangeLog

package info (click to toggle)
dmachinemon 0.11
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,312 kB
  • ctags: 277
  • sloc: ansic: 2,571; sh: 2,476; makefile: 218
file content (156 lines) | stat: -rw-r--r-- 5,276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
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 $