diff --git a/.cvsignore b/.cvsignore index 2737cc6..a482f2e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/rrdtool.spec b/rrdtool.spec index 59f7edd..05e02ac 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -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 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 1.3.1-1 - Update to rrdtool 1.3.1 diff --git a/sources b/sources index 13f6173..545206d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 28074a9c368af013462631959ab90558 php4-r1190.tar.gz -ae0eb2465581574ed6355d378c96a17e rrdtool-1.3.1.tar.gz +c3ace16b360547fe2de1bef8390a6fcc rrdtool-1.3.2.tar.gz