Donate Share

dia Win32 Installer

File Release Notes and Changelog

Release Name: 0.95-1

Notes:
* Fix of bug #339562 (page margins restriction), #338336 ("query" in 
  umloperation_offsets), and #334771 (ungroup crashes)

MD5:
bd4d5bd71b60b9ce11610256534e4d82  dia-0.95-1-1.tar.bz2
69417525e39785d242ed540958fcb58c dia-win32-binaries-0.95-1.zip


Changes: 2006-05-26 Lars Clausen <lars@raeder.dk> * RELEASE-PROCESS: * doc/{en,pl,eu}/dia.xml: * config.h.win32: * configure.in: Update to version 0.95-1. * app/app_procs.c: * app/filedlg.c * app/display.c: * app/interface.c: * app/load_save.c: * app/sheets.c: * lib/dia_image.c: * lib/message.c: * plug-ins/python/pydia-error.c: * plug-ins/python/diamodule.c: * plug-ins/wmf/wmf.cpp: Patch from Hans de Goede: Fix bug #342111, security vulnerabilities from string format errors. 2006-05-21 Hans Breuer <hans@breuer.org> * app/pagesetup.c app/diapagelayout.c : restrict every page margin to a little less than half of the page. This guarantees margins leaving some useable page area and thus avoids crashing on negative page sizes. Fixes bug #339562 (also applied to HEAD) 2006-05-13 Hans Breuer <hans@breuer.org> * objects/UML/umloperationc: add "query" to umloperation_offsets. Patch from Peter Allin, fixes bug #338336 * app/diagram.c(diagram_ungroup_selected) : operate on a copy of data-Selected cause the original is modified during use. Patch from Victor Stinner, fixes bug #334771