Update to 0.8.10:
goffice 0.8.10: Andreas: * Make sure the first rather than the last error is shown. * Plug leak. * Provide the opportunity of all errors to be shown. Jean: * Always use real line width when evaluating dashes. [#442546] * Update x and y limits when data change for xyz plots. [#627288] * Do not crash when displaying cubic spline with no abscissa. [#627507] * Do not save image filling with no image. [#627690] * Don't use g_free instead of xmlFree. [#627700] * Optionnaly delete trendlines from legend. [#628031] * Fix critical in go_doc_finalize. [#628467] * Fixed a potential crasher in gog_styled_object_document_changed. [#628671] * Fixed GOImage references management. [#628732] Morten: * Limit formats to sane number of decimals. [#627066] * Fix minor go_string_replace issue. * Plug leaks. * Fix char-xmlChar confusion. * Fix graph crash. [#628259] * Improve go_format_is_date. * Improve handling of date axes with time-of-day. * Fix FMR on image load. [Part of #628467]
This commit is contained in:
parent
14b96692a2
commit
b85c868148
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 2010/08/17 14:34:40 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2010/09/13 10:58:43 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= goffice-0.8.9
|
||||
DISTNAME= goffice-0.8.10
|
||||
PKGNAME= ${DISTNAME:S/goffice/goffice0.8/}
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.8/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2010/08/17 14:34:40 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.8 2010/09/13 10:58:43 wiz Exp $
|
||||
|
||||
SHA1 (goffice-0.8.9.tar.gz) = 02082bdad76b5ec982920961db05cad2f7b49577
|
||||
RMD160 (goffice-0.8.9.tar.gz) = da3100e69c2fe012fd7e4aa18d19b1710df39f9b
|
||||
Size (goffice-0.8.9.tar.gz) = 3512148 bytes
|
||||
SHA1 (goffice-0.8.10.tar.gz) = 692e42064262c10020d6e65d874977096dd01242
|
||||
RMD160 (goffice-0.8.10.tar.gz) = c91fb5a7938fdd2f8db52293a5c9be98c231cec1
|
||||
Size (goffice-0.8.10.tar.gz) = 3524874 bytes
|
||||
|
|
Loading…
Reference in a new issue