Changes 1.4.9:
New Features ------------ * allows rrdrestore to read input from stdin * add documentation for RRDs::xport * RPN operators MINNAN and MAXNAN * --left-axis-format option to rrd_graph Bugfixes -------- * properly verify validity of user suplied format strings * remove graph functions from python module when compiled without graphing support * verify that only short integers are used in COMPUTE rpn expressions * eliminate duplicate setlocale calls * fixed endless loop and double frees in rrd_restore * fixed missing variable initializations in rrd_graph * fixed JSON output format to actually be valid JSON * detect failing fallocate and fall back to seeking * fixed format string in ruby bindings
This commit is contained in:
parent
23358a9772
commit
aecc99f203
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.113 2014/08/25 14:27:01 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.114 2014/10/07 10:23:41 adam Exp $
|
||||
#
|
||||
# Please, also update databases/ruby-rrdtool
|
||||
|
||||
DISTNAME= rrdtool-1.4.8
|
||||
DISTNAME= rrdtool-1.4.9
|
||||
CATEGORIES= databases graphics net
|
||||
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.45 2014/08/24 07:06:02 adam Exp $
|
||||
$NetBSD: distinfo,v 1.46 2014/10/07 10:23:41 adam Exp $
|
||||
|
||||
SHA1 (rrdtool-1.4.8.tar.gz) = 56d68857f39e70bfa32360947614d8220702ed02
|
||||
RMD160 (rrdtool-1.4.8.tar.gz) = c02412211e6e51f3c77182c08f5cdfa3426765d1
|
||||
Size (rrdtool-1.4.8.tar.gz) = 1379482 bytes
|
||||
SHA1 (rrdtool-1.4.9.tar.gz) = c83b158b4aaadbf28b15823fa863db1672700d3b
|
||||
RMD160 (rrdtool-1.4.9.tar.gz) = 8c067f0207bdfeb067be3c9b31c8e35009485200
|
||||
Size (rrdtool-1.4.9.tar.gz) = 1385640 bytes
|
||||
SHA1 (patch-aa) = 317fc6e46e15333574d0e977d8ab34e916920f4a
|
||||
SHA1 (patch-ab) = 81131a74c8e9b81edfaa4b6746d4ab8508e82ac2
|
||||
SHA1 (patch-al) = abc25497a10d59b1ad2e3a263f818eef89985538
|
||||
|
|
Loading…
Reference in a new issue