[rrd-users] rrdtool-1.0.8

GOMEZ Henri GOMEZ at slib.fr
Fri Nov 26 10:33:14 MET 1999


Hi 

Just uploaded 

rrdtool-1.0.8-1.5.2
rrdtool-devel-1.0.8-1.5.2
rrdtool-1.0.8-1.6.0
rrdtool-devel-1.0.8-1.6.0
 
	ftp://ftp.falsehope.com/home/gomez/rrdtool/

Different binary for Redhat 5.2 and Redhat 6.1.

Signed with my PGP Key (PGP Key can be found at
ftp://ftp.falsehope.com/home/gomez/Henri_Gomez.pgp.key

Uploaded also to ftp://incoming.redhat.com so soon
on all contrib mirrors

----

Name        : rrdtool                      Relocations: /usr 
Version     : 1.0.8                             Vendor: Tobi Oetiker
<oetiker at ee.ethz.ch>
Release     : 1.6.0                         Build Date: Thu 25 Nov 1999
10:51:40 AM CET
Install date: Fri 26 Nov 1999 10:33:45 AM CET      Build Host: hgo1.cs
Group       : Applications/Databases        Source RPM:
rrdtool-1.0.8-1.6.0.src.rpm
Size        : 1334226                          License: GPL
Packager    : Henri Gomez <gomez at slib.fr>, Ragnar Kjørstad
<rrdtool at ragnark.vestdata.no>
URL         : http://www.caida.org/Tools/RRDtool/
Summary     : RRDtool - round robin database
Description :
RRD is the Acronym for Round Robin Database. RRD is a system to store and
display time-series data (i.e. network bandwidth, machine-room temperature,
server load average). It stores the data in a very compact way that will not
expand over time, and it presents useful graphs by processing the data to
enforce a certain data density. It can be used either via simple wrapper
scripts (from shell or Perl) or via frontends that poll network devices and
put a friendly user interface on it.
* Thu Nov 25 1999 Henri Gomez <gomez at slib.fr>

- 1.0.8

* Wed Nov 10 1999 Henri Gomez <gomez at slib.fr>

- 1.0.7-3
- use now shared lib png and zlib
- allways two different packages for RH5.x and RH6.x
  since we got Perl loader error (undefined symbol: Perl_markstack_ptr)

* Wed Oct 27 1999 Henri Gomez <gomez at slib.fr>

- 1.0.7-2
- latest fixes from beta 19991024

* Mon Aug 30 1999 Henri Gomez <gomez at slib.fr>

- 1.0.7-1
- 1999/08/27 -- bdowling at noc.faxnet.net
  some strncpy were lacking the x[LAST]='\0'; safeguard ...
- 1999/08/25 -- Tobi
  Samples were shifted one interval into the future by rrdgraph ...
  check minmax.pl in the examples directory ...
- 1999/08/25 -- Tobi
  Updated rrdtools manpage to point to all the newer functions in the
  package which have been left out before ...
- 1999/08/25 -- Tobi
  RRDs.xs: changed newRV_inc to newRV_noinc in a few places (graph and
  fetch) otherwhise I'm afraid we got the refference count wrong and perl
  was leaking memmory like a sive ...
- 1999/08/24 -- Tobi
  added -lm to perl Makefile.PL just to be sure it is there when
  perl builds its shared module ...
+ 1999/08/23 -- Tobi
  added test for "-q float=rndsngl" todo proper IEEE math on AIX 4.2.0 with
  IBM xlC
+ 1999/08/23 -- Tobi
  added new stripes example ...
- 1999/08/23 -- Tobi
  fixed spacing adjustment with '\s' instead of 1.5 it now adds 0.5
  line-hights ...
- 1999/08/20 -- Tobi + Jesper Skriver <jesper at skriver.dk>
  found and fixed buffer overflow in legend processing when dealing with
  large numbers
+ 1999/08/20 -- Philippe.Simonet at swisscom.com
  range-check option for rrdrestore
- 1999/08/19 -- Tobi
  replaced micro by u in SI prefix array
- 1999/08/19 -- Tobi
  better floating point veryfication in IEEE test ... missed SIGFPE
  condition in freeBSD.
- 1999/08/17 -- Tobi reacting to a bug report from W. James Showalter, Jr.
  made time parser work as expected with dates of the form august 20 1999 as
  well as dates of the form 8/17/1999 and 17.8.1999
- 1999/08/17 -- Blair Zajac <bzajac at geostaff.com>
  propagate CFLAGS from configure to PERL module compilation
- 1999/08/17 -- Ragnar Kjørstad <mrtg at ragnark.vestdata.no>
  fixed perl path in log2rrd contrib script
- 1999/08/16 -- Philippe.Simonet at swisscom.com
  DINF and friends for NT

* Mon Aug 30 1999 Henri Gomez <gomez at slib.fr>

- 1.0.6-3
- move perl modules in installdir.
- move log2rrd to /usr/bin and added logall2rrd.

Name        : rrdtool-devel                Relocations: /usr 
Version     : 1.0.8                             Vendor: Tobi Oetiker
<oetiker at ee.ethz.ch>
Release     : 1.6.0                         Build Date: Thu 25 Nov 1999
10:51:40 AM CET
Install date: Fri 26 Nov 1999 10:33:45 AM CET      Build Host: hgo1.cs
Group       : Development/Libraries         Source RPM:
rrdtool-1.0.8-1.6.0.src.rpm
Size        : 400268                           License: GPL
Packager    : Henri Gomez <gomez at slib.fr>, Ragnar Kjørstad
<rrdtool at ragnark.vestdata.no>
URL         : http://www.caida.org/Tools/RRDtool/
Summary     : RRDtool - round robin database static libraries and headers
Description :
RRD is the Acronym for Round Robin Database. RRD is a system to store and
display time-series data (i.e. network bandwidth, machine-room temperature,
server load average). This package allow you to use directly this library.
* Thu Nov 25 1999 Henri Gomez <gomez at slib.fr>

- 1.0.8

* Wed Nov 10 1999 Henri Gomez <gomez at slib.fr>

- 1.0.7-3
- use now shared lib png and zlib
- allways two different packages for RH5.x and RH6.x
  since we got Perl loader error (undefined symbol: Perl_markstack_ptr)

* Wed Oct 27 1999 Henri Gomez <gomez at slib.fr>

- 1.0.7-2
- latest fixes from beta 19991024

* Mon Aug 30 1999 Henri Gomez <gomez at slib.fr>

- 1.0.7-1
- 1999/08/27 -- bdowling at noc.faxnet.net
  some strncpy were lacking the x[LAST]='\0'; safeguard ...
- 1999/08/25 -- Tobi
  Samples were shifted one interval into the future by rrdgraph ...
  check minmax.pl in the examples directory ...
- 1999/08/25 -- Tobi
  Updated rrdtools manpage to point to all the newer functions in the
  package which have been left out before ...
- 1999/08/25 -- Tobi
  RRDs.xs: changed newRV_inc to newRV_noinc in a few places (graph and
  fetch) otherwhise I'm afraid we got the refference count wrong and perl
  was leaking memmory like a sive ...
- 1999/08/24 -- Tobi
  added -lm to perl Makefile.PL just to be sure it is there when
  perl builds its shared module ...
+ 1999/08/23 -- Tobi
  added test for "-q float=rndsngl" todo proper IEEE math on AIX 4.2.0 with
  IBM xlC
+ 1999/08/23 -- Tobi
  added new stripes example ...
- 1999/08/23 -- Tobi
  fixed spacing adjustment with '\s' instead of 1.5 it now adds 0.5
  line-hights ...
- 1999/08/20 -- Tobi + Jesper Skriver <jesper at skriver.dk>
  found and fixed buffer overflow in legend processing when dealing with
  large numbers
+ 1999/08/20 -- Philippe.Simonet at swisscom.com
  range-check option for rrdrestore
- 1999/08/19 -- Tobi
  replaced micro by u in SI prefix array
- 1999/08/19 -- Tobi
  better floating point veryfication in IEEE test ... missed SIGFPE
  condition in freeBSD.
- 1999/08/17 -- Tobi reacting to a bug report from W. James Showalter, Jr.
  made time parser work as expected with dates of the form august 20 1999 as
  well as dates of the form 8/17/1999 and 17.8.1999
- 1999/08/17 -- Blair Zajac <bzajac at geostaff.com>
  propagate CFLAGS from configure to PERL module compilation
- 1999/08/17 -- Ragnar Kjørstad <mrtg at ragnark.vestdata.no>
  fixed perl path in log2rrd contrib script
- 1999/08/16 -- Philippe.Simonet at swisscom.com
  DINF and friends for NT

* Mon Aug 30 1999 Henri Gomez <gomez at slib.fr>

- 1.0.6-3
- move perl modules in installdir.
- move log2rrd to /usr/bin and added logall2rrd.

-
Henri Gomez                 ___[_]____
EMAIL : gomez at slib.fr         (. .)                     
PGP KEY : 4912D659    ...oOOo..(_)..oOOo...
PGP Fingerprint : 8CAD0D50356DA7E45C540B010FFE39E8

--
* To unsubscribe from the rrd-users mailing list, send a message with the
  subject: unsubscribe to rrd-users-request at list.ee.ethz.ch



More information about the rrd-users mailing list