[gnumeric-web] Gnumeric 1.12.47
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric-web] Gnumeric 1.12.47
- Date: Sat, 9 May 2020 22:54:01 +0000 (UTC)
commit c4c9bf7a30c3a8fc971aa5c27cfa49bdd68ba047
Author: Morten Welinder <terra gnome org>
Date: Sat May 9 18:53:43 2020 -0400
Gnumeric 1.12.47
Makefile | 1 +
announcements/1.12/gnumeric-1.12.47.html | 156 +++++++++++++++++++++++++++++++
announcements/1.12/index.html | 1 +
changelogs/1.12/changelog-1.12.47.txt | 110 ++++++++++++++++++++++
download.html | 2 +-
index.html | 12 +++
6 files changed, 281 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
index e027a04..ba00255 100644
--- a/Makefile
+++ b/Makefile
@@ -292,6 +292,7 @@ WWWFILES = \
announcements/1.12/gnumeric-1.12.44.html \
announcements/1.12/gnumeric-1.12.45.html \
announcements/1.12/gnumeric-1.12.46.html \
+ announcements/1.12/gnumeric-1.12.47.html \
\
style/date.png \
style/gnumeric52.png \
diff --git a/announcements/1.12/gnumeric-1.12.47.html b/announcements/1.12/gnumeric-1.12.47.html
new file mode 100644
index 0000000..3cc9685
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.47.html
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!-- MARKER: start-header -->
+<head>
+<title>Gnumeric</title>
+<link rel="stylesheet" href="/style/style.css" type="text/css" />
+<link rel="icon" type="image/png" href="/logo.png" />
+</head>
+<body>
+<div id="wrap">
+ <a href="/"><div id="header">
+ <h1 id="logo-text"><span>Gnumeric</span></h1>
+ <p id="slogan">Free, Fast, Accurate — Pick Any Three!</p>
+ <img id="logo" src="/gnumeric.png" alt="logo" class="float-right"/>
+ </div></a>
+
+ <div id="nav">
+ <ul>
+ <li><a href="/">Home</a></li>
+ <li><a href="/development.html">Development</a></li>
+ <li><a href="/contact.html">Contact</a></li>
+ </ul>
+ </div>
+
+ <div id="content-wrap">
+ <!-- MARKER: start-main -->
+ <div id="fullmain">
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>Gnumeric 1.12.47 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability
+ of Gnumeric version 1.12.47. This is mainly a bugfix release,
+ but also features a few improvements to ssconvert, our command
+ line spreadsheet converter.</p>
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Andreas
+ <ul>
+ <li>
+ Fix chart and image name roundtrip through ODF. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/477">Bug 477</a>].
+ </li>
+ <li>
+ Fix print flag roundtrip for sheet objects through ODF. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/486">Bug 486</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Jean
+ <ul>
+ <li>
+ Fix crash when the embedded spreadsheet is invalid. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/481">Bug 481</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Morten
+ <ul>
+ <li>
+ Fix dialog size problem.
+ </li>
+ <li>
+ Add "--set CELL=CONTENTS" option to ssconvert.
+ </li>
+ <li>
+ Improve tests.
+ </li>
+ <li>
+ Improve speed on exit with lots of conditional formatting.
+ </li>
+ <li>
+ Improve error message [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/472">Bug
472</a>].
+ </li>
+ <li>
+ Impose ordering of ssconvert --export-graphs.
+ </li>
+ <li>
+ Doc fixes.
+ </li>
+ <li>
+ Fix CELL crash. [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/479">Bug 479</a>].
+ </li>
+ <li>
+ Handle export options for ssconvert --export-graphs.
+ </li>
+ <li>
+ Fix deps crash. [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/480">Bug 480</a>].
+ </li>
+ <li>
+ Fix chart name roundtrip through XLSX. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/478">Bug 478</a>].
+ </li>
+ <li>
+ Fix sheet object print flag roundtrip through XLSX. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/486">Bug 486</a>].
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>goffice 0.10.47 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ goffice version 0.10.47. This is a bugfix release.</p>
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Jean
+ <ul>
+ <li>
+ Fix crash if a XY plot series has data labels but no valid data. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/426">Bug 426</a>].
+ </li>
+ <li>
+ Fix criticals related to data labels. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/428">Bug 428</a>].
+ </li>
+ <li>
+ Fix a drawing error in contour plots. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/458">Bug 458</a>].
+ </li>
+ <li>
+ Ensure that all required dims have valid data in a valid series. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/466">Bug 466</a>].
+ </li>
+ <li>
+ Fix legend order in bar plots.
+ </li>
+ <li>
+ Test plot series validity after a data change. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/468">Bug 468</a>] .
+ </li>
+ <li>
+ Fix crossing axis position. [#45].
+ </li>
+ <li>
+ Fix component duplication. [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/483">Bug
483</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Morten
+ <ul>
+ <li>
+ Fix library namespace issue.
+ </li>
+ <li>
+ Implement auto-by-extension for image files.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>Availability</h2>
+ <blockquote>
+ <p><a
href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/">http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/</a></p>
+ <p><a
href="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/">http://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/</a></p>
+ </blockquote>
+ </div>
+ </div>
+ <!-- MARKER: end-main -->
+ <!-- MARKER: start-sidebar -->
+ <!-- MARKER: end-sidebar -->
+ </div>
+</div>
+</body>
+</html>
diff --git a/announcements/1.12/index.html b/announcements/1.12/index.html
index 5c97ad3..91e7b8b 100644
--- a/announcements/1.12/index.html
+++ b/announcements/1.12/index.html
@@ -32,6 +32,7 @@
These are stable releases indented for regular users who want stability over
features. Generally we do not add features to stable series.</p>
<ul>
+ <li><a href="gnumeric-1.12.47.html">1.12.47</a></li>
<li><a href="gnumeric-1.12.46.html">1.12.46</a></li>
<li><a href="gnumeric-1.12.45.html">1.12.45</a></li>
<li><a href="gnumeric-1.12.44.html">1.12.44</a></li>
diff --git a/changelogs/1.12/changelog-1.12.47.txt b/changelogs/1.12/changelog-1.12.47.txt
new file mode 100644
index 0000000..53bbb46
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.47.txt
@@ -0,0 +1,110 @@
+2020-05-09 Morten Welinder <terra gnome org>
+
+ * Release 1.12.47
+
+2020-05-06 Jean Brefort <jean brefort normalesup org>
+
+ * component/Gnumeric-embed.xml.in: fix the menus and toolbars.
+ * component/gnumeric.c (go_gnm_component_edit): ditto.
+ * src/wbc-gtk-actions.c (component_changed_cb): don't loose the component
+ before using it.
+ * src/wbc-gtk-impl.h:fix the menus and toolbars.
+ * src/wbc-gtk.c (set_uifilename), (wbc_gtk_init): ditto.
+
+2020-05-04 Morten Welinder <terra gnome org>
+
+ * src/sheet-object.c (sheet_object_get_print_flag): New function.
+
+2020-04-29 Morten Welinder <terra gnome org>
+
+ * src/sheet.c (cb_pending_redraw_handler): Do some cheap merging
+ of ranges before redrawing. That should away some degenerate
+ cases.
+ (sheet_queue_redraw_range): Switch to using array for ranges.
+
+ * src/ssconvert.c (convert): Infer image format from filename for
+ object export just as for regular conversion.
+
+2020-04-26 Morten Welinder <terra gnome org>
+
+ * src/sheet.c (sheet_clear_region): Fix type of clear_flags.
+ (gnm_sheet_finalize): Free the list of pending redraws, just in
+ case.
+
+ * src/dependent.c (style_dep_unrender): Queue the redraw instead
+ of doing it.
+
+ * src/sheet.c (sheet_redraw_region): We don't need the redraw-all
+ hack here. It's also in sc_redraw_range.
+ (sheet_queue_redraw_range): New function for queueing redraws that
+ we cannot actually handle happening right now.
+
+2020-04-26 Jean Brefort <jean brefort normalesup org>
+
+ * src/sheet-object-component.c (sheet_object_component_new): really fix
+ the component reference count issue.
+ * src/wbc-gtk-actions.c: ditto.
+
+2020-04-25 Jean Brefort <jean brefort normalesup org>
+
+ * component/gnumeric.c (go_gnm_component_update_data),
+ (go_gnm_component_set_data), (go_gnm_component_render): fix crash when the
+ embedded spreadsheet is invalid. [#481]
+ * src/sheet-object-component.c (soc_xml_finish),
+ (sheet_object_component_new): fix object reference count.
+
+2020-04-24 Morten Welinder <terra gnome org>
+
+ * src/dependent.c (sheet_region_queue_recalc): Fix problem with
+ non-cell deps. See #480.
+
+2020-04-21 Morten Welinder <terra gnome org>
+
+ * src/ssconvert.c (export_objects_for_sheet): New function
+ extracted from do_split_save.
+
+2020-04-20 Morten Welinder <terra gnome org>
+
+ * src/ssconvert.c (resolve_template): Expand %o to sheet object
+ name, if present, or the empty string.
+
+2020-04-19 Morten Welinder <terra gnome org>
+
+ * src/ssconvert.c (list_image_formats): New function, handling new
+ option --list-image-formats.
+ (do_split_save): When exporting graphs, sort top-to-bottom,
+ left-to-right.
+
+2020-04-13 Morten Welinder <terra gnome org>
+
+ * src/sheet-object-graph.c (gnm_sog_write_image): Fix criticals.
+
+ * src/ssconvert.c (do_split_save): Fix double-free.
+
+2020-04-12 Morten Welinder <terra gnome org>
+
+ * src/ssconvert.c (clipboard_export): Avoid critical.
+ (convert): Avoid critical.
+
+ * src/workbook-view.c (workbook_view_new_from_input): Spell out
+ which file we complain over. See #472.
+
+2020-03-03 Morten Welinder <terra gnome org>
+
+ * src/ssconvert.c (apply_updates): Move NULL check into here so
+ all callers are covered.
+
+2020-02-24 Jean Brefort <jean brefort normalesup org>
+
+ * src/ssconvert.c (convert): don't crash if ssconvert_set_cells is
+ NULL.
+
+2019-11-12 Morten Welinder <terra gnome org>
+
+ * src/gui-util.c (gnm_restore_window_geometry): Something changed
+ in Gtk+ in the past decade. Attach to size-allocate instead of
+ unrealize.
+
+2019-11-06 Morten Welinder <terra gnome org>
+
+ * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 20129ce..db4305f 100644
--- a/download.html
+++ b/download.html
@@ -49,7 +49,7 @@
<div class="generalitem">
<h2><span class="gnumeric-bullet"></span>Source Code</h2>
<p>Users experienced with compiling software
- can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.46.tar.xz">download
+ can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.47.tar.xz">download
the latest release</a>.</p>
</div>
</div>
diff --git a/index.html b/index.html
index 99e346c..e09e922 100644
--- a/index.html
+++ b/index.html
@@ -49,6 +49,18 @@
found</a>.</span></p>
</div>
</div>
+ <div class="newsitem">
+ <h2>
+ <span class="date">
+ <span class="month">May</span>
+ <span class="year">2020</span>
+ </span>
+ Gnumeric 1.12.47
+ </h2>
+ <p><a href="announcements/1.12/gnumeric-1.12.47.html">Gnumeric
+ 1.12.47 is out</a>. Get it
+ from <a href="download.html">here</a>!</p>
+ </div>
<div class="newsitem">
<h2>
<span class="date">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]