ANNOUNCE: ristretto 0.1.0 released

Guido Berhoerster gber at opensuse.org
Thu Oct 6 23:05:19 CEST 2011


Hello,

there are several bugs in this release:

* in image_viewer.c, line 2284:
  RsttoImageViewer *viewer = RSTTO_IMAGE_VIEWER (viewer);
  should be
  RsttoImageViewer *viewer = RSTTO_IMAGE_VIEWER (widget);
* in image_viewer.c, cb_rstto_image_viewer_queued_repaint()
  returns random values because it it missing an explicit return
  statement
* in monitor_chooser.c, rstto_monitor_chooser_paint() and
  rstto_monitor_chooser_set_pixbuf() have the same problem
* it uses symbols from libm (e.g. sqrt()) but does not explicitly
  link against it

These issues are probably pretty straightforward to fix for you
but if you prefer I can file separate bugreports for them.
-- 
Guido Berhoerster


More information about the Xfce mailing list