- Update to rrdtool 1.3.2

fixes a data corruption bug when rrd wraps around
make imginfo behave the same as docs say it does
fixes for numerous memory leaks
This commit is contained in:
Jarod Wilson 2008-09-07 01:50:54 +00:00
parent 20c6ae2a4a
commit 38d7e7fcfc
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,4 @@
php4-r1190.tar.gz
rrdtool-1.3.0.tar.gz
rrdtool-1.3.1.tar.gz
rrdtool-1.3.2.tar.gz

View File

@ -8,7 +8,7 @@
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.3.1
Version: 1.3.2
Release: 1%{?dist}
License: GPLv2+ with exceptions
Group: Applications/Databases
@ -327,6 +327,12 @@ find examples/ -type f -exec chmod 0644 {} \;
%endif
%changelog
* Sat Sep 06 2008 Jarod Wilson <jwilson@redhat.com> 1.3.2-1
- Update to rrdtool 1.3.2
* fixes a data corruption bug when rrd wraps around
* make imginfo behave the same as docs say it does
* fixes for numerous memory leaks
* Tue Aug 12 2008 Jarod Wilson <jwilson@redhat.com> 1.3.1-1
- Update to rrdtool 1.3.1

View File

@ -1,2 +1,2 @@
28074a9c368af013462631959ab90558 php4-r1190.tar.gz
ae0eb2465581574ed6355d378c96a17e rrdtool-1.3.1.tar.gz
c3ace16b360547fe2de1bef8390a6fcc rrdtool-1.3.2.tar.gz