作図ソフト dia の改良版
Revision | 9e44c0898c842fd54be14433dd5e7e5351b144ce (tree) |
---|---|
Zeit | 2014-09-06 00:26:35 |
Autor | Hans Breuer <hans@breu...> |
Commiter | Hans Breuer |
Dia 0.97.3 - bug-fix release (NEWS)
dia-0.97.3: 2014-09-05
@@ -1,4 +1,4 @@ | ||
1 | -dia-0.97.3: 2014-03-xx | |
1 | +dia-0.97.3: 2014-09-05 | |
2 | 2 | |
3 | 3 | * Fix double free with some SVG rendering (regression from Dia 0.97.2) |
4 | 4 | * Fixes to cope better with updated versions of Dia's dependencies: |
@@ -25,7 +25,7 @@ | ||
25 | 25 | #endif |
26 | 26 | #define HAVE_LIBZ |
27 | 27 | |
28 | -#define VERSION "0.97.2" | |
28 | +#define VERSION "0.97.3" | |
29 | 29 | |
30 | 30 | /* |
31 | 31 | * We are linking libxml as DLL with either msvc or mingw, but this |
@@ -1,6 +1,6 @@ | ||
1 | 1 | dnl Process this -*- autoconf -*- file with autoconf to produce a |
2 | 2 | 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) | |
4 | 4 | AC_CONFIG_SRCDIR(app/diagram.c) |
5 | 5 | AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION) |
6 | 6 | m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) |