Accepting request 107965 from home:vdziewiecki:branches:devel:languages:python

- update to 1.4.7
	* check in /usr/lib64 for tclConfig.sh too
	* remove perl 5.004 compatibility hack and make RRDs compile with newer
	  perls.
	* added support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes.
	* configure option to disable building rrd_graph: --disable-rrd_graph
	   With support from Ulf Zimmermann (OpenLane)
	* fixed segfault in rrdtool (xport, fetch, graph) when handling
	   error conditions. -- James Brown
	* fix uninitialized variable in rrd_graph (#322)
	* improved data reduction algorithm in graph: after fetching, data must be
	   reduced to at least chart resolution, else some data will not get plotted.
	      fix for #298
	* plug memory leak in lua bindings #301
	* improve cross compiling -- Michael Olbrich

OBS-URL: https://build.opensuse.org/request/show/107965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rrdtool?expand=0&rev=25
This commit is contained in:
Sascha Peilicke
2012-03-06 08:38:38 +00:00
committed by Git OBS Bridge
parent 4bc9e128d0
commit 7fa1bfacda
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Mar 5 11:41:55 UTC 2012 - vdziewiecki@suse.com
- update to 1.4.7
* check in /usr/lib64 for tclConfig.sh too
* remove perl 5.004 compatibility hack and make RRDs compile with newer
perls.
* added support for rrdgraph to use the yotta, zetta, zepto, yocto prefixes.
* configure option to disable building rrd_graph: --disable-rrd_graph
With support from Ulf Zimmermann (OpenLane)
* fixed segfault in rrdtool (xport, fetch, graph) when handling
error conditions. -- James Brown
* fix uninitialized variable in rrd_graph (#322)
* improved data reduction algorithm in graph: after fetching, data must be
reduced to at least chart resolution, else some data will not get plotted.
fix for #298
* plug memory leak in lua bindings #301
* improve cross compiling -- Michael Olbrich
-------------------------------------------------------------------
Mon Jan 30 19:28:22 CET 2012 - dmueller@suse.de