Skip to content
  1. Mar 05, 2017
  2. Oct 21, 2016
  3. Sep 04, 2016
  4. Jul 15, 2016
  5. Jul 05, 2016
  6. Jun 30, 2016
  7. May 08, 2016
  8. Jan 03, 2016
  9. Oct 18, 2015
  10. Oct 03, 2015
  11. Sep 07, 2015
  12. Aug 08, 2015
  13. Jul 05, 2015
  14. Jun 17, 2015
  15. Mar 22, 2015
  16. Mar 16, 2015
  17. Mar 14, 2015
  18. Sep 05, 2014
    • Hans Breuer's avatar
      Dia 0.97.3 - bug-fix release (NEWS) · 9e44c089
      Hans Breuer authored
      dia-0.97.3: 2014-09-05
      
       * Fix double free with some SVG rendering (regression from Dia 0.97.2)
       * Fixes to cope better with updated versions of Dia's dependencies:
         - don't crash at start-up with ABI breaking GLib 2-36
         - don't assert in cairo 1.12 with invalid arc parameters
         - avoid kerning problems (character overlap) for all Pango versions
         - fix image files to be loadable by libpng16
       * Backport fixes for some seldom crashes and other annoyances, see:
         http://bugzilla.gnome.org/buglist.cgi?product=dia&target_milestone=0.97.3
       * Update translations for Brazilian Portuguese, German, Hungarian,
         Polish, Romanian, Serbian and Slovenian
      9e44c089
  19. Aug 24, 2014
  20. Jul 26, 2014
  21. Jul 06, 2014
  22. May 13, 2014
  23. Apr 18, 2014
  24. Mar 29, 2014
  25. Mar 27, 2014
  26. Mar 26, 2014
  27. Mar 25, 2014
  28. Mar 16, 2014
  29. Mar 15, 2014
  30. Mar 14, 2014
    • Hans Breuer's avatar
      Bug 710818 - Overflow safe wrappers for acos/asin (now really) · 67000b5a
      Hans Breuer authored
      acos() and asin() are only defined in a certain range. Implement some
      range/overflow safe wrappers rather than potentially passing infinite
      to other modules (e.g. cairo did assert() on it.)
      
      Additionally check for !isinf() in cairo plug-in (should not trigger
      anymore).
      
      (cherry picked from commit 9a1f9085)
      
      Conflicts:
      	plug-ins/cairo/diacairo-renderer.c
      67000b5a
  31. Mar 08, 2014