Accepting request 36162 from devel:languages:python

Copy from devel:languages:python/rrdtool based on submit request 36162 from user anicka

OBS-URL: https://build.opensuse.org/request/show/36162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rrdtool?expand=0&rev=22
This commit is contained in:
OBS User autobuild
2010-03-31 17:54:29 +00:00
committed by Git OBS Bridge
parent 033a696cb7
commit e2ee7c01b3
4 changed files with 47 additions and 213 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Mar 30 18:16:24 CEST 2010 - anicka@suse.cz
- update to 1.4.3
* rrdcached: Log to stderr (in addition to syslog) when running
in foreground.
* rrdcached: Added -m command line option.
* rrdcached: Added -s option so set group permissions of the
UNIX domain socket.
* rrd_create: added --no-overwrite option. It prevents rrdtool
from clobbering existing rrd files.
* ruby bindings: rb_rrd_xport function
* use locale settings and _NL_TIME_WEEK_1STDAY to determine
the first day of the week. Works on Linux at least
* rrd_graph: \u to backup one line for special legend placement
tricks
* rrd_update: new (better) checker for incoming COUNTER
or DERIVED data.
-------------------------------------------------------------------
Mon Mar 8 10:00:49 UTC 2010 - coolo@novell.com
- update to 1.4.2
* RRD Caching Daemon (rrdcached)
See rrdcached documentation.
* The output of rrdtool dump has been adjusted to be simpler to parse by
existing xml parsers.
* RRD Graphing functions (rrdtool graph)
+ VDEF PERCENTNAN (a PRECENT that ignores NAN)
+ CDEF PREDICT and PREDICTSIGMA functions for on-the-fly
data prediction without the need to modify existing rrd files as it is
required for HoltWinters.
+ LibDBI integration provides a path to read data directly of a supported
SQL database into rrdtool graph. See rrdgraph_libdbi documentation.
* quite some more - see NEWS and CHANGES
-------------------------------------------------------------------
Mon Apr 20 17:59:12 CEST 2009 - crrodriguez@suse.de