[dia/dia-0-97] Dia 0.97.3 - bug-fix release (NEWS)
- From: Hans Breuer <hans src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia/dia-0-97] Dia 0.97.3 - bug-fix release (NEWS)
- Date: Fri, 5 Sep 2014 15:28:55 +0000 (UTC)
commit 9e44c0898c842fd54be14433dd5e7e5351b144ce
Author: Hans Breuer <hans breuer org>
Date: Fri Sep 5 17:26:35 2014 +0200
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
NEWS | 2 +-
config.h.win32 | 2 +-
configure.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 44fdf1d..26797cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-dia-0.97.3: 2014-03-xx
+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:
diff --git a/config.h.win32 b/config.h.win32
index fa21820..55ab727 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -25,7 +25,7 @@
#endif
#define HAVE_LIBZ
-#define VERSION "0.97.2"
+#define VERSION "0.97.3"
/*
* We are linking libxml as DLL with either msvc or mingw, but this
diff --git a/configure.in b/configure.in
index a02ef31..c5edeed 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this -*- autoconf -*- file with autoconf to produce a
dnl configure script.
-AC_INIT(dia, 0.97.2, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
+AC_INIT(dia, 0.97.3, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
AC_CONFIG_SRCDIR(app/diagram.c)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]