12009-01-19 14:29  oetiker
2
3	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
4	  configure.ac, doc/rrdbuild.pod, rrdtool-1.2-release, rrdtool.spec,
5	  src/gdpng.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
6	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
7	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
8	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
9	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
10	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
11	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
12	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
13	  src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
14	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
15	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
16	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
17	  src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
18	  src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the
19	  release of rrdtool-1.2.30
20
212009-01-06 15:45  oetiker
22
23	* src/rrd_graph.c, branches/1.3/program/src/rrd_graph.c,
24	  trunk/program/src/rrd_graph.c: TICK with negative numbers should
25	  'start from the top of the graph' looking down ... now it does.
26
272009-01-06 14:54  oetiker
28
29	* src/rrd_cgi.c, branches/1.3/program/src/rrd_cgi.c,
30	  trunk/program/src/rrd_cgi.c: fix for segfault in rrd_cgi: caused
31	  by freeing a invalid address when printing an error message.
32
332008-12-15 22:05  oetiker
34
35	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
36	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
37	  src/gdpng.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
38	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
39	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
40	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
41	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
42	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
43	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
44	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
45	  src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
46	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
47	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
48	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
49	  src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
50	  src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the
51	  release of rrdtool-1.2.29
52
532008-12-11 14:31  oetiker
54
55	* src/rrd_fetch.c, branches/1.3/program/src/rrd_fetch.c,
56	  trunk/program/src/rrd_fetch.c: fixed another seek issue ...
57
582008-12-11 10:01  oetiker
59
60	* rrdtool.spec, branches/1.3/program/rrdtool.spec,
61	  trunk/program/rrdtool.spec: The spec file for building the rrdtool
62	  as an RPM that comes with the release is not "friendly" to older
63	  versions of RHEL and derivatives. -- Martin Sperl
64	  <rrdtool@martin.sperl.org>
65
662008-12-04 09:03  oetiker
67
68	* src/rrd_graph_helper.c,
69	  branches/1.3/program/src/rrd_graph_helper.c,
70	  trunk/program/src/rrd_graph_helper.c: Catch CDEF:tot= and raise
71	  and error to fix #199. Thanks to Jeron Massar for reporting this.
72
732008-12-03 11:08  oetiker
74
75	* src/rrd_fetch.c, branches/1.3/program/src/rrd_fetch.c,
76	  trunk/program/src/rrd_fetch.c: When fetching data from 'past' an
77	  rra, rrd_fetch was seeking past the rrd file. This did cause seek
78	  errors in some setups. Fixed. Thanks to Daniel Pocock for finding
79	  the problem.
80
812008-12-02 12:35  oetiker
82
83	* doc/rrdbuild.pod, branches/1.3/program/doc/rrdbuild.pod,
84	  trunk/program/doc/rrdbuild.pod: fixed solaris build instructions
85
862008-11-09 00:00  oetiker
87
88	* src/rrd_graph.c, src/rrd_graph.h,
89	  branches/1.3/program/src/rrd_graph.c,
90	  trunk/program/src/rrd_graph.c: use basename to determine filename
91	  for imginfo as suggested by sebastian
92
932008-11-07 22:46  oetiker
94
95	* src/rrd_graph.c, branches/1.3/program/src/rrd_graph.c,
96	  trunk/program/src/rrd_graph.c: fixed --font TITLE:12: problem --
97	  tobi
98
992008-10-30 14:33  oetiker
100
101	* doc/cdeftutorial.pod: fix from alex
102
1032008-10-24 09:25  oetiker
104
105	* doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h,
106	  src/rrd_tool.c: added --right-axis-format option to control how
107	  the numbers get printed there
108
1092008-10-24 06:20  oetiker
110
111	* doc/rrdpython.pod, branches/1.3/program/doc/rrdpython.pod,
112	  trunk/program/doc/rrdpython.pod: fixed typo ... GAUGE not GUAGE
113
1142008-10-16 06:58  oetiker
115
116	* doc/rrdgraph.pod, src/Makefile.am, src/rrd_graph.c,
117	  src/rrd_graph.h, src/rrd_tool.c: added support for a right axis.
118	  New rrdgraph options are --right-axis scale:shift
119	  --right-axis-label label this work was sponsored by voltwerk
120	  electronics GmbH
121
1222008-10-05 11:12  oetiker
123
124	* src/rrd_open.c, src/rrd_thread_safe.c: it is failed not faild
125
1262008-09-28 15:01  oetiker
127
128	* src/rrd_graph.c, branches/1.3/program/src/rrd_graph.c,
129	  branches/1.3/program/src/rrd_tool.c,
130	  trunk/program/src/rrd_graph.c, trunk/program/src/rrd_tool.c: vdef
131	  calc was using end_orig to determine for which range it should do
132	  its calculations which is odd, since orig is only the requested
133	  range as invocation time and not the data range deliverd by fetch.
134	  It does fall completely flat when shifting since shifting does not
135	  affect the original data. Bug #177 reported by hokiel
136
1372008-09-27 11:44  oetiker
138
139	* src/rrd_xport.c, branches/1.3/program/src/rrd_xport.c,
140	  trunk/program/src/rrd_xport.c: rrdxport was completely broken for
141	  exporting datasources that did not have a uniform step size.
142	  Thanks to Peter Valdemar M�rch for finding this.
143
1442008-09-22 05:38  oetiker
145
146	* configure.ac, branches/1.3/program/configure.ac,
147	  trunk/program/configure.ac: use default prefix for ruby install if
148	  no user defined prefix is available
149
1502008-08-28 05:52  oetiker
151
152	* src/rrd_tool.c: rely on what the function returns. errno is only
153	  for informatio not for detection of errors. #176.
154
1552008-07-23 14:36  oetiker
156
157	* rrdtool-1.2-release: do not overwrite the CHANGES file
158
1592008-07-23 14:06  oetiker
160
161	* rrdtool-1.2-release: do not link rrdtool.tar.gz anymore
162
1632008-07-23 13:45  oetiker
164
165	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
166	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
167	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
168	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
169	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
170	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
171	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
172	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
173	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
174	  src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
175	  src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
176	  src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
177	  src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
178	  src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
179	  src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
180	  src/rrdupdate.c: prepare for the release of rrdtool-1.2.28
181
1822008-07-23 13:45  oetiker
183
184	* netware/Makefile, src/rrd_tool.h, win32/Makefile: build fixes by
185	  Guenter Knauf
186
1872008-07-22 15:15  oetiker
188
189	* src/rrd_create.c, trunk/program/src/rrd_create.c: Fix for #167 -
190	  rrdcreate is arguably missing a check for 'step>=1' for RRAs with
191	  AVERAGE as a CF. I ran into this when specifying 0.6 as a step
192	  value, assuming floats were also accepted. Patch attached here. --
193	  Bogdan
194
1952008-06-29 16:24  oetiker
196
197	* src/rrd_update.c: add filename to illegal update message -- he at
198	  uninett.no
199
2002008-06-19 13:18  oetiker
201
202	* bindings/python/rrdtoolmodule.c,
203	  trunk/program/bindings/python/rrdtoolmodule.c: rrdtool.fetch is
204	  returning an extra, bogus, data point. Attached is a patch to
205	  correct this. - Gilad Raphaelli. Fix for #161
206
2072008-06-08 16:25  oetiker
208
209	* bindings/python/rrdtoolmodule.c: The python bindings do not
210	  currently support retrieval of the rpn expression in COMPUTE data
211	  sources. Attached is a patch that duplicates functionality from
212	  rrd_info.c to expose the correct data source attributes via the
213	  python binding. It: * exposes the rpn expression in the 'cdef'
214	  element for DST_CDEF data source types * exposes the heartbeat,
215	  min, and max only to the other data source types
216
2172008-06-08 16:23  oetiker
218
219	* src/pngsize.c, trunk/program/src/pngsize.c: fix for ticket #121
220	  jmpbuf on aix is a problem it seems, maybe this makes it better.
221
2222008-06-06 16:38  oetiker
223
224	* src/rrd_graph.c, trunk/program/src/rrd_graph.c: fix for --font bug
225	  (font names wer not being picked up at all). Bug reported by
226	  Dmitry B. Bigunayk
227
2282008-06-01 20:31  oetiker
229
230	* src/rrd_not_thread_safe.c: fliped order of rrd_context entries to
231	  match up with what was defined in rrd.h (based on debuan bug
232	  450578
233
2342008-05-31 12:28  oetiker
235
236	* src/rrd_graph.c, trunk/program/src/rrd_graph.c: make sure vdef
237	  calcs only calc as far as originally requested.
238
2392008-05-12 15:33  oetiker
240
241	* doc/rrdcreate.pod, src/rrd_update.c,
242	  trunk/program/doc/rrdcreate.pod, trunk/program/src/rrd_update.c:
243	  Fixed handling of unknown data at PDP build time. There was a long
244	  standing (even documented) missfeature in rrdtool which caused
245	  uknown-data to be accepted as long as it was less than the mrhb.
246	  This was never the intended behaviour and had interesting side
247	  effects (http://oss.oetiker.ch/rrdtool-trac/ticket/125): If you
248	  have a 60 Second step with 59s unknown data and 1 second of known
249	  data the whole become known data as long as the mrhb was > step.
250	  The intended behaviour was that a step should become unknown as
251	  soon as it contains more than 50% of unknown data. The patch fixes
252	  both the documentation and the code.
253
2542008-05-04 18:54  oetiker
255
256	* src/rrd_getopt.c, src/rrd_getopt1.c: make studio 11 happy ...
257	  http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=38555
258
2592008-04-16 15:50  oetiker
260
261	* doc/rrdgraph.pod, trunk/program/doc/rrdgraph.pod: fixed 2. x-grid
262	  example ... since the lable is valid for the whole day, it must be
263	  86400 wide. --tobi
264
2652008-04-12 09:21  oetiker
266
267	* src/parsetime.c, trunk/program/src/parsetime.c: do not mess with
268	  dst status after running localtime, the system gets confused
269	  otherwhise when it comes to times during the switch over periode
270	  as DST changes to non DST. -- tobi
271
2722008-03-25 22:37  oetiker
273
274	* examples/Makefile.am: make out-of-tree builds possible for the
275	  examples directory too.
276
2772008-02-25 07:11  oetiker
278
279	* src/rrd_fetch.c, trunk/program/src/rrd_fetch.c: Ignore RRA-end
280	  when comparing. coverage.
281
2822008-02-24 14:30  oetiker
283
284	* src/rrd_restore.c: added for for invalid number of ds entries
285
2862008-02-21 07:21  oetiker
287
288	* configure.ac: make ruby obej destdir
289
2902008-02-19 12:56  oetiker
291
292	* src/rrd_create.c, src/rrd_info.c, src/rrd_restore.c,
293	  trunk/program/src/rrd_create.c, trunk/program/src/rrd_info.c,
294	  trunk/program/src/rrd_restore.c: Generate a random cur_row for
295	  each RRA during create/restore operations. This effectively
296	  randomizes the block crossings among RRDs created around the same
297	  time. Previously, RRDs that were created/restored en masse would
298	  cross block boundaries simultaneously, which is sub-optimal. Also,
299	  this patch enables the user to see the RRA's cur_row pointer via
300	  rrdinfo. This was useful during debugging. -- kevin brintnall
301	  kbrint qwest.net
302
3032008-02-17 10:09  oetiker
304
305	* rrdtool-1.2-release: prepare for the release of rrdtool-1.2.27
306
3072008-02-17 10:08  oetiker
308
309	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
310	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
311	  src/gdpng.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
312	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
313	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
314	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
315	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
316	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
317	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
318	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
319	  src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
320	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
321	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
322	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
323	  src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
324	  src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for
325	  1.2.27 release
326
3272008-02-14 07:25  oetiker
328
329	* doc/rrdcreate.pod, doc/rrdgraph.pod, doc/rrdgraph_graph.pod,
330	  doc/rrdgraph_rpn.pod, doc/rrdtutorial.pod: fixes for better web
331	  rendering
332
3332008-02-04 18:17  oetiker
334
335	* COPYRIGHT: added ZPL 2.1 to floss exception
336
3372008-02-01 06:52  oetiker
338
339	* src/rrd_graph.c, trunk/program/src/rrd_graph.c: fixed parsing of
340	  fontnames with embeded spaces
341
3422008-01-14 16:47  oetiker
343
344	* bindings/tcl/tclrrd.c, configure.ac, src/rrd_cgi.c: * fix fadvice
345	  and madvice inclusion ... again * fix rrdcgi warning * fix
346	  warnings in tcl bindings -- Peter Breitenlohner peb mppmu.mpg.de
347
3482008-01-12 18:36  oetiker
349
350	* src/rrd_graph.c: weekday and time are too tight
351
3522007-12-08 22:17  oetiker
353
354	* configure.ac: fixing the solaris build
355
3562007-11-23 18:18  oetiker
357
358	* netware/Makefile, src/rrd_update.c, win32/Makefile: updates for
359	  netware and mingw32 ... allows for crosscompilation
360
3612007-11-22 12:33  oetiker
362
363	* src/rrd_update.c: make update compile for mingw32 3.4.5
364
3652007-11-21 10:51  oetiker
366
367	* configure.ac: fixedspellingfor netbsd
368
3692007-11-21 06:57  oetiker
370
371	* bindings/perl-shared/Makefile.PL, configure.ac, src/rrd_tool.h,
372	  src/rrd_update.c: * improve portability of compile environment to
373	  netbsd and solaris
374
3752007-11-20 00:15  oetiker
376
377	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
378	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
379	  src/gdpng.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
380	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
381	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
382	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
383	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
384	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
385	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
386	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
387	  src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
388	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
389	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
390	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
391	  src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
392	  src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the
393	  release of rrdtool-1.2.26
394
3952007-11-19 23:40  oetiker
396
397	* src/rrd_graph.c: when checking if min and max were equal, the
398	  action aplied was not working for negative values of min and max.
399
4002007-11-19 23:40  oetiker
401
402	* configure.ac, src/rrd_tool.h: strings was not included ev if it
403	  was around
404
4052007-11-19 16:50  oetiker
406
407	* src/rrd_gfx.c: fix pointer in png image
408
4092007-11-14 13:53  oetiker
410
411	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
412	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
413	  src/rrd.h, src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
414	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
415	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
416	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
417	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
418	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
419	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
420	  src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
421	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
422	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
423	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
424	  src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
425	  src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the
426	  release of rrdtool-1.2.25
427
4282007-11-14 13:53  oetiker
429
430	* src/pngsize.c: make aix users happy and compile there too
431
4322007-11-14 13:53  oetiker
433
434	* src/rrd_open.c: don't exit when fadvise does not work .. after all
435	  we can live without it ...
436
4372007-11-13 02:21  oetiker
438
439	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
440	  doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c, src/pngsize.c,
441	  src/rrd.h, src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
442	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
443	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
444	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
445	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
446	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
447	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
448	  src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
449	  src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
450	  src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
451	  src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
452	  src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
453	  src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
454	  src/rrdupdate.c: prepare for the release of rrdtool-1.2.24
455
4562007-11-13 02:18  oetiker
457
458	* configure.ac: updated for 1.2.24
459
4602007-11-13 02:16  oetiker
461
462	* src/rrd_create.c: revert the dontneed fadvise patch this is only
463	  for 1.3
464
4652007-11-13 02:13  oetiker
466
467	* src/rrd_fetch.c: revert the dontneed patch ... this is for 1.3
468	  exclusively
469
4702007-11-08 10:13  oetiker
471
472	* bindings/ruby/main.c: must use int2num to prevent overflows --
473	  Mike Perham mperham gmail.com
474
4752007-09-02 16:47  oetiker
476
477	* doc/rrdgraph_graph.pod: horizontal is the correct spelling
478
4792007-08-01 15:25  oetiker
480
481	* src/rrd_xport.c: fixed 64bit portability error ... unigned long is
482	  not equal to int
483
4842007-07-25 20:32  oetiker
485
486	* src/rrd_update.c: check if intput is integer in any case not only
487	  when the previouse value wave != U
488
4892007-07-16 06:34  oetiker
490
491	* bindings/ruby/main.c: fixed rrd_featch and added rrd_info to ruby
492	  bindings
493
4942007-07-12 20:33  oetiker
495
496	* doc/rrdtutorial.pod: improved wording
497
4982007-07-11 23:06  oetiker
499
500	* src/rrd_create.c: stop rrd_create from leaking on failure ... vito
501	  caputo
502
5032007-07-05 15:14  oetiker
504
505	* src/rrd_graph_helper.c: fix potential segfault ... if time_t is
506	  not a %li 5~
507
5082007-07-05 15:14  oetiker
509
510	* bindings/tcl/Makefile.am: fix tcl build system
511
5122007-06-15 21:41  oetiker
513
514	* rrdtool.spec: rrdtool.spec from Jarod "redhat" Wilson
515
5162007-06-13 16:50  oetiker
517
518	* bindings/ruby/main.c: be more helpful when raising rb_eTypeError
519	  in string_arr string_arr_new(VALUE rb_strings). This patch
520	  indicates which index is in error as well as the type you are
521	  erroneously passing. --anonymous
522
5232007-05-30 11:26  oetiker
524
525	* src/rrd_update.c: dropping cache after update does not help (in
526	  this implementation)
527
5282007-05-22 20:46  oetiker
529
530	* configure.ac: fixed spelling
531
5322007-05-22 20:44  oetiker
533
534	* configure.ac, src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c: *
535	  better tests for madvise, fadvise and fdatasync * fix inclusion of
536	  fcntl.h * clenups for configure.ac -- Bernhard Fischer rep dot nop
537	  gmail com
538
5392007-05-19 05:47  oetiker
540
541	* configure.ac: update defines according to manual pageentry
542
5432007-05-18 16:40  oetiker
544
545	* configure.ac, src/rrd_update.c: added madvise MADV_RANDOM is
546	  rrd_update uses mmap
547
5482007-05-18 11:56  oetiker
549
550	* configure.ac, src/rrd_create.c, src/rrd_fetch.c, src/rrd_update.c:
551	  * dropping in rrd_update is probably overkill since we may be
552	  dropping too much. * in create we have to flush before dropping. *
553	  read fcntl.h after defining the __USE_XOPEN2K * fix drop code in
554	  fetch ...
555
5562007-05-17 11:38  oetiker
557
558	* configure.ac, src/rrd_create.c, src/rrd_fetch.c, src/rrd_open.c,
559	  src/rrd_update.c: now the fadvise code actually compiles ... let
560	  the testing begin.
561
5622007-05-17 08:44  oetiker
563
564	* examples/perftest.pl.in: new better ? performance test ... work in
565	  progress
566
5672007-05-17 08:44  oetiker
568
569	* configure.ac, src/Makefile.am, src/rrd_create.c, src/rrd_fetch.c,
570	  src/rrd_open.c, src/rrd_update.c: added posix_fadvise support
571	  (untested) ... this should help performance by stopping read-ahead
572	  and droping buffer cache for all rrd data except the file header
573	  portion. Newly created files are fdsynced to disk and released
574	  from cache after creation, to soften the blow on buffer cache by
575	  creating new rrds.
576
5772007-05-16 20:35  oetiker
578
579	* src/rrd_open.c: remove tabs and replace with 8 spaces
580
5812007-05-15 08:39  oetiker
582
583	* bindings/Makefile.am: use libdir instead of exec_prefix/lib ...
584	  maybe someone wants their libraries in another place
585
5862007-05-15 08:36  oetiker
587
588	* bindings/Makefile.am, bindings/python/setup.py: yet another
589	  attempt to make the python build environment REALY cool
590
5912007-05-09 15:26  oetiker
592
593	* bindings/Makefile.am, bindings/python/setup.py: make sure the
594	  python extension gets the final resting place of the rrdlibrary
595	  compiled in ...
596
5972007-05-08 15:10  oetiker
598
599	* bindings/Makefile.am: ruby complained about finding a previous
600	  copy of the rrdtool extension ... very odd thing actually ...
601	  adding RUBYARCHDIR= seems to help ...
602
6032007-05-06 19:38  oetiker
604
605	* src/rrd_graph.c: don't use round since it is c99 ... use
606	  floor(x+0.5) for positive numbers instead.
607
6082007-05-06 08:50  oetiker
609
610	* src/rrd_hw.c: print the name of the HW cf in debug mode -- Helge
611	  Oldach
612
6132007-05-03 12:49  oetiker
614
615	* src/rrd_graph.c: added some more rounding for int to float
616	  comparisons
617
6182007-05-03 12:43  oetiker
619
620	* src/rrd_graph.c: Testing an double and an integer for equality is
621	  bound to produce odd results on times. Don't do it! --
622	  rrdtool@oldach.net
623
6242007-05-02 18:06  oetiker
625
626	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
627	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
628	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
629	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
630	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
631	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
632	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
633	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
634	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
635	  src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
636	  src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
637	  src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
638	  src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
639	  src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
640	  src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
641	  src/rrdupdate.c: prepare for the release of rrdtool-1.2.23
642
6432007-05-02 18:05  oetiker
644
645	* bindings/Makefile.am: fix python install for virgin systems
646
6472007-05-02 15:31  oetiker
648
649	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
650	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
651	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
652	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
653	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
654	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
655	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
656	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
657	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
658	  src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
659	  src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
660	  src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
661	  src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
662	  src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
663	  src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
664	  src/rrdupdate.c: prepare for the release of rrdtool-1.2.22
665
6662007-05-02 15:31  oetiker
667
668	* README, bindings/perl-shared/RRDs.ppd,
669	  bindings/perl-shared/ntmake.pl, debian/copyright, debian/watch,
670	  doc/rrdtutorial.es.pod, doc/rrdtutorial.pod, doc/see_also.inc:
671	  fixed old urls in code
672
6732007-05-02 15:23  oetiker
674
675	* bindings/Makefile.am: fix python for staged installs
676
6772007-05-02 05:08  oetiker
678
679	* bindings/tcl/tclrrd.c: fixed path to rrd_format.h in tcl bindings
680
6812007-05-01 20:41  oetiker
682
683	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
684	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
685	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
686	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
687	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
688	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
689	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
690	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
691	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
692	  src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
693	  src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
694	  src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
695	  src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
696	  src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
697	  src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
698	  src/rrdupdate.c: prepare for the release of rrdtool-1.2.21
699
7002007-05-01 20:40  oetiker
701
702	* src/rrd_graph.c: if the graph goes 'down' minval must be hanged
703	  instead
704
7052007-05-01 16:36  oetiker
706
707	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
708	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
709	  src/gdpng.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
710	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
711	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
712	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
713	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
714	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
715	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
716	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
717	  src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
718	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
719	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
720	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
721	  src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
722	  src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the
723	  release of rrdtool-1.2.20
724
7252007-05-01 16:24  oetiker
726
727	* netware/Makefile, win32/Makefile: updated win32 and netware
728	  Makefiles -- Guenter Knauf
729
7302007-05-01 16:23  oetiker
731
732	* src/rrd_create.c, src/rrd_update.c: added some const casts
733
7342007-05-01 16:19  oetiker
735
736	* doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h: added
737	  --alt-autoscale-min (see --alt-autoscale-max) -- Helge Oldach
738
7392007-04-10 05:43  oetiker
740
741	* src/rrd_graph.c: untabified rrd_graph.c
742
7432007-04-10 05:41  oetiker
744
745	* src/rrd_graph.c: use the shorthand for vidx ...
746
7472007-04-10 05:27  oetiker
748
749	* src/rrd_graph.c, src/rrd_graph.h: the rrd_graph_check_vname
750	  function is not used anywhere in the code ...
751
7522007-04-06 07:28  oetiker
753
754	* src/rrd_gfx.c: release font resources after thy have been used ...
755	  -- Travis Spencer
756
7572007-04-02 06:21  oetiker
758
759	* doc/rrdthreads.pod, src/fnv.h, src/hash_32.c, src/rrd.h,
760	  src/rrd_create.c, src/rrd_fetch.c, src/rrd_format.c,
761	  src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_tool.h,
762	  src/rrd_update.c: new function rrd_fetch_r() (and make the strings
763	  const char* instead of char*). The only difference between
764	  rrd_fetch_r() and rrd_fetch_fn() is that rrd_fetch_r() receives
765	  the consolidation function as a string (instead of an enum cf_en)
766	  and is thread-safe -- Sam Umbach
767
7682007-04-02 06:18  oetiker
769
770	* src/rrd_restore.c: make xml2rrd more robust on invalid input --
771	  Florian Forster
772
7732007-03-29 19:08  oetiker
774
775	* doc/rrdruby.pod: added vardef
776
7772007-03-15 21:10  oetiker
778
779	* src/rrd_tool.c: fix the snprintf call for vtag ... it was using
780	  the wrong size -- kili
781
7822007-03-15 21:03  oetiker
783
784	* src/rrd_thread_safe.c: fixed strerror_r usage ... #85
785
7862007-03-11 13:08  oetiker
787
788	* Makefile.am, bindings/Makefile.am, doc/Makefile.am,
789	  examples/Makefile.am, netware/Makefile, win32/Makefile,
790	  win32/rrd.dsp, win32/rrdtool.dsp: fix netware and win32 makefiles
791	  for new getopt names
792
7932007-03-11 13:04  oetiker
794
795	* src/art_rgba_svp.h, src/fnv.h, src/gdpng.c, src/hash_32.c,
796	  src/parsetime.c, src/parsetime.h, src/pngsize.c, src/rrd.h,
797	  src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
798	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
799	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
800	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
801	  src/rrd_format.c, src/rrd_format.h, src/rrd_getopt.c,
802	  src/rrd_getopt.h, src/rrd_getopt1.c, src/rrd_gfx.c, src/rrd_gfx.h,
803	  src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c,
804	  src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c,
805	  src/rrd_is_thread_safe.h, src/rrd_last.c, src/rrd_lastupdate.c,
806	  src/rrd_nan_inf.c, src/rrd_nan_inf.h, src/rrd_not_thread_safe.c,
807	  src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
808	  src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
809	  src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
810	  src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
811	  src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
812	  src/rrdupdate.c, src/strftime.c, src/strftime.h, src/unused.h,
813	  src/win32comp.c: enable ID keyword in all source files
814
8152007-03-11 12:57  oetiker
816
817	* examples/Makefile.am: do not use gnuisms in Makefile rules ($<)
818
8192007-03-11 12:41  oetiker
820
821	* netware/Makefile: use Guenters latest Netware Makefile ...
822
8232007-03-10 17:44  oetiker
824
825	* configure.ac: axe the double quotes on $perlcc in configure to
826	  allow for program names with arguments.
827
8282007-03-10 17:36  oetiker
829
830	* src/rrd_update.c: integers can be negative ... fixed the test for
831	  this in rrd_update -- rians cc usu edu
832
8332007-03-03 11:03  oetiker
834
835	* Makefile.am, bindings/ruby/extconf.rb, configure.ac: * build
836	  extensions last since this seems to be most likely to fail * do
837	  more testing before building the ruby extension
838
8392007-02-24 17:23  oetiker
840
841	* src/rrd_dump.c, src/rrd_info.c, src/rrd_tune.c: fix memmory
842	  problem in rrd_dump.c
843
8442007-02-14 18:54  oetiker
845
846	* doc/rrdgraph_rpn.pod, src/rrd_rpncalc.c, src/rrd_rpncalc.h: new
847	  operator ABS added --
848
8492007-02-14 18:48  oetiker
850
851	* src/Makefile.am, src/getopt.c, src/getopt.h, src/getopt1.c,
852	  src/rrd_getopt.c, src/rrd_getopt.h, src/rrd_getopt1.c,
853	  src/rrd_tool.h: renamed getopt to rrd_getopt to avoid confusion on
854	  some systems ...
855
8562007-02-14 18:47  oetiker
857
858	* src/rrd_tool.c: cosmetic fix for usage message -- g�nter knauff
859
8602007-02-14 18:46  oetiker
861
862	* Makefile.am: added new win32 component to the release tarball
863
8642007-02-14 18:46  oetiker
865
866	* src/get_ver.awk, win32/rrd.dsp, win32/rrd_config.h.msvc,
867	  win32/rrdtool.dsp: updates to the windows build system by guenter
868	  knauff
869
8702007-02-14 06:53  oetiker
871
872	* doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h: allow
873	  --units-length to reserve label space even when --y-grid=none is
874	  in effect [#75], tobi
875
8762007-02-14 06:33  oetiker
877
878	* src/parsetime.c: parsing absolute time should not send us 30,000
879	  years into the future -- Tatsuki Makino tatsuki_makino hotmail.com
880
8812007-02-14 06:31  oetiker
882
883	* src/rrd_cgi.c: Printstrftime on rrd_cgi.c returns an illegal
884	  value. It causes segmentation fault error. -- Tatsuki Makino
885	  tatsuki_makino hotmail.com
886
8872007-02-09 22:19  oetiker
888
889	* netware/Makefile, src/rrd_tool.h, win32/Makefile: more build
890	  patches from G�nter Knauf
891
8922007-02-08 06:01  oetiker
893
894	* netware/Makefile, win32/Makefile: updates for Win32 and NW
895	  Makefiles -- Guenter Knauf
896
8972007-02-08 05:54  oetiker
898
899	* src/Makefile.am: added get_ver.awk to release
900
9012007-02-08 05:51  oetiker
902
903	* configure.ac: there is no Makefile.in for python anymore!
904
9052007-02-07 21:35  oetiker
906
907	* src/rrd_gfx.c: DPRINTF may not be the ideal define ... use
908	  something more RRDish ... like RRDPRINTF
909
9102007-02-07 21:35  oetiker
911
912	* Makefile.am, configure.ac: use setup.py for python install and
913	  build work instad of trying todo it on our own
914
9152007-02-07 21:31  oetiker
916
917	* bindings/Makefile.am: added Makefile targets for python
918
9192007-02-07 21:30  oetiker
920
921	* bindings/python/Makefile.am, bindings/python/Setup.in,
922	  bindings/python/setup.py: python does no get built externally
923
9242007-02-02 18:22  oetiker
925
926	* COPYRIGHT: added IBM Public License to the list of Exceptions
927
9282007-02-02 12:19  oetiker
929
930	* src/rrd_gfx.c, src/rrd_rpncalc.c: increasse portability (no //
931	  comment, no ... arguments for cpp)
932
9332007-02-01 22:00  oetiker
934
935	* bindings/tcl/tclrrd.c: we should use the headers from the local
936	  rrdtool setup and not the system ones!
937
9382007-02-01 05:51  oetiker
939
940	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
941	  configure.ac, doc/rrdbuild.pod, rrdtool-1.2-release, rrdtool.spec,
942	  src/gdpng.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
943	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
944	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
945	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
946	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
947	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
948	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
949	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
950	  src/rrd_lastupdate.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
951	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
952	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
953	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
954	  src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
955	  src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prepare for the
956	  release of rrdtool-1.2.19
957
9582007-02-01 05:45  oetiker
959
960	* bindings/python/Makefile.am: libtool builds shared libraries
961	  anyway, no need for extra LDFLAGS that bite non GNU ld versions
962
9632007-01-29 16:47  oetiker
964
965	* src/rrd_tool.c: resolve snprintf overflow warning by using sizeof
966	  -- Anna Bernathova suse cz
967
9682007-01-23 20:54  oetiker
969
970	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
971	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
972	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
973	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
974	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
975	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
976	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
977	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
978	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
979	  src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
980	  src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
981	  src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
982	  src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
983	  src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
984	  src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
985	  src/rrdupdate.c: prepare for the release of rrdtool-1.2.18
986
9872007-01-23 20:52  oetiker
988
989	* src/rrd_fetch.c: the change from R920 to fetch was not helping ...
990	  no low res got prefered in non full coverage situations ..
991
9922007-01-23 17:30  oetiker
993
994	* src/rrd_graph.c: another control sequence that got lost ...
995
9962007-01-23 08:28  oetiker
997
998	* src/rrd_graph_helper.c: read up to full potential length of
999	  gdp->rrd
1000
10012007-01-22 16:34  oetiker
1002
1003	* doc/rrdgraph_graph.pod: added missing B formatting instruction
1004
10052007-01-22 10:49  oetiker
1006
1007	* rrdtool-1.2-release: create non version link
1008
10092007-01-22 10:33  oetiker
1010
1011	* src/rrd_graph.c: prepare for the release of rrdtool-1.2.17
1012
10132007-01-22 10:29  oetiker
1014
1015	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
1016	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
1017	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
1018	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
1019	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
1020	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
1021	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
1022	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
1023	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
1024	  src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
1025	  src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
1026	  src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
1027	  src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
1028	  src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
1029	  src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
1030	  src/rrdupdate.c: prepare for the release of rrdtool-1.2.17
1031
10322007-01-22 10:28  oetiker
1033
1034	* doc/rrdgraph_graph.pod, src/rrd_graph.c: introduced \n as an alias
1035	  for \l since people seem to be using it despite the documentation
1036	  not talking about this ... so now it is official and I bet there
1037	  will soon be people asking why this was only working at the end of
1038	  a line. -- tobi
1039
10402007-01-21 22:22  oetiker
1041
1042	* doc/rrdgraph_examples.pod: removed mentiones of \n ...
1043
10442007-01-20 22:54  oetiker
1045
1046	* bindings/Makefile.am: prepare for the release of rrdtool-1.2.16
1047
10482007-01-20 22:48  oetiker
1049
1050	* bindings/Makefile.am: prepare for the release of rrdtool-1.2.16
1051
10522007-01-20 22:22  oetiker
1053
1054	* bindings/Makefile.am: prepare for the release of rrdtool-1.2.16
1055
10562007-01-20 20:19  oetiker
1057
1058	* rrdtool-1.2-release: prepare for the release of rrdtool-1.2.16
1059
10602007-01-20 20:17  oetiker
1061
1062	* rrdtool-1.2-release: prepare for the release of rrdtool-1.2.16
1063
10642007-01-20 20:16  oetiker
1065
1066	* rrdtool-1.2-release: prepare for the release of rrdtool-1.2.16
1067
10682007-01-20 20:03  oetiker
1069
1070	* bindings/tcl/tclrrd.c: this did not compile after integrating the
1071	  new fetchlast command -- Andy Riebs
1072
10732007-01-20 16:41  oetiker
1074
1075	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
1076	  configure.ac, doc/rrdbuild.pod, rrdtool-1.2-release, rrdtool.spec,
1077	  src/Makefile.am, src/gdpng.c, src/pngsize.c, src/rrd.h,
1078	  src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
1079	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
1080	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
1081	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
1082	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
1083	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
1084	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
1085	  src/rrd_last.c, src/rrd_lastupdate.c, src/rrd_not_thread_safe.c,
1086	  src/rrd_open.c, src/rrd_resize.c, src/rrd_restore.c,
1087	  src/rrd_rpncalc.c, src/rrd_rpncalc.h, src/rrd_stat.c,
1088	  src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c, src/rrd_tool.c,
1089	  src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
1090	  src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h,
1091	  src/rrdupdate.c: prepare for the release of rrdtool-1.2.16
1092
10932007-01-20 16:39  oetiker
1094
1095	* Makefile.am, configure.ac, rrdtool-1.2-release: get ready for
1096	  1.2.16 release
1097
10982007-01-18 23:43  oetiker
1099
1100	* doc/rrdlastupdate.pod: aargh another missing bit from lastupdate
1101	  added ...
1102
11032007-01-17 23:35  oetiker
1104
1105	* netware/Makefile, src/rrd_lastupdate.c, win32/Makefile: finish
1106	  integration of lastupdate commmand ...
1107
11082007-01-17 21:31  oetiker
1109
1110	* acinclude.m4, bindings/tcl/tclrrd.c, doc/Makefile.am,
1111	  src/Makefile.am, src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c:
1112	  New functions lastupdate to efficiently get the last values fed
1113	  into the rrd ... this also changes that the last values get stored
1114	  even for ABSOLUTE and GAUGE data sources ... -- andy.riebs hp.com
1115
11162006-12-16 16:14  oetiker
1117
1118	* src/rrd_error.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c:
1119	  add missing \0 to the end of several strncpy strings
1120
11212006-12-16 16:13  oetiker
1122
1123	* src/rrd_update.c: replace malloc/strncpy by strdup add \0 to the
1124	  end of several strncpy strings add missing free fix error string
1125	  rendering :... makes no sense here
1126
11272006-12-16 16:11  oetiker
1128
1129	* src/rrd.h: move headers around to make more sense
1130
11312006-12-16 16:10  oetiker
1132
1133	* src/rrd_not_thread_safe.c: init the context on first call
1134
11352006-12-16 16:05  oetiker
1136
1137	* src/rrd_graph.h: make sure there is ample space in the static
1138	  strings
1139
11402006-12-16 16:04  oetiker
1141
1142	* src/rrd_graph.c: oops 99 is the last item
1143
11442006-12-16 16:02  oetiker
1145
1146	* src/rrd_graph.c: it is sufficient to set the last item to 0
1147
11482006-12-16 16:02  oetiker
1149
1150	* src/Makefile.am: getopt is required for rrdupdate too (there are
1151	  platforms where this is not in libc ... eg solaris)
1152
11532006-12-16 16:01  oetiker
1154
1155	* src/rrdupdate.c: we have 2006 now
1156
11572006-12-16 15:56  oetiker
1158
1159	* src/rrd_not_thread_safe.c: it makes no sense allocating an array
1160	  and then asiging it to a fixed string ... this caused stuff to
1161	  crash badly as long error strings were assigned.
1162
11632006-12-11 19:11  oetiker
1164
1165	* doc/rrdbuild.pod: added note on alternate CFLAGS for Forte
1166
11672006-12-07 19:51  oetiker
1168
1169	* src/rrd_graph.c: c is a valid formatting character
1170
11712006-11-19 11:15  oetiker
1172
1173	* src/rrd_graph.c: fixed typo
1174
11752006-11-06 06:53  oetiker
1176
1177	* src/rrd_fetch.c: when fetching, don't pick a higher res rra just
1178	  because it's coverage at the 'end' of the requested range is
1179	  better ... -- Sebastian Pachuta seba123 seba123.webd.pl
1180
11812006-10-27 14:03  oetiker
1182
1183	* examples/perftest.pl.in: use integer time
1184
11852006-10-26 22:26  oetiker
1186
1187	* configure.ac, examples/Makefile.am, examples/perftest.pl.in: added
1188	  perftest tool
1189
11902006-10-25 17:19  oetiker
1191
1192	* src/Makefile.am: do not distribute windows files anymore ...
1193
11942006-10-25 17:18  oetiker
1195
1196	* Makefile.am: distribute win32 and netware build files too
1197
11982006-10-25 17:17  oetiker
1199
1200	* MakeMakefile: do not remove Makefiles from win32 and netware build
1201	  dirs
1202
12032006-10-25 17:12  oetiker
1204
1205	* MakeMakefile, bindings/Makefile.am, bindings/ruby/main.c: fix
1206	  build procedure for ruby (clean target) don't run autoreconf at
1207	  the end of MakeMakefiles as this has a tendency todo the wrong
1208	  things
1209
12102006-10-25 16:39  oetiker
1211
1212	* MakeMakefile: added path to sepp
1213
12142006-10-25 16:30  oetiker
1215
1216	* MakeMakefile: aclocal expects a space after -I ...
1217
12182006-10-25 16:24  oetiker
1219
1220	* MakeMakefile: tell aclocal where to find its config ...
1221
12222006-10-25 16:11  oetiker
1223
1224	* MakeMakefile: aclocal show know where it's stuff is ...
1225
12262006-10-22 21:20  oetiker
1227
1228	* src/parsetime.c: make time paring more robust ... it can now deal
1229	  with time date date time time date + xxx date time + xxx
1230
12312006-10-22 21:09  oetiker
1232
1233	* src/rrd_graph.c: check if valid control codes are in use
1234
12352006-10-22 16:01  oetiker
1236
1237	* bindings/ruby/test.rb: fixed ruby demo
1238
12392006-10-22 16:01  oetiker
1240
1241	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm: fixed
1242	  address
1243
12442006-10-03 07:52  oetiker
1245
1246	* src/rrdupdate.c: added missing file
1247
12482006-09-28 12:38  oetiker
1249
1250	* doc/rrdruby.pod: fixed doc regarding site install
1251
12522006-09-27 21:48  oetiker
1253
1254	* bindings/Makefile.am, bindings/ruby, bindings/ruby/CHANGES,
1255	  bindings/ruby/README, bindings/ruby/extconf.rb,
1256	  bindings/ruby/main.c, bindings/ruby/test.rb, configure.ac: added
1257	  ruby bindings ... thanks to Lo�s LHERBIER lois.lherbier covadis.ch
1258
12592006-09-27 21:46  oetiker
1260
1261	* src/Makefile.am, src/rrd_update.c: make rrdupdate realy light as
1262	  it was intended in the first place -- Peter Breitenlohner peb
1263	  mppmu.mpg.de
1264
12652006-09-27 21:45  oetiker
1266
1267	* src/parsetime.c: tod can come after the date as well as before the
1268	  date
1269
12702006-09-18 05:45  oetiker
1271
1272	* netware/Makefile: fix faild netware makefile merge -- Guenter
1273	  Knauf
1274
12752006-09-17 21:08  oetiker
1276
1277	* src/rrd_update.c: make mvs stop complaining about uninitialized
1278	  variables ... -- norman wheeler bigpond.com
1279
12802006-09-17 21:05  oetiker
1281
1282	* doc/rrd-beginners.pod: fixed spelling -- Peter Breitenlohner
1283
12842006-09-17 20:46  oetiker
1285
1286	* configure.ac, examples/Makefile.am: fix generation of cgi-demo.cgi
1287	  -- Peter Breitenlohner peb mppmu.mpg.de
1288
12892006-09-17 20:31  oetiker
1290
1291	* MakeMakefile, bindings/Makefile.am, bindings/perl-shared/RRDs.xs,
1292	  configure.ac, netware/Makefile, src/getopt.c, src/getopt1.c,
1293	  src/rrd_afm.c, src/rrd_tool.h, win32/Makefile: make rrdtool use
1294	  rrd_config.h instead of config.h since this is just bound to lead
1295	  to confusion when the wrong config.h gets sourced -- Guenter Knauf
1296	  fix clean target in bindings directory
1297
12982006-09-10 19:30  oetiker
1299
1300	* win32/rrd.dsp, win32/rrd.vcproj, win32/rrdtool.dsp,
1301	  win32/rrdtool.dsw, win32/rrdtool.plg: the msvc files need dos file
1302	  endings ...
1303
13042006-09-10 19:26  oetiker
1305
1306	* src/rrd_rpncalc.c: we want an int, so lets tell the compiler to
1307	  make it not complain
1308
13092006-09-10 19:20  oetiker
1310
1311	* netware/Makefile, win32/Makefile: netware und win32 fixes from
1312	  guenter
1313
13142006-09-05 19:55  oetiker
1315
1316	* doc/rrdfetch.pod: we do not need an extra echo there
1317
13182006-09-05 18:34  oetiker
1319
1320	* confignt, netware, netware/Makefile, src/Makefile.NetWare,
1321	  src/Makefile.Win32, src/rrd.dsp, src/rrd.vcproj, src/rrd_afm.c,
1322	  src/rrd_dump.c, src/rrd_gfx.c, src/rrd_graph.c, src/rrd_tool.h,
1323	  src/rrdtool.dsp, src/rrdtool.dsw, src/rrdtool.sln,
1324	  src/rrdtool.vcproj, src/win32comp.c, win32, win32/Makefile,
1325	  win32/config.h, win32/rrd.dsp, win32/rrd.vcproj,
1326	  win32/rrdtool.dsp, win32/rrdtool.dsw, win32/rrdtool.plg,
1327	  win32/rrdtool.vcproj: put all the architecture specific stuff in
1328	  separate subdirectories ... one for netwara and one for win32 --
1329	  Guenter Knauf
1330
13312006-09-05 18:19  oetiker
1332
1333	* src/gifsize.c: noone needs this anymore
1334
13352006-09-04 21:10  oetiker
1336
1337	* src/rrd_graph.c: in logarithmic mode minval must not be <= 0
1338
13392006-08-24 04:14  oetiker
1340
1341	* doc/cdeftutorial.pod: add more submission encuragement -- alex
1342
13432006-08-21 11:41  oetiker
1344
1345	* NT-BUILD-TIPS.txt, WIN32-BUILD-TIPS.txt, src/Makefile.NetWare,
1346	  src/Makefile.Win32: updated windows build instructions from
1347	  guenter
1348
13492006-08-16 06:07  oetiker
1350
1351	* src/rrd_graph.c: contain a potential problem with log grid
1352	  painting Bug #54
1353
13542006-08-15 05:51  oetiker
1355
1356	* src/rrd_first.c: do not loose filedescriptors when rrd_first
1357	  errors out
1358
13592006-08-15 05:44  oetiker
1360
1361	* src/rrd_graph_helper.c: catch empty XXXX: commands in graph
1362
13632006-08-15 05:24  oetiker
1364
1365	* Makefile.am, WIN32-BUILD-TIPS.txt: windows is not NT anymore ...
1366	  lets call it WIN32
1367
13682006-08-13 16:41  oetiker
1369
1370	* src/get_ver.awk: use unix fileendings here!
1371
13722006-08-13 16:40  oetiker
1373
1374	* src/Makefile.NetWare, src/Makefile.Win32: new version added by
1375	  Guenter Knauf
1376
13772006-08-13 16:25  oetiker
1378
1379	* src/rrd.h, src/rrd_version.c: added new rrdstrversion function --
1380	  Guenter Knauf
1381
13822006-08-13 16:22  oetiker
1383
1384	* src/rrd_graph.c, src/strftime.c, src/strftime.h: use th OS
1385	  provided timezone names for %Z this should make things more
1386	  flexile will only work on windows, but since we are using
1387	  strftime.c on windows only this should not be a problem -- Guenter
1388	  Knauf
1389
13902006-08-13 16:13  oetiker
1391
1392	* src/rrd_graph.c: include strftime.h for windows builds -- Guenter
1393	  Knauff
1394
13952006-08-13 16:10  oetiker
1396
1397	* src/rrd_tool.h: removed mscv defines to confignt/config.h
1398	  completely -- Guenter Knauf
1399
14002006-08-13 16:09  oetiker
1401
1402	* confignt/config.h: working windows config.h
1403
14042006-08-13 16:07  oetiker
1405
1406	* src/rrd_tool.c: can't define new variables in the middle of the
1407	  code (unless everyone was using c99 which is not the case)
1408
14092006-08-13 15:21  oetiker
1410
1411	* src/rrd_graph.c: added special labeling for LONGTERM graphs --
1412	  Paul Boven p.boven sara.nl
1413
14142006-08-10 07:46  oetiker
1415
1416	* acinclude.m4: it seems some headers have nan predefined ... so
1417	  lets just use other variable names
1418
14192006-08-04 15:06  oetiker
1420
1421	* acinclude.m4: copy of the solaris isnan hack from configure.ac
1422
14232006-08-03 22:21  oetiker
1424
1425	* configure.ac: solaris 10 has isnan defined as a sun forte builtin
1426	  ... gcc can not deal with this this will replace isnan with an
1427	  fpclass expression hopefully working around the problem
1428
14292006-08-02 15:05  oetiker
1430
1431	* bindings/python/rrdtoolmodule.c: fixing python bindings ... Jarod
1432	  Wilson jwilson redhat.com
1433
14342006-08-01 13:08  oetiker
1435
1436	* doc/rrdxport.pod, src/rrd_tool.c, src/rrd_xport.c: unknownaszero
1437	  was not a good idea ... bye bye
1438
14392006-07-31 22:48  oetiker
1440
1441	* doc/rrdxport.pod, src/rrd_tool.c, src/rrd_xport.c: new options
1442	  --enumds and --unknwonaszero for xport
1443
14442006-07-14 12:11  oetiker
1445
1446	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
1447	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
1448	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
1449	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
1450	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
1451	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
1452	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
1453	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
1454	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
1455	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
1456	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
1457	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
1458	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
1459	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
1460	  src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h: prepare for
1461	  the release of rrdtool-1.2.15
1462
14632006-07-14 12:06  oetiker
1464
1465	* src/rrd_tool.c: we were leaking directory handles ...
1466
14672006-07-14 11:34  oetiker
1468
1469	* doc/rrdbuild.pod: remove an excess =over
1470
14712006-07-14 11:32  oetiker
1472
1473	* doc/rrdbuild.pod: added missing =over
1474
14752006-07-14 11:12  oetiker
1476
1477	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
1478	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
1479	  src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd.h,
1480	  src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
1481	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
1482	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
1483	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
1484	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
1485	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
1486	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
1487	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
1488	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
1489	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
1490	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
1491	  src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
1492	  src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
1493	  rrdtool-1.2.14
1494
14952006-07-14 09:47  oetiker
1496
1497	* src/rrd_graph.c: do not reset im->gdes[i].step blindly. We
1498	  initialize it to im->step at allocation time already ... the fix
1499	  in r291 was over the top. -- niels weaklogic.com
1500
15012006-07-14 08:56  oetiker
1502
1503	* doc/rrdtool.pod, src/rrd_tool.c: added pwd command for remote
1504	  server reset errno to zero before each loop -- Damien.Stuart
1505	  usi.net
1506
15072006-07-13 08:44  oetiker
1508
1509	* src/Makefile.NetWare, src/Makefile.Win32: fixed makefiles without
1510	  libcgi ... guenter knauf
1511
15122006-07-07 22:37  oetiker
1513
1514	* CONTRIBUTORS, bindings/python/rrdtoolmodule.c: added first
1515	  function to python bindings ... -- Ulf Lilleengen lulf pvv.ntnu.no
1516
15172006-07-05 22:00  oetiker
1518
1519	* src/Makefile.NetWare, src/Makefile.Win32: we have no cgilib
1520	  anymore ....
1521
15222006-07-04 21:04  oetiker
1523
1524	* src/rrd_restore.c: let rrdtool understand <?xml ...?> headers in
1525	  rrdtool restore input
1526
15272006-06-18 21:21  oetiker
1528
1529	* doc/rrdgraph_rpn.pod, src/rrd_rpncalc.c, src/rrd_rpncalc.h: Added
1530	  AVG function to CDEF language. Martin Sperl martin sperl.org
1531
15322006-06-15 22:16  oetiker
1533
1534	* doc/rrdbuild.pod: fixed libpng link
1535
15362006-06-15 07:44  oetiker
1537
1538	* doc/rrdbuild.pod: added hint for RHEL
1539
15402006-06-13 21:20  oetiker
1541
1542	* rrdtool.spec: added missing tcl files
1543
15442006-06-07 21:01  oetiker
1545
1546	* doc/cdeftutorial.pod: fix calc of fahrenheit ...
1547
15482006-06-06 13:25  oetiker
1549
1550	* doc/rrdbuild.pod: additional AIX hints from zoran.majcenic inet.hr
1551
15522006-06-06 08:16  oetiker
1553
1554	* rrdtool.spec: new, working rrdtool.spec file from Jarod Wilson
1555	  jwilson redhat.com
1556
15572006-05-27 05:44  oetiker
1558
1559	* bindings/python/rrdtoolmodule.c: python uses the name of the
1560	  module for loding, so this should better match up -- Duncan Webb
1561	  duncan dwebb ch
1562
15632006-05-25 15:13  oetiker
1564
1565	* doc/rrdbuild.pod: addeed AIX instructions
1566
15672006-05-23 06:52  oetiker
1568
1569	* src/rrd_graph.c: adjust label spacing to make sure labels don't
1570	  overlap for the default font.
1571
15722006-05-21 22:14  oetiker
1573
1574	* doc/rrdgraph_data.pod: add note about variable name picking as
1575	  suggested by alex
1576
15772006-05-21 22:07  oetiker
1578
1579	* src/Makefile.NetWare, src/Makefile.Win32: another Makefile update
1580	  from guenter
1581
15822006-05-21 22:06  oetiker
1583
1584	* src/Makefile.NetWare, src/Makefile.Win32: tiny updates to netware
1585	  and win32 makefiles -- Guenter Knauf
1586
15872006-05-21 21:53  oetiker
1588
1589	* doc/rrd-beginners.pod: fixed type hte->the
1590
15912006-05-21 21:47  oetiker
1592
1593	* src/rrd_graph.c: make vdef time part available in the data_calc
1594	  stage so that the legend printer can decide properly
1595
15962006-05-21 21:15  oetiker
1597
1598	* doc/rrdgraph_graph.pod, src/rrd_graph.c, src/rrd_graph.h,
1599	  src/rrd_graph_helper.c: new GPRINT option :strftime to print time
1600	  associated with a VDEF value
1601
16022006-05-21 20:20  oetiker
1603
1604	* configure.ac: make configure test which flags gcc actually accepts
1605	  ...
1606
16072006-05-21 13:08  oetiker
1608
1609	* doc/rrdgraph_graph.pod: don't deprecate HRULE anymore
1610
16112006-05-21 12:37  oetiker
1612
1613	* src/rrd_rpncalc.c: allow DS names starting with the same letters
1614	  as operators
1615
16162006-05-12 13:26  oetiker
1617
1618	* src/Makefile.am: we wan't to dist thread_save_nt too
1619
16202006-05-11 11:11  oetiker
1621
1622	* src/rrd_nan_inf.c: make DNAN and DINF faster by caching the result
1623	  of the first calculation -- pascal.gloor spale.com
1624
16252006-05-11 07:37  oetiker
1626
1627	* bindings/perl-shared/Makefile.PL: tell Makefile.PL how to store an
1628	  rpath under aix
1629
16302006-05-10 20:51  oetiker
1631
1632	* src/rrd_graph.c: improved scaling for --logarithmic mode ... --
1633	  beat.zahnd space.unibe.ch
1634
16352006-05-09 18:46  oetiker
1636
1637	* src/rrd_create.c: don't panic if the user forgets to specify the
1638	  name of the rrd file
1639
16402006-05-07 10:46  oetiker
1641
1642	* src/rrd_graph.c: make legend spacing more reliable. handle the
1643	  fact that some graph comands do not contribute to the legend --
1644	  tobi
1645
16462006-05-06 13:29  oetiker
1647
1648	* doc/Makefile.am: lets have index.html -- Peter Breitenlohner <peb
1649	  mppmu.mpg.de>
1650
16512006-05-06 13:28  oetiker
1652
1653	* src/rrd.h, src/rrd_dump.c: Avoid gcc warning (discards qualifier)
1654	  in tclrrd.c -- Peter Breitenlohner <peb mppmu.mpg.de>
1655
16562006-05-06 13:28  oetiker
1657
1658	* src/rrd_graph.c: Avoid gcc warning ("static not first") -- Peter
1659	  Breitenlohner <peb mppmu.mpg.de>
1660
16612006-05-06 13:24  oetiker
1662
1663	* configure.ac: Avoid gcc warnings about use of "long long" -- Peter
1664	  Breitenlohner <peb mppmu.mpg.de>
1665
16662006-05-06 13:21  oetiker
1667
1668	* bindings/tcl/Makefile.am: Use tclpkgdir instead of pkglibdir in
1669	  order to avoid automake warning -- Peter Breitenlohner <peb
1670	  mppmu.mpg.de>
1671
16722006-05-06 13:20  oetiker
1673
1674	* bindings/python/Makefile.am: The rrdtoolmodule.so should be
1675	  installed in pyexecdir instead of pythondir (they differ if
1676	  prefix!=exec_prefix) -- Peter Breitenlohner <peb mppmu.mpg.de>
1677
16782006-05-04 20:41  oetiker
1679
1680	* src/Makefile.am, src/rrd_error.c, src/rrd_restore.c,
1681	  src/rrd_rpncalc.c: fix for debian bug 359071 ... reporting the
1682	  long cdef in the error message was too much ... plus some other
1683	  small cleanups in this context
1684
16852006-05-04 13:26  oetiker
1686
1687	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
1688	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
1689	  src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd.h,
1690	  src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
1691	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
1692	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
1693	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
1694	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
1695	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
1696	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
1697	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
1698	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
1699	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
1700	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
1701	  src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
1702	  src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
1703	  rrdtool-1.2.13
1704
17052006-05-04 13:24  oetiker
1706
1707	* PROJECTS, README, acinclude.m4, configure.ac, doc/rrdbuild.pod,
1708	  doc/rrdcgi.pod, doc/rrdcreate.pod, doc/rrddump.pod,
1709	  doc/rrdfetch.pod, doc/rrdgraph-old.pod, doc/rrdgraph.pod,
1710	  doc/rrdgraph_data.pod, doc/rrdgraph_examples.pod,
1711	  doc/rrdgraph_graph.pod, doc/rrdgraph_rpn.pod, doc/rrdinfo.pod,
1712	  doc/rrdrestore.pod, doc/rrdtool.pod, doc/rrdtune.pod,
1713	  doc/rrdtutorial.pod, doc/rrdupdate.pod, doc/rrdxport.pod: fix my
1714	  mail address
1715
17162006-05-04 13:12  oetiker
1717
1718	* src/rrd_create.c, src/rrd_open.c, src/rrd_restore.c: fewer double
1719	  frees ... -- slamb slamb.org
1720
17212006-05-04 13:02  oetiker
1722
1723	* src/rrd_restore.c: * fixed argument parsing for long options * no
1724	  more doublefree on abort * enable restore of xml dumps created
1725	  with rrdtool 1.0.x
1726
17272006-05-04 12:11  oetiker
1728
1729	* src/rrd_fetch.c: if end % step == 0 we should still fetch a full
1730	  step ... no need for special handling
1731
17322006-05-04 07:48  oetiker
1733
1734	* src/rrd_update.c: updated handling of subsecond resolution in
1735	  connection with unknown data ... bugreport #38 pointed out that
1736	  the old handling where the seconds were rounded could lead to
1737	  cases where the data stored was higher than the data input ... now
1738	  I always floor the unknown seconds and this will lead to the same
1739	  or lower data but not higher ... -- tobi
1740
17412006-05-02 20:52  oetiker
1742
1743	* src/rrd_graph.c: variables should be defined at the bein of the
1744	  block ... else we loose portability!
1745
17462006-04-29 08:57  oetiker
1747
1748	* doc/rrdbuild.pod: fixed spelling
1749
17502006-04-27 06:37  oetiker
1751
1752	* CONTRIBUTORS, doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h:
1753	  new units=si option -- wim.heirmann elis.urgent.be
1754
17552006-04-25 21:00  oetiker
1756
1757	* src/rrd_gfx.c: compile without multibyte support
1758
17592006-04-25 20:59  oetiker
1760
1761	* src/Makefile.am: lets have proper dependencies
1762
17632006-04-24 15:14  oetiker
1764
1765	* src/rrd_graph.c: make sure things are initialised ...
1766
17672006-04-18 05:29  oetiker
1768
1769	* rrdtool.spec: shared should be share !
1770
17712006-04-17 20:25  oetiker
1772
1773	* src/rrd_graph.c: Add a second label to the Y axis if there is only
1774	  going to be one -- Jason A. Smith smithj4 X bnl.gov
1775
17762006-04-14 10:17  oetiker
1777
1778	* acinclude.m4, doc/rrdbuild.pod: no more people links!
1779
17802006-04-14 09:22  oetiker
1781
1782	* bindings/python/setup.py, debian/copyright, rrdtool.spec: remove
1783	  people references
1784
17852006-04-07 14:37  oetiker
1786
1787	* doc/rrdbuild.pod: add solaris hint to bild procedure
1788
17892006-04-04 18:46  oetiker
1790
1791	* CONTRIBUTORS, src/rrd_tool.c: allow for input lines of arbitrary
1792	  length in rrdtool pipe mode -- roger.meier terreactive.ch
1793
17942006-04-01 15:36  oetiker
1795
1796	* CONTRIBUTORS, doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h,
1797	  src/rrd_tool.c: watermartk feature for rrdgraph by Ronan Mullally
1798
17992006-03-26 14:36  oetiker
1800
1801	* src/rrd_rpncalc.c: vnames can be up to MAX_VNAME_LEN long ... not
1802	  only 30 chars ... -- Ulf Harnhammar metaur telia.com
1803
18042006-03-26 14:29  oetiker
1805
1806	* src/rrd_graph.c: potential bufferoverflow throught large windir
1807	  avoided
1808
18092006-03-14 14:59  oetiker
1810
1811	* NEWS: added note on the fact that no OK will be printed in rrdtool
1812	  pipe mode if an error occures.
1813
18142006-03-14 07:11  oetiker
1815
1816	* doc/rrdtool.pod: RRDtool in remote mode will either print an ERROR
1817	  line or an OK line not both.
1818
18192006-03-13 23:21  oetiker
1820
1821	* src/rrd_tool.c: in pipe mode, make rrd_tool send errors to STDOUT
1822	  (most of the time) -- tobi
1823
18242006-03-06 07:15  oetiker
1825
1826	* src/rrd_graph.c: at least freebsd will not do utf8 bits properly
1827	  without this
1828
18292006-03-03 23:11  oetiker
1830
1831	* doc/rrdgraph_graph.pod, src/rrd_graph.c, src/rrd_graph_helper.c: *
1832	  simplify code for STACK function ... there were two code paths
1833	  (new as well as legacy from 1.0.x) * make TICK work for negative
1834	  fractions
1835
18362006-03-03 23:10  oetiker
1837
1838	* configure.ac: remove ~ from my wishlist address ...
1839
18402006-03-03 23:10  oetiker
1841
1842	* src/rrd_gfx.c: make this compile even when HAVE_MBSTOWCS is not
1843	  set
1844
18452006-02-23 07:26  oetiker
1846
1847	* src/rrd_fetch.c: separate matching of full and partial match
1848	  evaluation for better result stability. The fetch result was
1849	  dependent on the RRA ordering before. -- Jo Rhett jrhett
1850	  svcolo.com
1851
18522006-02-20 06:20  oetiker
1853
1854	* doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod: YYYYMMDDhhmm is
1855	  not supported ... only YYYYMMDD
1856
18572006-02-08 11:35  oetiker
1858
1859	* doc/rrdcgi.pod, src/rrd_cgi.c: OS and COPYRIGHT removed from the
1860	  rrdcgi INTERNAL function since we do not have this info
1861
18622006-02-06 19:49  oetiker
1863
1864	* doc/rrdcgi.pod, src/rrd_cgi.c: new rrdcgi function RRD::INTERNAL
1865	  for accessing VERSION, COPYRIGHT, COMPILETIME, OS -- Guenter Knauf
1866	  gk gknw.de
1867
18682006-02-06 19:46  oetiker
1869
1870	* COPYRIGHT, rrdtool-1.2-release, src/rrd_tool.c: we have 2006 now
1871	  so let's show it
1872
18732006-01-29 23:28  oetiker
1874
1875	* src/Makefile.NetWare, src/Makefile.Win32: more makefile cleanup
1876	  from Guenter Knauf gk gknw.de
1877
18782006-01-25 19:09  oetiker
1879
1880	* bindings/perl-piped/RRDp.pm: allow RRDp to catch errors
1881
18822006-01-22 12:02  oetiker
1883
1884	* doc/rrdcreate.pod: clarified the documentation of xff -- Michael
1885	  Bunk mb computer-leipzig.com
1886
18872006-01-22 11:00  oetiker
1888
1889	* doc/rrdgraph_rpn.pod: the operator in the example is * not + --
1890	  Nick Sharp njsharp bigpond.net.au
1891
18922006-01-15 13:31  oetiker
1893
1894	* bindings/perl-shared/RRDs.xs: make sure we pickup the correct
1895	  config.h ... -- Blair Zajac blair orcaware.com
1896
18972006-01-15 12:31  oetiker
1898
1899	* src/rrd_tool.c: make sure the image size only gets printed from
1900	  rrd_tool when --imageinfo is NOT set.
1901
19022006-01-15 12:25  oetiker
1903
1904	* src/rrd_graph.c: make sure gcc does not thing gridind may be
1905	  undefined
1906
19072006-01-15 11:12  oetiker
1908
1909	* doc/rrdcreate.pod: HWPREDICT without reference number will
1910	  implicitly create the other Holt-Winters RRAs.
1911
19122006-01-15 09:03  oetiker
1913
1914	* src/Makefile.NetWare, src/Makefile.Win32, src/rrd_tool.h: updated
1915	  NetWare and Cygwin Builds
1916
19172006-01-15 08:55  oetiker
1918
1919	* src/rrd_graph.c: make sure gridind is defined under all conditions
1920
19212006-01-14 09:10  oetiker
1922
1923	* CONTRIBUTORS, bindings/perl-shared/RRDs.pm, bindings/tcl/tclrrd.c,
1924	  doc/rrddump.pod, src/rrd.h, src/rrd_dump.c: add perlbindings and
1925	  optional export filename to rrd_dump -- Nicola Worthington nicolaw
1926	  arwen.tfb.net
1927
19282006-01-05 20:39  oetiker
1929
1930	* bindings/Makefile.am, bindings/perl-shared/Makefile.PL: let the
1931	  building of the perl extension be more reliable ...
1932
19332006-01-05 20:07  oetiker
1934
1935	* src/rrd_gfx.c: remove redundant if statement in rrd_gfx pdf code
1936	  ... -- NormW
1937
19382006-01-04 22:07  oetiker
1939
1940	* src/Makefile.NetWare, src/Makefile.Win32, src/get_ver.awk,
1941	  src/rrd_tool.h: Compile time improvments for NetWare and Win32 --
1942	  Guenter Knauf gk.gknw.de
1943
19442006-01-04 20:12  oetiker
1945
1946	* src/rrd_gfx.c: make sure this actually compiles with HAVE_MBSTOWCS
1947	  is not defined
1948
19492005-12-30 14:36  oetiker
1950
1951	* src/rrd_tool.c: only use getuid if it is actually available ...
1952
19532005-12-26 16:01  oetiker
1954
1955	* doc/rrdcreate.pod: added heartbeat grahics
1956
19572005-12-19 12:28  oetiker
1958
1959	* bindings/tcl/Makefile.am, bindings/tcl/tclrrd.c, configure.ac: fix
1960	  tcl issues ... build with pre tcl8.4 ... do not try to install
1961	  into the tcl tree unless --enable-tcl-site is given -- tobi
1962
19632005-12-18 20:30  oetiker
1964
1965	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
1966	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
1967	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
1968	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
1969	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
1970	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
1971	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
1972	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
1973	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
1974	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
1975	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
1976	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
1977	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
1978	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
1979	  src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h: prepare for
1980	  the release of rrdtool-1.2.12
1981
19822005-12-18 20:29  oetiker
1983
1984	* COPYRIGHT: added FLOSS exception from
1985	  http://www.mysql.com/company/legal/licensing/foss-exception.html
1986	  in order to not end up in license incompatibility hell -- tobi
1987
19882005-11-30 09:19  oetiker
1989
1990	* src/rrd_graph_helper.c: if called with --lazy we still want to
1991	  PRINT ... -- Bartek Szady bszx from bszx.eu.org
1992
19932005-11-28 21:59  oetiker
1994
1995	* src/rrd_update.c: we should still consider the mrhb ...
1996
19972005-11-20 10:16  oetiker
1998
1999	* src/Makefile.Win32: improve win32 compilation -- Norm
2000
20012005-11-18 20:38  oetiker
2002
2003	* src/get_ver.awk: deal with versions ending in letters
2004
20052005-11-16 13:14  oetiker
2006
2007	* configure.ac: have indivitudal lines for generating output files,
2008	  so that cygwin does not choke
2009
20102005-11-14 23:07  oetiker
2011
2012	* configure.ac: make mmap test a little saver
2013
20142005-11-14 11:46  oetiker
2015
2016	* configure.ac: cygwin can actually do mmap ... -- larryjadams with
2017	  comcast.net
2018
20192005-11-14 07:32  oetiker
2020
2021	* src/rrd_update.c: guess the option should still be called template
2022	  :-)
2023
20242005-11-13 18:32  oetiker
2025
2026	* acinclude.m4, configure.ac: improve screen apperance of configure
2027	  output as suggested by Dale -- tobi
2028
20292005-11-13 18:31  oetiker
2030
2031	* bindings/python/Makefile.am: don't use clean: target ... automake
2032	  wants this to be clean-local:
2033
20342005-11-12 23:36  oetiker
2035
2036	* src/rrd_gfx.c: add xmlns declaration to svg output -- R.P. Aditya
2037	  <aditya with grot.org>
2038
20392005-11-12 23:30  oetiker
2040
2041	* bindings/Makefile.am: clean target was broken
2042
20432005-11-12 23:10  oetiker
2044
2045	* configure.ac, doc/rrdbuild.pod, src/Makefile.am, src/rrd_cgi.c: *
2046	  integrate necessary cgi functionality into rrd_cgi.c so that
2047	  libcgi is not required anymore ... -- D. Walsh <buildsmart at
2048	  daleenterprise.com> * check if we have to include malloc/malloc.h
2049	  to make malloc work ... -- tobi
2050
20512005-11-07 19:12  oetiker
2052
2053	* src/rrd_update.c: the variable template has to generic a name, it
2054	  clashes with other things in some environments.
2055
20562005-10-28 05:55  oetiker
2057
2058	* doc/rrdbuild.pod: added openbsd note
2059
20602005-10-24 20:55  oetiker
2061
2062	* bindings/tcl/Makefile.am, bindings/tcl/tclrrd.c: use multithreded
2063	  version of librrd -- Oleg Derevenetz <oleg with vsi.ru>
2064
20652005-10-11 17:09  oetiker
2066
2067	* src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c,
2068	  src/rrd_rpncalc.c, src/rrd_rpncalc.h: improved error messages for
2069	  rrd_graph commandline parsing -- Alex
2070
20712005-10-11 16:51  oetiker
2072
2073	* examples/minmax.pl.in: fix file generation
2074
20752005-10-11 16:41  oetiker
2076
2077	* examples/4charts.pl.in, examples/bigtops.pl.in,
2078	  examples/minmax.pl.in, examples/shared-demo.pl.in,
2079	  examples/stripes.pl.in: die on error! -- Alex
2080
20812005-10-11 16:37  oetiker
2082
2083	* examples/4charts.pl.in, examples/bigtops.pl.in,
2084	  examples/minmax.pl.in: the images should be written to the current
2085	  directory ... -- Alex
2086
20872005-10-11 16:32  oetiker
2088
2089	* configure.ac: do not complain about strict aliasing issues -- Alex
2090
20912005-10-08 21:58  oetiker
2092
2093	* bindings/tcl/tclrrd.c: allow rrd::graph to write directly to a tcl
2094	  stream ... by Dave Bodenstab <dave with bodenstab.org>
2095
20962005-10-07 07:48  oetiker
2097
2098	* CONTRIBUTORS, bindings/tcl/Makefile.am, bindings/tcl/tclrrd.c,
2099	  configure.ac: updates for tcl bindings by -- Dave Bodenstab <dave
2100	  on bodenstab.org>
2101
21022005-10-07 07:48  oetiker
2103
2104	* Makefile.am, favicon.ico: included favicon in distro
2105
21062005-09-26 20:33  oetiker
2107
2108	* src/rrd_gfx.c: plugged two memmory leaks happening when a
2109	  requested font is not found.
2110
21112005-09-23 23:06  oetiker
2112
2113	* src/rrd_graph.c: hmpf its the gdef step we are talking about not
2114	  the image step !
2115
21162005-09-22 20:18  oetiker
2117
2118	* src/rrd_graph.c, src/rrd_graph.h, src/rrd_graph_helper.c: do not
2119	  'reload' data if you already have it!
2120
21212005-09-22 20:17  oetiker
2122
2123	* src/rrd_restore.c: the -r option should not expect an argument
2124
21252005-09-19 07:42  oetiker
2126
2127	* src/rrd_restore.c: do not free stuff that gets freed later anyway
2128
21292005-09-18 18:28  oetiker
2130
2131	* src/Makefile.NetWare: Netware Build Updates --- Guenter Knauf <gk
2132	  with gknw.de>
2133
21342005-09-18 16:59  oetiker
2135
2136	* src/rrd_fetch.c: allocate memory for one more row ... fetch can
2137	  not return 0 reows ...
2138
21392005-09-18 15:39  oetiker
2140
2141	* src/rrd_graph.c: comparing floating point numbers is dangerouse
2142	  ... don't do this directly!
2143
21442005-09-01 21:23  oetiker
2145
2146	* src/rrd_tool.c: since we use firstdir even without CHROOT it
2147	  should better be defined in any case -- Guenter Knauf
2148
21492005-08-30 05:52  oetiker
2150
2151	* src/rrd_graph.c, src/rrd_graph.h: When selecting the x-axis label
2152	  take the length of the time shown in the graph into consideration
2153	  just showing %H:%M in a two day presentation is a problem ... --
2154	  LAUKENS Niels <Niels.LAUKENS .. VRT.BE>
2155
21562005-08-28 07:33  oetiker
2157
2158	* doc/rrdbuild.pod: fixed location of example scripts
2159
21602005-08-27 21:29  oetiker
2161
2162	* src/rrd_update.c: resolve subsecond resolution logging and
2163	  handling of unknown values by starting off with an unknown value
2164	  when building a pdp instead of starting out with 0 and then
2165	  turning it into unknown later on if the number of uknown seconds
2166	  is equal or larger than the interval ...
2167
21682005-08-27 20:55  oetiker
2169
2170	* examples/piped-demo.pl.in: the rrdtool binary one more level up
2171	  the path ...
2172
21732005-08-27 20:52  oetiker
2174
2175	* examples/piped-demo.pl.in: update for new prefix setting
2176
21772005-08-25 20:43  oetiker
2178
2179	* src/rrd_resize.c: when resize converts a v1 rrd to v3 it should
2180	  also change the version number in the head ...
2181
21822005-08-23 21:18  oetiker
2183
2184	* Makefile.am, src/Makefile.NetWare, src/Makefile.Win32,
2185	  src/Makefile.am, src/get_ver.awk, src/rrd_afm.c, src/rrd_dump.c,
2186	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c, src/rrdtool.dsp,
2187	  src/rrdtool.vcproj: fixes for compiling rrdtool with win32 mingw
2188	  and netware -- Guenter Knauf <gk with gknw.de>
2189
21902005-08-16 05:30  oetiker
2191
2192	* doc/rrdgraph_data.pod, doc/rrdgraph_examples.pod,
2193	  doc/rrdgraph_rpn.pod: added notes about VDEF expressions not being
2194	  general purpose
2195
21962005-08-11 19:18  oetiker
2197
2198	* src/rrd_tool.c: only bomb is there is no chroot and someone tries
2199	  to use it.
2200
22012005-08-04 05:08  oetiker
2202
2203	* doc/rrdgraph_rpn.pod, src/rrd_graph.c, src/rrd_graph.h: New VDEF
2204	  functions for least squares slope, intercept & correlation for
2205	  simple forecasting -- Trent Burkard <tburkard with tangentis.com>
2206
22072005-08-04 04:59  oetiker
2208
2209	* src/rrd_update.c: fix rounding issues that prevented UNKNOWN to
2210	  work as soon as subsecond resolution was used
2211
22122005-08-04 04:58  oetiker
2213
2214	* src/rrd_graph.c: avoid drawing lines where two points are in the
2215	  same spot. this mai be confusing libart
2216
22172005-08-02 15:54  oetiker
2218
2219	* bindings/Makefile.am: make sure clean works even when the perl
2220	  Makefile is broken
2221
22222005-07-26 09:13  oetiker
2223
2224	* src/rrd_graph.c: initialize font to empty string for deault font
2225	  case.
2226
22272005-07-25 14:12  oetiker
2228
2229	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2230	  doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c, src/gifsize.c,
2231	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
2232	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
2233	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
2234	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
2235	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
2236	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
2237	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
2238	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
2239	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
2240	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
2241	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
2242	  src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
2243	  src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
2244	  rrdtool-1.2.11
2245
22462005-07-25 14:07  oetiker
2247
2248	* configure.ac, src/Makefile.am: prepared for release
2249
22502005-07-22 13:16  oetiker
2251
2252	* src/rrd_tool.c: do not quit so easily when runing in interactive
2253	  mode
2254
22552005-07-22 13:16  oetiker
2256
2257	* src/rrd_graph.c: init ytr after all the changes have happened
2258
22592005-07-22 13:10  oetiker
2260
2261	* src/rrd_graph.c: make --no-gridfit with --only-graph work
2262
22632005-07-21 22:23  oetiker
2264
2265	* src/rrd_graph.c: when stacking known on unknown, then we asume
2266	  unknown was zero ...
2267
22682005-07-20 07:20  oetiker
2269
2270	* configure.ac: make sure gcc-4.0 does not optimize our tests away
2271	  :-)
2272
22732005-07-19 10:00  oetiker
2274
2275	* src/rrd_graph.c: fixed some corner cases in drawing code to get
2276	  the same results as before with way more performance
2277
22782005-07-11 22:49  oetiker
2279
2280	* src/rrd_graph.c: optimized drawing routines ... up to 6 times
2281	  faster (in the case of smokeping)
2282
22832005-07-07 10:27  oetiker
2284
2285	* doc/rrdgraph.pod: colors start with # not :
2286
22872005-07-04 18:49  oetiker
2288
2289	* src/rrd_graph.c: make setting just the size and not the font work
2290	  -- Havard Eidnes <he from uninett.no>
2291
22922005-06-28 21:03  oetiker
2293
2294	* bindings/Makefile.am, bindings/python/Makefile.am,
2295	  bindings/tcl/Makefile.am, configure.ac, doc/Makefile.am,
2296	  examples/Makefile.am: * the makefiles should not depend on gnumake
2297	  features * make the perl module compilation environement
2298	  configurable -- Stan Sinyagin ssinyagin on yahoo.com
2299
23002005-06-25 05:24  oetiker
2301
2302	* doc/rrdbuild.pod: added GNUMAKE and EGREP hints
2303
23042005-06-20 09:15  oetiker
2305
2306	* src/rrd_graph.c: x-axis labels should be aligned to their baseline
2307	  alt-y-grid labels without fractionals should have no fractionals
2308	  when printed
2309
23102005-06-17 09:05  oetiker
2311
2312	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2313	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
2314	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
2315	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
2316	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2317	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2318	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2319	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
2320	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
2321	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
2322	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2323	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2324	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
2325	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2326	  src/rrd_version.c, src/rrd_xport.c, src/rrd_xport.h: prepare for
2327	  the release of rrdtool-1.2.10
2328
23292005-06-16 22:09  oetiker
2330
2331	* src/rrd_graph.c: when building the sgridstep in alt-y-grid mode,
2332	  take the --base into consideration.
2333
23342005-06-13 21:56  oetiker
2335
2336	* src/rrd_graph.c: simplify code for generating y axis labels a bit.
2337
23382005-06-13 13:20  oetiker
2339
2340	* src/rrd_gfx.c: wide chars should better be unsigned
2341
23422005-06-13 12:56  oetiker
2343
2344	* src/rrd_gfx.c: fall back to assuming latin1 encoding if mbtowchar
2345	  conversion fails
2346
23472005-06-13 05:43  oetiker
2348
2349	* doc/rrdgraph_data.pod, src/rrd_graph_helper.c: allow for VNAMES
2350	  starting with a number and add documentation -- Alex
2351
23522005-06-13 05:43  oetiker
2353
2354	* doc/rrdgraph.pod: add notes about small numbers for --alt-y-grid
2355
23562005-06-12 20:01  oetiker
2357
2358	* src/rrd_update.c: kill the last stored counter value if the
2359	  updates comes after mrhb to make sure it does not get taken into
2360	  account accedenly later on.
2361
23622005-06-12 20:00  oetiker
2363
2364	* src/rrd_graph.c: make --alt-y-grid work properly in many more
2365	  cases than before
2366
23672005-06-11 19:03  oetiker
2368
2369	* src/rrd_open.c: be more careful when checking if a file is an
2370	  rrdfile
2371
23722005-06-11 06:17  oetiker
2373
2374	* doc/Makefile.am: distribute all generated documentation install in
2375	  share and not shared drop index.html link
2376
23772005-06-11 06:14  oetiker
2378
2379	* examples/Makefile.am: install examples in an rrdtool specific
2380	  subdirectory if the prefix does not contain rrd -- Peter
2381	  Breitenlohner
2382
23832005-06-11 05:41  oetiker
2384
2385	* bindings/Makefile.am, bindings/perl-piped/t/base.t: avoid problems
2386	  when building with VPATH set and --disable-perl fix make test for
2387	  perl-piped -- Peter Breitenlohner
2388
23892005-06-11 05:40  oetiker
2390
2391	* bindings/python/Makefile.am, doc/Makefile.am: let 'out-of tree'
2392	  builds work for everythin but the perl module -- Peter
2393	  Breitenlohner
2394
23952005-06-11 05:37  oetiker
2396
2397	* src/rrd_gfx.c: defined DPRINTF in a more compatible way -- Peter
2398	  Breitenlohner
2399
24002005-06-11 05:31  oetiker
2401
2402	* acinclude.m4, configure.ac, src/Makefile.am: link libcgi only
2403	  against rrd_cgi since it is only needed there -- Peter
2404	  Breitenlohner
2405
24062005-06-11 05:29  oetiker
2407
2408	* acinclude.m4, configure.ac: Make sure librrd_th properly depends
2409	  on libpthread. -- Peter Breitenlohner
2410
24112005-06-11 05:27  oetiker
2412
2413	* src/rrd_create.c: avoid gcc (3.4.3) warnings char format,
2414	  different type arg -- Peter Breitenlohner
2415
24162005-06-11 05:26  oetiker
2417
2418	* bindings/tcl/Makefile.am, bindings/tcl/ifOctets.tcl,
2419	  bindings/tcl/ifOctets.tcl.in, bindings/tcl/tclrrd.c, configure.ac:
2420	  fix various problems with the tcl bindings -- Peter Breitenlohner
2421
24222005-06-11 05:22  oetiker
2423
2424	* CONTRIBUTORS: added peter breitenlohner
2425
24262005-06-11 05:20  oetiker
2427
2428	* src/rrd_cgi.c: remove various gcc (3.4.3) warnings such as
2429	  discards qualifier all due to 'char **' vs. 'const char **'
2430	  discrepancies. -- Peter Breitenlohner peb with mppmu.mpg.de
2431
24322005-06-11 05:15  oetiker
2433
2434	* src/rrd_first.c: re-innitializing sort of defeats the purpose
2435
24362005-06-11 05:03  oetiker
2437
2438	* src/rrd_open.c: be more carefull in checking for sucessful open
2439
24402005-06-10 19:25  oetiker
2441
2442	* doc/rrdgraph_data.pod: vnames MUST start with a letter
2443
24442005-06-10 19:24  oetiker
2445
2446	* src/rrd_gfx.c: kill another warning
2447
24482005-06-10 18:44  oetiker
2449
2450	* doc/rrdgraph.pod, src/rrd_graph.c: make --font more flexible: *
2451	  TITLE:30: just alter the size of the title *
2452	  DEFAULT:0:/tmp/funfont.ttf alter the font but not the size
2453
24542005-06-10 08:42  oetiker
2455
2456	* doc/rrdbuild.pod: added missing cd and replace one path with a
2457	  variable
2458
24592005-06-07 22:10  oetiker
2460
2461	* src/rrd_afm.c, src/rrd_afm.h, src/rrd_gfx.c: make pdf/eps/svg
2462	  formats utf8 aware too -- Peter Speck
2463
24642005-06-06 05:32  oetiker
2465
2466	* rrdtool.spec: sync up with Dag Wieers version from
2467	  http://dag.wieers.com/packages/rrdtool/rrdtool.spec
2468
24692005-06-05 22:23  oetiker
2470
2471	* doc/rrdgraph_rpn.pod, src/rrd_rpncalc.c, src/rrd_rpncalc.h: New
2472	  functions for CDEF ATAN2 RAD2DEG and DEG2RAD -- Simon Melhuish
2473	  <simon mailing from melhuish.info>
2474
24752005-05-31 06:22  oetiker
2476
2477	* doc/rrd-beginners.pod: fixed epoch
2478
24792005-05-28 13:01  oetiker
2480
2481	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2482	  configure.ac, doc/rrdbuild.pod, rrdtool-1.2-release, rrdtool.spec,
2483	  src/Makefile.am, src/gdpng.c, src/gifsize.c, src/pngsize.c,
2484	  src/rrd.h, src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
2485	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
2486	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
2487	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
2488	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
2489	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
2490	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
2491	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
2492	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
2493	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
2494	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
2495	  src/rrd_tune.c, src/rrd_update.c, src/rrd_version.c,
2496	  src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
2497	  rrdtool-1.2.9
2498
24992005-05-28 12:53  oetiker
2500
2501	* doc/rrdbuild.pod: add notes on building on Mac OS X
2502
25032005-05-28 12:52  oetiker
2504
2505	* src/rrd_gfx.c, src/rrd_update.c: kill a few warnings
2506
25072005-05-28 12:52  oetiker
2508
2509	* bindings/perl-shared/Makefile.PL: make the bindings work on os x
2510
25112005-05-27 19:17  oetiker
2512
2513	* doc/rrdgraph_data.pod: add note on variable names
2514
25152005-05-27 19:12  oetiker
2516
2517	* src/rrd_graph_helper.c: remove one more warning
2518
25192005-05-27 19:12  oetiker
2520
2521	* src/rrd_graph.h: there is realy no reason to have the vnames
2522	  constraind so much
2523
25242005-05-27 19:01  oetiker
2525
2526	* src/rrd_gfx.c: only print ttf font errors when compiled with
2527	  -DDEBUG
2528
25292005-05-22 22:29  oetiker
2530
2531	* src/rrd_gfx.c: don't go into an endless loop upon finding a bad
2532	  character in a truetype font
2533
25342005-05-20 06:20  oetiker
2535
2536	* doc/rrdbuild.pod: go into rrdbuild too if we use tcsh
2537
25382005-05-20 05:48  oetiker
2539
2540	* rrdtool-1.2-release: initial checking
2541
25422005-05-20 05:46  oetiker
2543
2544	* doc/bin_dec_hex.pod, doc/cdeftutorial.pod, doc/rpntutorial.pod,
2545	  doc/rrd-beginners.pod, doc/rrdbuild.pod, doc/rrdcgi.pod,
2546	  doc/rrdcreate.pod, doc/rrddump.pod, doc/rrdfetch.pod,
2547	  doc/rrdfirst.pod, doc/rrdgraph-old.pod, doc/rrdgraph.pod,
2548	  doc/rrdgraph_data.pod, doc/rrdgraph_graph.pod,
2549	  doc/rrdgraph_rpn.pod, doc/rrdpython.pod, doc/rrdresize.pod,
2550	  doc/rrdthreads.pod, doc/rrdtool.pod, doc/rrdtune.pod,
2551	  doc/rrdtutorial.es.pod, doc/rrdtutorial.pod, doc/rrdupdate.pod,
2552	  doc/rrdxport.pod: remove extra whitespace at the end of lines
2553
25542005-05-20 05:43  oetiker
2555
2556	* doc/rrdbuild.pod: introduce builddir
2557
25582005-05-20 05:14  oetiker
2559
2560	* configure.ac: iconf is not needed so to not check for it
2561
25622005-05-19 23:21  oetiker
2563
2564	* src/Makefile.am, src/rrd_tool.c: added propper numeric version
2565	  number to version
2566
25672005-05-19 23:21  oetiker
2568
2569	* configure.ac, src/rrd_gfx.c: add multibyte to wide char conversion
2570	  ability. Now every string users input should should be handled
2571	  propperly by rrdtool, whatever your locale says will work.
2572
25732005-05-19 23:19  oetiker
2574
2575	* src/rrd_create.c: windows at least stores null terminated char
2576	  strings in dummychar1 -- Philippe
2577
25782005-05-18 20:20  oetiker
2579
2580	* bindings/tcl/Makefile.am, bindings/tcl/tclrrd.c: make tcl compile
2581	  again ... don't know if it will work though
2582
25832005-05-18 19:43  oetiker
2584
2585	* src/rrd.h: fix rrd_version prototype
2586
25872005-05-18 19:41  oetiker
2588
2589	* configure.ac, src/Makefile.am, src/rrd.h, src/rrd_gfx.c,
2590	  src/rrd_is_thread_safe.h, src/rrd_tool.c, src/rrd_update.c,
2591	  src/rrd_version.c: cleaned up version number code and added new
2592	  function rrd_version -- partly by Burton Strauss
2593
25942005-05-18 19:18  oetiker
2595
2596	* bindings/perl-shared/Makefile.PL: help building perl on hpux
2597
25982005-05-16 20:56  oetiker
2599
2600	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2601	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
2602	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
2603	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
2604	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2605	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2606	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2607	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
2608	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
2609	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
2610	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2611	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2612	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
2613	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2614	  src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
2615	  rrdtool-1.2.8
2616
26172005-05-16 20:55  oetiker
2618
2619	* bindings/Makefile.am, bindings/python/Makefile.am,
2620	  bindings/tcl/Makefile.am, configure.ac: redo --disable-* options
2621	  for python and tcl add some more quotes to protect potentially
2622	  empty variables in tests which should make configure more robust.
2623
26242005-05-16 20:04  oetiker
2625
2626	* bindings/Makefile.am, configure.ac: if python stuff does not work,
2627	  do not die, just do not compile python
2628
26292005-05-16 20:02  oetiker
2630
2631	* configure.ac: fix extra argument when testing for PERLCC problem
2632	  -- Simon Leinen
2633
26342005-05-16 12:18  oetiker
2635
2636	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2637	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
2638	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
2639	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
2640	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2641	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2642	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2643	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
2644	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
2645	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
2646	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2647	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2648	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
2649	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2650	  src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
2651	  rrdtool-1.2.7
2652
26532005-05-16 12:14  oetiker
2654
2655	* NEWS: added note about --alt-y-mrtg
2656
26572005-05-16 10:12  oetiker
2658
2659	* src/rrd_graph.c, src/rrd_graph_helper.c: fix the color square
2660	  spacing so that it works regardles of the fontsize and with
2661	  transparend backgrounds.
2662
26632005-05-16 09:01  oetiker
2664
2665	* src/rrd_graph.c: added alt-y-mrtg option as a dummy so that old
2666	  apps who use it do not crash when doing so.
2667
26682005-05-16 06:33  oetiker
2669
2670	* doc/rrdgraph.pod, src/rrd_graph.c, src/rrd_graph.h: reintroduced
2671	  the FRAME color ... somehow it was lost from 1.0.x
2672
26732005-05-15 14:16  oetiker
2674
2675	* src/rrd_graph.c: make transparent backgrounds work propperly
2676
26772005-05-14 21:57  oetiker
2678
2679	* src/getopt.c, src/rrd_afm.c, src/rrd_cgi.c, src/rrd_graph.c,
2680	  src/rrd_nan_inf.c, src/rrd_restore.c, src/rrd_rpncalc.c,
2681	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c, src/rrd_xport.c:
2682	  it seems that _WIN32 is more commonly defined thatn WIN32 on win32
2683	  ... (gifford.hesketh on gmail.com)
2684
26852005-05-14 17:32  oetiker
2686
2687	* src/rrd_restore.c: added a note to dump old rrd files with a
2688	  current rrdtool dump to get the upgraded on the fly. Adding 001
2689	  support should not be all that tough though. Any takers ?
2690
26912005-05-14 15:07  oetiker
2692
2693	* src/rrd_open.c: check cookie read for success
2694
26952005-05-14 09:35  oetiker
2696
2697	* src/rrd_graph.c: if the y value is out of bounds, make it just a
2698	  wee bit larger or smaller than the bound so that the code can
2699	  detect this by comparing it with the bound, but make it so small
2700	  that it is not visible.
2701
27022005-05-12 22:27  oetiker
2703
2704	* acinclude.m4: one sed is quite enough
2705
27062005-05-12 22:22  oetiker
2707
2708	* acinclude.m4: [ must be quoted by [ ...
2709
27102005-05-12 22:12  oetiker
2711
2712	* acinclude.m4: add global option
2713
27142005-05-12 22:06  oetiker
2715
2716	* acinclude.m4: fox sed line for unsetting header cache
2717
27182005-05-12 22:03  oetiker
2719
2720	* acinclude.m4, configure.ac: make sure the header gets tested twice
2721
27222005-05-12 22:03  oetiker
2723
2724	* doc/rrdpython.pod: add notes on python error, and install location
2725
27262005-05-12 11:32  oetiker
2727
2728	* src/rrd_graph.c: allow 3/4 component color rrdtool graph --color
2729	  too -- Alex
2730
27312005-05-12 11:28  oetiker
2732
2733	* src/rrd_graph.c: make the areas a little bigger still for propper
2734	  overlapping
2735
27362005-05-12 11:22  oetiker
2737
2738	* src/rrd_create.c: make parsing of DS arguments more robust and
2739	  give more sensible error messages. -- Alex
2740
27412005-05-12 08:38  oetiker
2742
2743	* src/rrd_graph.c: make the areas that makeup the graphs a little
2744	  larger, so that they overlap a bit and do not exhibit white lines
2745	  when touching each other.
2746
27472005-05-12 05:48  oetiker
2748
2749	* bindings/python/Makefile.am, bindings/python/Makefile.in,
2750	  bindings/python/rrdtoolmodule.c: some more warning fixes
2751
27522005-05-12 05:41  oetiker
2753
2754	* bindings/python/rrd_format.h, bindings/python/rrdtoolmodule.c: add
2755	  unused to prevent warnings about self
2756
27572005-05-11 18:31  oetiker
2758
2759	* doc/rrdpython.pod: intial python bindings documentation
2760
27612005-05-11 12:09  oetiker
2762
2763	* doc/rrdcreate.pod: fix wording for min/max ... they are not
2764	  optional
2765
27662005-05-10 20:19  oetiker
2767
2768	* bindings/python/rrdtoolmodule.c: second installment with warning
2769	  fixes from alan
2770
27712005-05-10 18:52  oetiker
2772
2773	* CONTRIBUTORS, Makefile.am, acinclude.m4, bindings/Makefile.am,
2774	  bindings/python, bindings/python/ACKNOWLEDGEMENT,
2775	  bindings/python/AUTHORS, bindings/python/COPYING,
2776	  bindings/python/Makefile.am, bindings/python/Makefile.in,
2777	  bindings/python/README, bindings/python/Setup.in,
2778	  bindings/python/rrd_extra.h, bindings/python/rrd_format.h,
2779	  bindings/python/rrdtoolmodule.c, bindings/python/setup.py,
2780	  configure.ac, rrdtool.spec: python bindings add -- Alan Milligan
2781	  alan from balclutha.org
2782
27832005-05-10 18:35  oetiker
2784
2785	* src/rrd_gfx.c: fix for character escaping in EPS -- Peter Speck
2786
27872005-05-10 06:07  oetiker
2788
2789	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2790	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
2791	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
2792	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
2793	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2794	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2795	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2796	  src/rrd_gfx.h, src/rrd_graph.c, src/rrd_graph_helper.c,
2797	  src/rrd_hw.c, src/rrd_hw.h, src/rrd_info.c,
2798	  src/rrd_is_thread_safe.h, src/rrd_last.c,
2799	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2800	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2801	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
2802	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2803	  src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
2804	  rrdtool-1.2.6
2805
28062005-05-10 06:06  oetiker
2807
2808	* src/rrd_gfx.c: I guess the pdf entities want to be escaped chars
2809	  not just control caracters with a prepended backslash ...
2810
28112005-05-10 05:18  oetiker
2812
2813	* src/rrd_afm.c: we should not use C++ comments in c files
2814
28152005-05-10 04:14  oetiker
2816
2817	* src/Makefile.am: we should distribute unused.h if we use it :-)
2818
28192005-05-09 20:15  oetiker
2820
2821	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2822	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
2823	  src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd.h,
2824	  src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
2825	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
2826	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
2827	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
2828	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
2829	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
2830	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
2831	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
2832	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
2833	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
2834	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
2835	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
2836	  src/rrd_xport.h: prepare for the release of rrdtool-1.2.5
2837
28382005-05-09 20:13  oetiker
2839
2840	* src/art_rgba_svp.c, src/rrd_afm.c, src/rrd_gfx.c,
2841	  src/rrd_update.c, src/rrd_xport.c, src/unused.h: silence warnings
2842	  for UNUSED variables without changeing the funtion interfaces --
2843	  Alex
2844
28452005-05-09 19:32  oetiker
2846
2847	* src/rrd_graph.c: allow decimal positions y axis labels as soon as
2848	  the max entry is < 10
2849
28502005-05-09 19:11  oetiker
2851
2852	* src/rrd_graph.c, src/rrd_graph_helper.c: fix rendering of the
2853	  color spots especially when proportional fonts are in use.
2854
28552005-05-09 14:01  oetiker
2856
2857	* src/rrd_afm.c, src/rrd_afm.h, src/rrd_gfx.c: EPS/SVG/PDF code ...
2858	  more comments and better font finder including removal of
2859	  hardcoded SVG font. -- Peter Speck speck from vitality.dk
2860
28612005-05-09 13:22  oetiker
2862
2863	* src/rrd_afm.c, src/rrd_gfx.c: * switch to courier if the font is
2864	  unknown * fix font positioning
2865
28662005-05-09 05:39  oetiker
2867
2868	* bindings/perl-shared/Makefile.PL: perls $^O is set to linux not
2869	  Linux
2870
28712005-05-08 22:02  oetiker
2872
2873	* src/rrd_gfx.c: svg/pdf/eps rendering improvements. There are still
2874	  issues though ... -- peter speck
2875
28762005-05-08 21:25  oetiker
2877
2878	* libraries/afm/compile_afm.pl, src/rrd_afm.c, src/rrd_afm.h,
2879	  src/rrd_afm_data.c, src/rrd_afm_data.h: added support for getting
2880	  ascent/descent size info for ps fonts -- Peter Speck
2881
28822005-05-08 20:15  oetiker
2883
2884	* src/art_rgb_affine_private.h, src/art_rgba_rgba_affine.c,
2885	  src/art_rgba_rgba_affine.h: we do not actually need these files
2886	  ... goodbye
2887
28882005-05-08 16:59  oetiker
2889
2890	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2891	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/Makefile.am,
2892	  src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd.h,
2893	  src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
2894	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
2895	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
2896	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
2897	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
2898	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
2899	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
2900	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
2901	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
2902	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
2903	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
2904	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
2905	  src/rrd_xport.h: prepare for the release of rrdtool-1.2.4
2906
29072005-05-08 16:22  oetiker
2908
2909	* src/rrd_graph.c: * adjust spacing at the left border of the graph.
2910	  use less white space * increasse minimal grid spacing and label
2911	  spacing
2912
29132005-05-08 16:02  oetiker
2914
2915	* src/rrd_graph.c: increase minimal vertical spacing for y-axis
2916	  lables
2917
29182005-05-08 16:01  oetiker
2919
2920	* src/rrd_graph.c: shorten space for y-axis labels a bit
2921
29222005-05-08 15:40  oetiker
2923
2924	* src/rrd_tool.c: remove the premature fox for the unused parameter
2925	  in xport
2926
29272005-05-08 15:30  oetiker
2928
2929	* README: sync with reality
2930
29312005-05-08 15:19  oetiker
2932
2933	* src/rrd_tool.c: be more portable with shorter strings
2934
29352005-05-08 15:18  oetiker
2936
2937	* src/Makefile.am: we do not use the affine functions
2938
29392005-05-08 15:07  oetiker
2940
2941	* configure.ac, src/rrd_graph_helper.c: removed extra $ from from
2942	  PERLCC test
2943
29442005-05-08 08:20  oetiker
2945
2946	* doc/rrdbuild.pod: fix rendering errors by removing single spaces
2947
29482005-05-07 23:54  oetiker
2949
2950	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2951	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
2952	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
2953	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
2954	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2955	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2956	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2957	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
2958	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
2959	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
2960	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2961	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2962	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
2963	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2964	  src/rrd_xport.c, src/rrd_xport.h: prepare for the release of
2965	  rrdtool-1.2.3
2966
29672005-05-07 23:26  oetiker
2968
2969	* src/art_rgba_rgba_affine.c, src/art_rgba_rgba_affine.h: fix some
2970	  more y0, y1 complaints
2971
29722005-05-07 23:26  oetiker
2973
2974	* src/rrd_graph_helper.c: When encountering an empty legend, do NOT
2975	  make space for drawing the color spats in front of it.
2976
29772005-05-07 15:57  oetiker
2978
2979	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
2980	  configure.ac, doc/rrdbuild.pod, rrdtool.spec, src/gdpng.c,
2981	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
2982	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
2983	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
2984	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
2985	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
2986	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
2987	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
2988	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
2989	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
2990	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
2991	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
2992	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
2993	  src/rrd_xport.c, src/rrd_xport.h: prep for 1.2.2 release
2994
29952005-05-07 15:51  oetiker
2996
2997	* src/Makefile.am: increment library revision
2998
29992005-05-07 15:45  oetiker
3000
3001	* src/art_rgba_svp.c, src/rrd_gfx.c, src/rrd_gfx.h: fix these
3002	  annoying y0 warnings.
3003
30042005-05-07 15:45  oetiker
3005
3006	* src/rrd_graph.c: add rrdtool attribution string back using a
3007	  transparent version of the font color
3008
30092005-05-07 15:23  oetiker
3010
3011	* doc/Makefile.am, doc/rrdbuild.pod, doc/rrdgraph_graph.pod: added
3012	  build instructions
3013
30142005-05-07 10:38  oetiker
3015
3016	* src/rrd_gfx.c: fix for rotation code in pdf,eps,svg formats --
3017	  Peter Speck <speck from vitality.dk>
3018
30192005-05-07 10:34  oetiker
3020
3021	* src/rrd_graph.c, src/rrd_rpncalc.c: fix handling of PREV(x)
3022	  command
3023
30242005-05-06 23:00  oetiker
3025
3026	* src/rrd_graph.c: * added RRDTOOL/TOBI OETIKER back in * in riggid
3027	  mode, cut data and 'min' and 'max' not two above * gibt ytop0 a
3028	  default value
3029
30302005-05-06 22:59  oetiker
3031
3032	* src/rrd_tool.c: fixed documentation strings for rrdgraph
3033
30342005-05-06 22:03  oetiker
3035
3036	* doc/rrdgraph.pod: added doc for new slope-mode
3037
30382005-05-06 21:52  oetiker
3039
3040	* src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph.h: since the drawing
3041	  code is now much simpler we do not need to perturbe the points or
3042	  rewind the graph anymore this saves quite some time ...
3043
30442005-05-06 15:44  oetiker
3045
3046	* src/rrd_graph_helper.c: * allow for 3(4) letter color names *
3047	  better debugging code * fix tick, line, stack parsing -- Alex van
3048	  den Bogaerdt <alex with ergens.op.het.net>
3049
30502005-05-06 15:24  oetiker
3051
3052	* src/rrd_graph.c: if stacking on nothing we should not try to
3053	  figure out WHAT we stacked on since this will result in a segfault
3054	  ... -- Alex van den Bogaerdt <alex at ergens.op.het.net>
3055
30562005-05-05 22:15  oetiker
3057
3058	* doc/rrdgraph_graph.pod: clarify LINE/AREA syntax -- Alex van den
3059	  Bogaerdt alex with ergens.op.het.net
3060
30612005-05-05 09:07  oetiker
3062
3063	* src/rrd_create.c: better not to write into argv elements ...
3064	  Henrik Stoerner <henrik from hswn.dk>
3065
30662005-05-03 20:23  oetiker
3067
3068	* src/rrd_tool.c: do not die upon wront input when in remote mode
3069
30702005-05-03 18:10  oetiker
3071
3072	* doc/Makefile.am: install documentation into
3073	  $PREFIX/shared/doc/rrdtool-$VERSION/{txt,html} but drop the
3074	  rrdtool-$VERSION/ bit if $PREFIX matches on rrd assuming that the
3075	  tool is being installed into a custom directory anyway.
3076
30772005-05-03 17:24  oetiker
3078
3079	* doc/rrdgraph.pod, src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c:
3080	  new options to tune how fontsmoothing works: -R/--font-render-mode
3081	  {normal,light,mono} and -B/--font-smoothing-threshold size -- John
3082	  yffffffff4271ef37 at f4n.org
3083
30842005-05-03 17:22  oetiker
3085
3086	* NT-BUILD-TIPS.txt: note about win32comp
3087
30882005-05-02 20:27  oetiker
3089
3090	* confignt/config.h, src/win32comp.c: files that help getting that
3091	  native windows port going -- Philippe.Simonet with swisscom.com
3092
30932005-05-02 19:47  oetiker
3094
3095	* src/rrd_gfx.c: when walking the bytes use the pitch not the width
3096
30972005-05-02 19:33  oetiker
3098
3099	* src/strftime.c: pow is alreay used as a function ... so lets call
3100	  it power instead
3101
31022005-05-02 19:32  oetiker
3103
3104	* src/rrd_graph_helper.c: no infinite line width please
3105
31062005-05-01 22:07  oetiker
3107
3108	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3109	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
3110	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
3111	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
3112	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3113	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3114	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3115	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3116	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3117	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3118	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3119	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3120	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3121	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3122	  src/rrd_xport.h: prep for 1.2.1 release
3123
31242005-05-01 22:04  oetiker
3125
3126	* src/rrd_graph.c: add some more vertical space above the graph if
3127	  no title is available
3128
31292005-05-01 21:24  oetiker
3130
3131	* src/rrd_gfx.c: use the pen to determine string length, do not look
3132	  at the realy length, or space will get ignored.
3133
31342005-05-01 21:16  oetiker
3135
3136	* src/DejaVuSansMono-Roman.ttf, src/Makefile.am, src/rrd_graph.c:
3137	  DejaVuSansMono-Roman is a variant of VeraMono with lots of added
3138	  unicode glyphes ... check out http://dejavu.sourceforge.net
3139
31402005-05-01 20:49  oetiker
3141
3142	* src/rrd_graph.c: fix spaceing ... more space for the title and
3143	  more space the the left of the yaxis lable
3144
31452005-05-01 13:19  oetiker
3146
3147	* src/rrd_gfx.c: the multibyte support tried did not work ...
3148	  takeing it out again
3149
31502005-05-01 13:18  oetiker
3151
3152	* configure.ac: update tested library version
3153
31542005-05-01 11:02  oetiker
3155
3156	* src/pngsize.c: undef jmpbuf to make compile work on AIX 5.1
3157
31582005-05-01 11:00  oetiker
3159
3160	* src/Makefile.am: increasse revision of shared library number since
3161	  the library source code has changed
3162
31632005-05-01 11:00  oetiker
3164
3165	* src/rrd_gfx.c: add wide character support
3166
31672005-05-01 10:42  oetiker
3168
3169	* src/rrd_graph.c: do not make the graph wider if the title does not
3170	  fit ... this is wagging the dog the graph is not ABOUT the title
3171
31722005-05-01 10:37  oetiker
3173
3174	* doc/rrdgraph_graph.pod: fix description of VRULE
3175
31762005-05-01 10:23  oetiker
3177
3178	* bindings/perl-shared/RRDs.xs, src/rrd_cgi.c, src/rrd_create.c,
3179	  src/rrd_fetch.c, src/rrd_first.c, src/rrd_graph.c,
3180	  src/rrd_restore.c, src/rrd_tool.c, src/rrd_tune.c,
3181	  src/rrd_update.c, src/rrd_xport.c: reset optind opterr inside the
3182	  function calls ...
3183
31842005-05-01 10:22  oetiker
3185
3186	* doc/rrdgraph_graph.pod: fixed documentation regarding floating
3187	  point line width
3188
31892005-05-01 10:20  oetiker
3190
3191	* src/rrd_graph_helper.c: relax parsing of LINE commands LINE: is
3192	  valid as well as LINE<double>: eg. LINE1.2323:
3193
31942005-05-01 09:16  oetiker
3195
3196	* src/rrd_gfx.c: allow for characters over 127
3197
31982005-04-30 09:56  oetiker
3199
3200	* doc/rrdgraph_graph.pod: added notes on escaping colons in COMMENT
3201	  and put deprecated forms of command to the back and not to the
3202	  front
3203
32042005-04-30 09:51  oetiker
3205
3206	* src/rrd_open.c, src/rrd_update.c: always open with rb/wb when it
3207	  is a binary file ... unix and windows will work alike with this
3208	  ...
3209
32102005-04-30 09:48  oetiker
3211
3212	* src/rrdupdate.c: this file is not required ...
3213
32142005-04-30 09:41  oetiker
3215
3216	* src/rrd_open.c: even better lets have rb for CYGWIN too ... one
3217	  never knows it is windows after all.
3218
32192005-04-30 09:40  oetiker
3220
3221	* src/rrd_open.c: oops inverted code here ... windows needs rb unix
3222	  not
3223
32242005-04-30 09:38  oetiker
3225
3226	* confignt/config.h, src/rrd_graph.c: let rrd_graph honor the font
3227	  name (RRD_DEFAULT_FONT) defined in confignt/config.h
3228
32292005-04-26 22:08  oetiker
3230
3231	* doc/rrdtool.pod: use pod syntax not html syntax in pod :-)
3232
32332005-04-26 22:04  oetiker
3234
3235	* doc/cdeftutorial.pod, doc/rrd-beginners.pod, doc/rrdcreate.pod,
3236	  doc/rrdgraph.pod: more fixes by fritz
3237
32382005-04-26 05:33  oetiker
3239
3240	* CONTRIBUTORS: obfuscate email addresses
3241
32422005-04-26 05:30  oetiker
3243
3244	* doc/rrdtool.pod: * remove jakes old address * add security warning
3245
32462005-04-25 22:55  oetiker
3247
3248	* doc/rpntutorial.pod: remove pdf link
3249
32502005-04-25 22:18  oetiker
3251
3252	* src/parsetime.c: use time_t to improve portability to 64bit
3253	  systems -- John R Mocho <jmocho in royaldc.com>
3254
32552005-04-25 21:01  oetiker
3256
3257	* NEWS: added new state
3258
32592005-04-25 20:45  oetiker
3260
3261	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3262	  configure.ac, doc/rrdgraph_graph.pod, rrdtool.spec, src/gdpng.c,
3263	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
3264	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
3265	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
3266	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
3267	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
3268	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
3269	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
3270	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
3271	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
3272	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
3273	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
3274	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
3275	  src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prep for 1.2.0
3276	  release
3277
32782005-04-25 19:07  oetiker
3279
3280	* doc/rpntutorial.pod, doc/rrdcgi.pod, doc/rrdfetch.pod,
3281	  doc/rrdgraph_data.pod, doc/rrdgraph_examples.pod,
3282	  doc/rrdgraph_graph.pod, doc/rrdgraph_rpn.pod, doc/rrdtutorial.pod:
3283	  resolved all XXX situations
3284
32852005-04-25 17:31  oetiker
3286
3287	* doc/bin_dec_hex.pod, doc/rpntutorial.pod, doc/rrdcgi.pod,
3288	  doc/rrdfetch.pod, doc/rrdgraph_data.pod,
3289	  doc/rrdgraph_examples.pod, doc/rrdgraph_graph.pod,
3290	  doc/rrdgraph_rpn.pod, doc/rrdtool.pod, doc/rrdtune.pod,
3291	  doc/rrdtutorial.pod, doc/rrdupdate.pod, doc/rrdxport.pod: another
3292	  batch of fixes from fritz
3293
32942005-04-24 22:21  oetiker
3295
3296	* CONTRIBUTORS: fixed contributiors listing
3297
32982005-04-24 17:23  oetiker
3299
3300	* doc/rrddump.pod, doc/rrdfirst.pod, doc/rrdinfo.pod,
3301	  doc/rrdlast.pod, doc/rrdresize.pod, doc/rrdrestore.pod,
3302	  doc/rrdthreads.pod, doc/rrdtool-xport.dtd, doc/rrdtutorial.pod:
3303	  big patch-up for the 1.2. Documents Revisited by Fritz Zaucker
3304
33052005-04-22 18:35  oetiker
3306
3307	* NEWS, bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3308	  configure.ac, rrdtool.spec, src/Makefile.am, src/gdpng.c,
3309	  src/gifsize.c, src/pngsize.c, src/rrd.h, src/rrd_afm.c,
3310	  src/rrd_afm.h, src/rrd_afm_data.c, src/rrd_afm_data.h,
3311	  src/rrd_cgi.c, src/rrd_create.c, src/rrd_datalang.c,
3312	  src/rrd_diff.c, src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c,
3313	  src/rrd_first.c, src/rrd_format.c, src/rrd_format.h,
3314	  src/rrd_gfx.c, src/rrd_gfx.h, src/rrd_graph.c,
3315	  src/rrd_graph_helper.c, src/rrd_hw.c, src/rrd_hw.h,
3316	  src/rrd_info.c, src/rrd_is_thread_safe.h, src/rrd_last.c,
3317	  src/rrd_not_thread_safe.c, src/rrd_open.c, src/rrd_resize.c,
3318	  src/rrd_restore.c, src/rrd_rpncalc.c, src/rrd_rpncalc.h,
3319	  src/rrd_stat.c, src/rrd_thread_safe.c, src/rrd_thread_safe_nt.c,
3320	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_tune.c, src/rrd_update.c,
3321	  src/rrd_xport.c, src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc9
3322	  release
3323
33242005-04-19 21:09  oetiker
3325
3326	* doc/rrddump.pod, doc/rrdgraph.pod, doc/rrdgraph_data.pod,
3327	  doc/rrdgraph_graph.pod, doc/rrdinfo.pod, doc/rrdresize.pod: fix
3328	  titles
3329
33302005-04-19 21:05  oetiker
3331
3332	* doc/bin_dec_hex.pod: fixed title
3333
33342005-04-18 22:39  oetiker
3335
3336	* doc/Makefile.am, doc/cdeftutorial.pod, doc/rrd-beginners.pod,
3337	  doc/rrdgraph.pod, doc/rrdgraph.src, doc/rrdgraph_data.pod,
3338	  doc/rrdgraph_data.src, doc/rrdgraph_examples.pod,
3339	  doc/rrdgraph_examples.src, doc/rrdgraph_graph.pod,
3340	  doc/rrdgraph_graph.src, doc/rrdgraph_rpn.pod,
3341	  doc/rrdgraph_rpn.src, doc/rrdinfo.pod, doc/rrdlast.pod,
3342	  doc/rrdresize.pod, doc/rrdrestore.pod, doc/rrdtune.pod,
3343	  doc/rrdtutorial.pod, doc/rrdupdate.pod, doc/rrdxport.pod: src
3344	  moved back to pod. this include thing was a neat idea but it just
3345	  adds another twist to things which is not necessary. fixed some
3346	  pod errors
3347
33482005-04-18 22:13  oetiker
3349
3350	* doc/rrdcgi.pod, doc/rrdcreate.pod, doc/rrddump.pod,
3351	  doc/rrdfetch.pod, doc/rrdfirst.pod, doc/rrdgraph.src,
3352	  doc/rrdgraph_data.src, doc/rrdgraph_examples.src,
3353	  doc/rrdgraph_graph.src, doc/rrdgraph_rpn.src, doc/rrdtool.pod:
3354	  misc fixes for better display
3355
33562005-04-18 11:07  oetiker
3357
3358	* doc/rrdgraph_graph.src, branches/1.2/website,
3359	  branches/1.2/website/bin, branches/1.2/website/doc,
3360	  branches/1.2/website/tut: fixed format
3361
33622005-04-17 22:43  oetiker
3363
3364	* doc/bin_dec_hex.pod, doc/rrd-beginners.pod, doc/rrdcgi.pod,
3365	  doc/rrdcreate.pod, doc/rrddump.pod, doc/rrdfetch.pod,
3366	  doc/rrdfirst.pod, doc/rrdgraph.src, doc/rrdgraph_data.src,
3367	  doc/rrdgraph_examples.src, doc/rrdgraph_graph.src,
3368	  doc/rrdgraph_rpn.src, doc/rrdinfo.pod, doc/rrdlast.pod,
3369	  doc/rrdresize.pod, doc/rrdrestore.pod, doc/rrdthreads.pod,
3370	  doc/rrdtune.pod, doc/rrdupdate.pod, doc/rrdxport.pod: fixed many
3371	  pod bugs while creating the new website
3372
33732005-04-17 17:29  oetiker
3374
3375	* doc/rrdgraph.src: make sure argument descriptions comply with Bold
3376	  = fixed and Italics = variable
3377
33782005-04-17 16:26  oetiker
3379
3380	* doc/rrdcreate.pod: fix use of =item commands
3381
33822005-04-17 16:25  oetiker
3383
3384	* doc/Makefile.am: allow to build pods (for website)
3385
33862005-04-13 22:00  oetiker
3387
3388	* src/rrd_graph.c: * draw the axis last to have them always on top *
3389	  use a smaller font for labeling the axis
3390
33912005-04-13 19:53  oetiker
3392
3393	* src/rrd_gfx.c: have better default compression
3394
33952005-04-13 19:53  oetiker
3396
3397	* src/rrd_graph.c: tune fontsizes and spacing to be more in line
3398	  with rrdtool 1.0
3399
34002005-04-12 21:52  oetiker
3401
3402	* src/rrd_graph.c: prep for 1.2rc8 release
3403
34042005-04-12 21:10  oetiker
3405
3406	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3407	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
3408	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
3409	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
3410	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3411	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3412	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3413	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3414	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3415	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3416	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3417	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3418	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3419	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3420	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc8 release
3421
34222005-04-12 20:56  oetiker
3423
3424	* src/rrd_graph.c, src/rrd_graph.h: * better fix for units-exponent
3425	  issue ... now the whole scaling happens only at print time ...
3426	  this is more stable -- tobi * remove the newline from ctime (%c)
3427	  in VDEF -- alex
3428
34292005-04-11 23:23  oetiker
3430
3431	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3432	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
3433	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
3434	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
3435	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3436	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3437	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3438	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3439	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3440	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3441	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3442	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3443	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3444	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3445	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc7 release
3446
34472005-04-11 23:22  oetiker
3448
3449	* doc/rrdgraph.src, src/rrd_graph.c, src/rrd_graph.h,
3450	  src/rrd_tool.c: * adjusted element spacing within the graph *
3451	  re-intruduced --units-length option * stabilized --units-exponent
3452	  option by jumping to alt-y-grid mode once the default autogrid can
3453	  not cope with the data anymore.
3454
34552005-04-11 23:20  oetiker
3456
3457	* NEWS: added note about incompatible changes
3458
34592005-04-11 12:29  oetiker
3460
3461	* NEWS: started change log
3462
34632005-04-11 12:17  oetiker
3464
3465	* doc/rrdgraph_rpn.src: added notes on INF
3466
34672005-04-11 09:51  oetiker
3468
3469	* src/Makefile.am, src/art_rgb_affine_private.h,
3470	  src/art_rgba_rgba_affine.c, src/art_rgba_rgba_affine.h,
3471	  src/art_rgba_svp.c, src/art_rgba_svp.h, src/rrd_gfx.c,
3472	  src/rrd_gfx.h, src/rrd_graph.c: * we are now creating true RGBA
3473	  pngs * removed all memory leeks from rrd_gfx
3474
34752005-04-10 22:02  oetiker
3476
3477	* NEWS: started updating for 1.2 release
3478
34792005-04-10 18:11  oetiker
3480
3481	* doc/rrdresize.pod: clarified output -- alex
3482
34832005-04-10 18:10  oetiker
3484
3485	* doc/name.inc, doc/rrdgraph.src, doc/rrdgraph_data.src,
3486	  doc/rrdgraph_examples.src, doc/rrdgraph_graph.src,
3487	  doc/rrdgraph_rpn.src: get the docs ready for the 1.2 release.
3488	  remove notes about things that never got implemented. -- alex
3489
34902005-04-10 18:05  oetiker
3491
3492	* src/rrd_graph.c: do not draw AREAS that have no hight (done
3493	  right). draw an arrow on the positiv y axis.
3494
34952005-04-10 15:35  oetiker
3496
3497	* doc/rrdtutorial.pod: updated for 1.2 release -- alex
3498
34992005-04-10 14:00  oetiker
3500
3501	* src/rrd_gfx.c: fixed typo -- alex
3502
35032005-04-10 13:57  oetiker
3504
3505	* doc/rrdcgi.pod: G<gt> does not exist E<gt> does
3506
35072005-04-10 12:12  oetiker
3508
3509	* doc/rrdcreate.pod, doc/rrdxport.pod, src/rrd_graph_helper.c,
3510	  src/rrd_tool.c: fixed spelling and working -- Alex van den
3511	  Bogaerdt alex at ergens.op.het.net
3512
35132005-04-10 11:53  oetiker
3514
3515	* NT-BUILD-TIPS.txt, confignt/config.h, src/strftime.c,
3516	  src/strftime.h: added extra strftime.[ch] which supports ISO 8601
3517	  week numbers, together with instructions in the NT-BUILD-TIPPS
3518	  file
3519
35202005-04-10 11:33  oetiker
3521
3522	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3523	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
3524	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
3525	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
3526	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3527	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3528	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3529	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3530	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3531	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3532	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3533	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3534	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3535	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3536	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc6 release
3537
35382005-04-10 11:31  oetiker
3539
3540	* src/rrd_graph.c: remove excess comment
3541
35422005-04-10 11:30  oetiker
3543
3544	* configure.ac, src/Makefile.am: make --disable-perl work allow
3545	  configuration of the default font at configure time
3546
35472005-04-10 11:29  oetiker
3548
3549	* src/rrd_gfx.c, src/rrd_graph.c, src/rrd_graph_helper.c: revamped
3550	  drawing routines to be less complex and more stable. be kind to
3551	  libart
3552
35532005-04-10 09:38  oetiker
3554
3555	* src/rrd_graph.c: allow --color arguments with RRGGBB and not only
3556	  RRGGBBAA
3557
35582005-04-10 09:16  oetiker
3559
3560	* bindings/perl-shared/Makefile.PL: everyone has other names for
3561	  their shared libraries, so lets drop the dependency
3562
35632005-04-10 09:15  oetiker
3564
3565	* bindings/perl-shared/RRDs.pm: mention updatev in the synopsis
3566
35672005-04-09 14:21  oetiker
3568
3569	* TODO: we do have 95%
3570
35712005-04-07 21:35  oetiker
3572
3573	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3574	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
3575	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
3576	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
3577	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3578	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3579	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3580	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3581	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3582	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3583	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3584	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3585	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3586	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3587	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc5 release
3588
35892005-04-07 21:31  oetiker
3590
3591	* src/rrd_graph.c: fix implementation of --only-graph
3592
35932005-04-07 21:31  oetiker
3594
3595	* src/rrd_gfx.c: make libart happy by NOT adjusting coordinates and
3596	  by using the ART_WIND_RULE_NONZERO winding rule
3597
35982005-04-07 21:30  oetiker
3599
3600	* src/rrd_tool.c: return propper exit codes
3601
36022005-04-07 20:07  oetiker
3603
3604	* src/rrd_graph.h: fix bitpatterns of extraflags so that they do not
3605	  interfear
3606
36072005-04-06 23:58  oetiker
3608
3609	* bindings/Makefile.am: prep for 1.2rc4 release
3610
36112005-04-06 23:24  oetiker
3612
3613	* Makefile.am, bindings/Makefile.am, bindings/perl-piped/RRDp.pm,
3614	  bindings/perl-shared/Makefile.PL, bindings/perl-shared/RRDs.pm,
3615	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
3616	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
3617	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
3618	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3619	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3620	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3621	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3622	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3623	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3624	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3625	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3626	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3627	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3628	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc4 release
3629
36302005-04-06 23:18  oetiker
3631
3632	* doc/rrdgraph.src: document RRD_DEFAULT_FONT environment variable
3633
36342005-04-06 22:40  oetiker
3635
3636	* src/rrd_afm.c, src/rrd_cgi.c, src/rrd_graph.c, src/rrd_nan_inf.c,
3637	  src/rrd_open.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3638	  src/rrd_tool.c, src/rrd_tool.h, src/rrd_update.c, src/rrd_xport.c,
3639	  src/rrdupdate.c: make sure WIN32 sections do NOT kick in for
3640	  cygwin compiles
3641
36422005-04-05 22:49  oetiker
3643
3644	* src/rrd_gfx.c: only unwind the areas, the lines should be fine by
3645	  themselves!
3646
36472005-04-05 20:32  oetiker
3648
3649	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3650	  configure.ac, rrdtool.spec, src/gdpng.c, src/gifsize.c,
3651	  src/pngsize.c, src/rrd.h, src/rrd_afm.c, src/rrd_afm.h,
3652	  src/rrd_afm_data.c, src/rrd_afm_data.h, src/rrd_cgi.c,
3653	  src/rrd_create.c, src/rrd_datalang.c, src/rrd_diff.c,
3654	  src/rrd_dump.c, src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3655	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3656	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3657	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3658	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3659	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3660	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3661	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3662	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3663	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc3 release
3664
36652005-04-05 20:17  oetiker
3666
3667	* src/rrd_gfx.c, src/rrd_graph.c: * fix transparency rendering by
3668	  rewinding the paths propperly * fix x-axis label drawing by
3669	  considering label precision
3670
36712005-04-05 19:14  oetiker
3672
3673	* src/VeraMono.ttf: new originaly copy
3674
36752005-04-05 19:12  oetiker
3676
3677	* src/VeraMono.ttf: fixed propperties to have a RAW font
3678
36792005-04-04 21:56  oetiker
3680
3681	* configure.ac: make configure work even when no prefix is specified
3682
36832005-04-04 21:40  oetiker
3684
3685	* src/gdpng.c, src/gifsize.c, src/pngsize.c, src/rrd.h,
3686	  src/rrd_afm.c, src/rrd_afm.h, src/rrd_afm_data.c,
3687	  src/rrd_afm_data.h, src/rrd_cgi.c, src/rrd_create.c,
3688	  src/rrd_datalang.c, src/rrd_diff.c, src/rrd_dump.c,
3689	  src/rrd_error.c, src/rrd_fetch.c, src/rrd_first.c,
3690	  src/rrd_format.c, src/rrd_format.h, src/rrd_gfx.c, src/rrd_gfx.h,
3691	  src/rrd_graph.c, src/rrd_graph_helper.c, src/rrd_hw.c,
3692	  src/rrd_hw.h, src/rrd_info.c, src/rrd_is_thread_safe.h,
3693	  src/rrd_last.c, src/rrd_not_thread_safe.c, src/rrd_open.c,
3694	  src/rrd_resize.c, src/rrd_restore.c, src/rrd_rpncalc.c,
3695	  src/rrd_rpncalc.h, src/rrd_stat.c, src/rrd_thread_safe.c,
3696	  src/rrd_thread_safe_nt.c, src/rrd_tool.c, src/rrd_tool.h,
3697	  src/rrd_tune.c, src/rrd_update.c, src/rrd_xport.c,
3698	  src/rrd_xport.h, src/rrdupdate.c: prep for 1.2rc2 release
3699
37002005-04-04 21:22  oetiker
3701
3702	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm,
3703	  configure.ac, rrdtool.spec: prepared for 1.2rc2 release
3704
37052005-04-04 21:21  oetiker
3706
3707	* configure.ac: prepared for 1.2rc1 release
3708
37092005-04-04 21:12  oetiker
3710
3711	* acinclude.m4, configure.ac: prepared for 1.2rc1 release
3712
37132005-04-04 21:07  oetiker
3714
3715	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm:
3716	  prepared for 1.2rc1 release
3717
37182005-04-04 21:05  oetiker
3719
3720	* bindings/perl-piped/RRDp.pm, bindings/perl-shared/RRDs.pm:
3721	  prepared for 1.2rc1 release
3722
37232005-04-04 20:56  oetiker
3724
3725	* configure.ac: fixed prefix detection code again
3726
37272005-04-04 20:53  oetiker
3728
3729	* configure.ac: fixed autoprefix
3730
37312005-04-04 20:48  oetiker
3732
3733	* configure.ac: fixed config script for prefixing
3734
37352005-04-04 20:37  oetiker
3736
3737	* 00README, COPYRIGHT, NEWS, PROJECTS, README, TODO, acinclude.m4,
3738	  configure.ac, rrdtool.spec: get ready for 1.2
3739
37402005-04-04 19:55  oetiker
3741
3742	* branches/1.2: branche for 1.2
3743
3744