• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

Revisión9e44c0898c842fd54be14433dd5e7e5351b144ce (tree)
Tiempo2014-09-06 00:26:35
AutorHans Breuer <hans@breu...>
CommiterHans Breuer

Log Message

Dia 0.97.3 - bug-fix release (NEWS)

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

Cambiar Resumen

Diferencia incremental

--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
1-dia-0.97.3: 2014-03-xx
1+dia-0.97.3: 2014-09-05
22
33 * Fix double free with some SVG rendering (regression from Dia 0.97.2)
44 * Fixes to cope better with updated versions of Dia's dependencies:
--- a/config.h.win32
+++ b/config.h.win32
@@ -25,7 +25,7 @@
2525 #endif
2626 #define HAVE_LIBZ
2727
28-#define VERSION "0.97.2"
28+#define VERSION "0.97.3"
2929
3030 /*
3131 * We are linking libxml as DLL with either msvc or mingw, but this
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
11 dnl Process this -*- autoconf -*- file with autoconf to produce a
22 dnl configure script.
3-AC_INIT(dia, 0.97.2, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
3+AC_INIT(dia, 0.97.3, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
44 AC_CONFIG_SRCDIR(app/diagram.c)
55 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
66 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])