SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for rrdtool-1.0.28-1.i386.rpm :
Thu Dec 14 11:00:00 2000 Peter Hanecak
- %{_tmppath}, %{_prefix}, %{configure} and other macros used

Fri Oct 20 12:00:00 2000 Henri Gomez
- 1.0.28
- spec file adapted to RH 7.0
- compiled on Redhat 6.1 box plus updates with rpm-3.0.5

Thu Jul 13 12:00:00 2000 Henri Gomez
- 1.0.25
- 2000/06/26 -- Rainer.BawidamannAATTinformatik.uni-ulm.de
fix for segfault in rrd_info.c ... next->next was not initialized

Mon Jul 10 12:00:00 2000 Henri Gomez
- 1.0.24
- 2000/06/13 -- Michael O\'Reilly
RRDs:fetch was broken ... (missing braces in RRDs.xs)

Thu Apr 6 12:00:00 2000 Henri Gomez
- 1.0.16
- added missing rrd_format.h back into the distro .. grrrr
- new patche for RPM package to correct problems in building with
shared libs for tcl/perl-shared

Thu Apr 6 12:00:00 2000 Henri Gomez
- 1.0.15
- alloc error in RPN code of rrd_graph found ... and fixed
- Made tcl install optional as suggested by E. Lagache
- TCL Build Fix
- configure.in had wrong error message for nan==nan

Wed Apr 5 12:00:00 2000 Henri Gomez
- 1.0.14
- added function prototypes to rrd_graph and rrd_restore
- made perl build more robust
- clickgraph contrib ... interactive data explorer ...
- fixes for TCL module compilation
- rrdgraph dead code ...
- fetch pic flag from libtool ..
- TCL bindings for rrdtool
- rrd_update should not change its argv string ... this can be
fatal for external processes calling it ..
- made sure the CDEF evaluator does not ever try to compare against NaN
added new CDEF operators MIN,MAX,LIMIT
- examples/pipe-demo.pl.in was still using %f instead of %lf
- added some check to free calls in rrdcgi so that we don\'t free anything
which is already NULL ... freebsd hates this ...
- Added RRD:GETENV to Pass 1 of rrdcgi
- added casting to floating point routines where needed. (get 64bit working)
- added --alt-autoscale-max to autoscale only on the max value.
- contributed php3 bindings contrib/php3
- Removed PL_na reference from RRD.xs ... it does now work with Perl 5.6
- added many more warning switches to rrdtool
- out of bounds error in OP_PREV processing (rrd_graph.c) fixed
- hpux uses RRDs.sl instead of RRDs.so ... I have changed the Makefile to handle this.

Tue Feb 15 11:00:00 2000 Henri Gomez
- 1.0.13
- restored rrd_tool.h ... got zeroed during the last distro process ...

Mon Feb 14 11:00:00 2000 Henri Gomez
- 1.0.12
- contributed rrdfetchnames for getting names of an rrd
- more documentation on COUNTER/ABSOLUTE/GAUGE ....
- added try time to build process
- NT thinks 0 > NaN || 0 < NaN == ture ... fied rrd_update.c accordingly
- added FPMASK and SIG8 fixes to rrd_cgi ... will prevent it from sig FPE crashes
on FreeBSD and others ...
- Improved \\g by giving it the ability to squash empty %s
return values

Mon Feb 7 11:00:00 2000 Henri Gomez
- 1.0.11
- added formating marker \'\\g\' to rrd_graph to remove
the spacing between two items printed into the graph
- make sure rrd_graph --lazy does not get confused by broken
images.
- applie range check to values supplied to update and not
to pdp values
- fixed rpn parser to allow variable names like nantuket
- another example for rrdcgi manpage
- contrib script to kill spikes from rrd dump
- fixed \'fetch\' example in the RRDs manpage
- contributed add_ds a perl script for adding new ds es to existing rrds
- contributed rrdlastds script ... pulling current values from an rrd
- --goodfor and --refresh did not work for rrdcgi as the arguments never got
passed on. Introduced command in rrdcgi language to
fix this problem
- using - as input did not work for rrd_restore ...
- pass name of the c compile to the perl build along with the CFLAGS
- Removed special provisions for HPUX from rrd_format ... this might actually help HPUX to get
the NaN problems fixed
- in rrd_graph the data consolidation routine was initializing the with 0 instead of DNAN
this led to rather log MIN values

Fri Jan 7 11:00:00 2000 Henri Gomez
- 1.0.10-0
- The Update Bug solved ... rrdtool was in violation of the ANSI
C standard (7.9.5.3) by issuing a fwrite immediately after an
fread without fseek inbetween
- added - added documentation for - better explanation of lower and upper limit for rrdgraph
- fixed PRINT commands in example scripts
- to test -fPIC actually RUN a program ..

Tue Dec 28 11:00:00 1999 Henri Gomez
- 1.0.9-0
- use -fPIC when compiling and if the compiuler does not mind ... some platforms
have issues with the RRDs package otherwhise ...
- improved format check in rrd_graph
- rrdproc tool ... run linux interface stats straight from proc into rrdtool

Tue Nov 30 11:00:00 1999 Henri Gomez
- 1.0.8-2
- fixed user access to documentations (MarkAATTKnutsenAATTnasd.com)

Thu Nov 25 11:00:00 1999 Henri Gomez
- 1.0.8

Wed Nov 10 11:00:00 1999 Henri Gomez
- 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 12:00:00 1999 Henri Gomez
- 1.0.7-2
- latest fixes from beta 19991024

Mon Aug 30 12:00:00 1999 Henri Gomez
- 1.0.7-1
- 1999/08/27 -- bdowlingAATTnoc.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
found and fixed buffer overflow in legend processing when dealing with
large numbers
+ 1999/08/20 -- Philippe.SimonetAATTswisscom.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
propagate CFLAGS from configure to PERL module compilation
- 1999/08/17 -- Ragnar Kj�rstad
fixed perl path in log2rrd contrib script
- 1999/08/16 -- Philippe.SimonetAATTswisscom.com
DINF and friends for NT

Mon Aug 30 12:00:00 1999 Henri Gomez
- 1.0.6-3
- move perl modules in installdir.
- move log2rrd to /usr/bin and added logall2rrd.

Thu Aug 26 12:00:00 1999 Henri Gomez
- 1.0.6-2
- applied latest 1.0.6 patches
- added more examples

Wed Aug 25 12:00:00 1999 Henri Gomez
- 1.0.6-1
- Corrections in RPM spec file (install prefix, strip, clean-up, ...)
- Use shared library compile
- Add a devel package with static library and headers
- RH5.2 and RH6.0 perl ld.so is different, so there will be for now
two set of rrdtool (5.2 for RH5.2 and 6.0 for RH6.0).

Sat Aug 14 12:00:00 1999 Tobi
- Released 1.0.6
- Fixed install location of html pages ... they go to ../html now ...
- Fixed CDEF parser ... it should now be fine with a,-1,
*
- Updated rrdgraph manpage to be in line with the changes I made to alexs INF patch when integrating it ... sorry alex

Fri Aug 13 12:00:00 1999 Tobi
- Released 1.0.5
- Tested portability of 1.0.5 release on Solaris, Linux and FreeBSD
- changed IEEE tests ... now they tell you what fails and they are less picky

Thu Aug 12 12:00:00 1999 Alex + Tobi
- added INF and NEGINF operator to CDEF rpn functions. This pushes an positive or negative infinite number onto the stack respectively ... when graphing, they get replaced by a value equivalent to the upper or lower boundery of the graphing area ...

Tue Aug 10 12:00:00 1999 Tobi
- Integrated Blairs autoconf ... added dist and install support

Mon Aug 9 12:00:00 1999 Blair
- Added automake/libtool support ... with --enable-shared you can now get a shared library version of rrdtool ...

Fri Aug 6 12:00:00 1999 Tobi
- Released 1.0.4
- made rrdcgi parser more robust to invalid inputfiles.

Wed Aug 4 12:00:00 1999 Tobi + Philippe
- in rrd_cgi I was freeing cgi arguments. Fixed ...

Tue Aug 3 12:00:00 1999 Tobi
- added % operator to CDEF rpn functions ... this should allow for some funky operations in connection with TIME
- added --enable-site-perl option to configure for people who want the RRD{s,p} perl modules installed in their site-perl directories
- do not try to compile perl modules if no perl is found

Tue Aug 3 12:00:00 1999 Hermann Hueni
- drop \"rb\" open mode for non win32 architectures

Fri Jul 30 12:00:00 1999 Tobi
- Released 1.0.3
- Fixed default start time in rrd_create.
- Start time of new rrds was set to 1970.01.01 causing VERY long update times for the initial update ...

Fri Jul 30 12:00:00 1999 Tobias Weingartner
- spell fixes for documentation

Wed Jul 28 12:00:00 1999 Tobi
- Released 1.0.2
- Added configure checks for reallocs ability to deal with NULL pointers this helps compiling on SunOS
- Added check for memmove availablility. Replace with bcopy if necessary.
- Added better IEEE tests ...
- Added Dynamic stack allocation to RPN in CDEF
- fixed about 1000 memmory leaks in rrdcg. Wonder it was working before ...

Tue Jul 27 12:00:00 1999 Tobi & Tobias Weingartner
- Added DUP, POP and EXC operator for CDEF.

Tue Jul 27 12:00:00 1999 Sasha Mikheev
- alternate grid and scaling functions for rrdgraph. Use --alt-y-grid and --alt-autoscale to activate.

Mon Jul 26 12:00:00 1999 Tamas Kovacshazy
- improved vc++ project files for rrdtool

Mon Jul 26 12:00:00 1999 Tobi
- added ranlib to cgi png z and gd library ...

Fri Jul 23 12:00:00 1999 Tobi
- released 1.0.1
- plugged memory leek in parsetime.c
- fixed serious error in data_reduce function. This was causing the graph to intermittently disappear. It was also displaying inaccurate values for spiky data, if this data had to be reduced due to the width of the image as compared to the resolution of the RRA data. (does this fix the errors seen by cricket users ????)

Thu Jul 22 12:00:00 1999 Seth Lepzelter
- DEC needs -mieee to do proper IEEE math ... added configure test

Thu Jul 22 12:00:00 1999 Philippe.SimonetAATTswisscom.com
- vc++ project files for rrdtool

Mon Jul 19 12:00:00 1999 Alex van den Bogaerdt
- rrd file icon contributed

Mon Jul 19 12:00:00 1999 Tobi
- added strcasecmp function into parsetime as this is not available on all systems.

Thu Jul 15 12:00:00 1999 Tobi
- Released first \'stable\' version of RRDtool after almost 18 Month of \'development\'


 
ICM