OBS User unknown
2008-03-10 17:35:10 +00:00
committed by Git OBS Bridge
parent 82b2a31005
commit b1401e84e1
6 changed files with 48 additions and 20 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Mar 10 15:03:46 CET 2008 - anicka@suse.cz
- update to 1.2.27
* bindings/ruby/main.c: be more helpful when raising rb_eTypeError
in string_arr string_arr_new(VALUE rb_strings).
* src/rrd_update.c: dropping cache after update does not help (in
this implementation)
* bindings/Makefile.am, bindings/python/setup.py: yet another
attempt to make the python build environment REALY cool
* bindings/Makefile.am, bindings/python/setup.py: make sure the
python extension gets the final resting place of the rrdlibrary
compiled in ...
* src/rrd_graph.c: don't use round since it is c99 ... use
floor(x+0.5) for positive numbers instead.
* src/rrd_graph.c: added some more rounding for int to float
comparisons
* src/rrd_graph.c: Testing an double and an integer for equality is
bound to produce odd results on times. Don't do it! --
* bugfixes, documentation fixes
- remove python patch (fixed in upstream)
-------------------------------------------------------------------
Wed Feb 20 16:35:44 CET 2008 - dmueller@suse.de