[gnumeric-web] Gnumeric 1.12.46
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric-web] Gnumeric 1.12.46
- Date: Thu, 7 Nov 2019 00:28:03 +0000 (UTC)
commit 732907a6baca1838c436f2560b63f783ed283dd4
Author: Morten Welinder <terra gnome org>
Date: Wed Nov 6 19:27:43 2019 -0500
Gnumeric 1.12.46
Makefile | 1 +
announcements/1.12/gnumeric-1.12.46.html | 148 +++++++++++++++++++++++++++++++
announcements/1.12/index.html | 1 +
changelogs/1.12/changelog-1.12.46.txt | 59 ++++++++++++
download.html | 2 +-
index.html | 12 +++
6 files changed, 222 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
index 2867b5f..e027a04 100644
--- a/Makefile
+++ b/Makefile
@@ -291,6 +291,7 @@ WWWFILES = \
announcements/1.12/gnumeric-1.12.43.html \
announcements/1.12/gnumeric-1.12.44.html \
announcements/1.12/gnumeric-1.12.45.html \
+ announcements/1.12/gnumeric-1.12.46.html \
\
style/date.png \
style/gnumeric52.png \
diff --git a/announcements/1.12/gnumeric-1.12.46.html b/announcements/1.12/gnumeric-1.12.46.html
new file mode 100644
index 0000000..eff0c38
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.46.html
@@ -0,0 +1,148 @@
+<?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.46 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.12.46. This is a bugfix release.</p>
+
+ <p>Note: python2 is end-of-life. The python function plugin
+ is based on python2. It will not longer be built by default.
+ The introspection based python support is unaffected.</p>
+
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Andreas
+ <ul>
+ <li>
+ Fix format import from ODF. [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/403">Bug
403</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Jean
+ <ul>
+ <li>
+ Fix charts size in XLS format. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/414">Bug 414</a>].
+ </li>
+ <li>
+ Fix loading string from arrays in charts. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/416">Bug 416</a>].
+ </li>
+ <li>
+ Implement wrapping of rotated text. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/394">Bug 394</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Morten
+ <ul>
+ <li>
+ Fix over-eager guessing of dates in csv. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/401">Bug 401</a>].
+ </li>
+ <li>
+ Fix Mac build problem. [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/402">Bug
402</a>].
+ </li>
+ <li>
+ Fix inter-process paste crash [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/406">Bug
406</a>].
+ </li>
+ <li>
+ Fix problem saving cell protection to xlsx. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/409">Bug 409</a>].
+ </li>
+ <li>
+ Look for python3 before python. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/419">Bug 419</a>].
+ </li>
+ <li>
+ Fix SUMIF (etc) problem with blank criteria. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/423">Bug 423</a>].
+ </li>
+ <li>
+ Improve editing of percentages. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/413">Bug 413</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Thomas Kuehne
+ <ul>
+ <li>
+ Improve html import. [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/392">Bug
392</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Shlomi Fish
+ <ul>
+ <li>
+ Command line export of graphs. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/410">Bug 410</a>].
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>goffice 0.10.46 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ goffice version 0.10.46.</p>
+ <p>Noteworthy news in this release:</p>
+ <ul>
+ <li>...</li>
+ </ul>
+
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Jean
+ <ul>
+ <li>
+ Fix equations edition inside charts.
+ </li>
+ <li>
+ Fix legend contents for contour plots. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/404">Bug 404</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Morten
+ <ul>
+ <li>
+ Add more functions to inspect formats.
+ </li>
+ <li>
+ Fix UTF-8 problem with format "mmmmm".
+ </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 926933b..5c97ad3 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.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>
<li><a href="gnumeric-1.12.43.html">1.12.43</a></li>
diff --git a/changelogs/1.12/changelog-1.12.46.txt b/changelogs/1.12/changelog-1.12.46.txt
new file mode 100644
index 0000000..cf79601
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.46.txt
@@ -0,0 +1,59 @@
+2019-11-06 Morten Welinder <terra gnome org>
+
+ * Release 1.12.46
+
+2019-11-03 Morten Welinder <terra gnome org>
+
+ * src/ssconvert.c (do_split_save): Extend to create images from
+ each graph. Code adapted from Shlomi Fish code in #410.
+
+ * src/sheet-object.c (sheet_object_write_image): Document. Add
+ preconditions.
+ (sheet_object_save_as_image): New function.
+
+2019-11-02 Morten Welinder <terra gnome org>
+
+ * src/gutils.c (gnm_file_saver_common_export_option): Reorganize a
+ bit to silence warning.
+
+2019-10-31 Morten Welinder <terra gnome org>
+
+ * src/cell.c (gnm_cell_get_text_for_editing): Avoid excess
+ precision when editing percentages. [#413]
+
+ * src/criteria.c (parse_criteria): Be careful about critiria that
+ are either empty values or empty strings. The semantics are
+ special. [#423] Fix initial ref-count problem.
+
+2019-09-19 Jean Brefort <jean brefort normalesup org>
+
+ * src/cell-draw.c (cell_calc_layout): implement wrapping of rotated text.
+ Fixes #394.
+
+2019-09-16 Jean Brefort <jean brefort normalesup org>
+
+ * src/graph.c (gnm_go_data_vector_get_str): load strings from arrays.
+ Fixes #416.
+
+2019-06-27 Morten Welinder <terra gnome org>
+
+ * src/clipboard.c (cellregion_invalidate_sheet): Also invalidate
+ conditional formats that reference the sheet.
+
+2019-06-20 Morten Welinder <terra gnome org>
+
+ * configure.ac (lgamma_r): Check if we must prototype lgamma_r
+ ourselves. Fixes #402.
+ * src/numbers.h: Do so, if needed.
+
+2019-06-09 Morten Welinder <terra gnome org>
+
+ * src/stf-parse.c (stf_parse_options_guess_formats): If we cannot
+ choose between decimal comma and decimal point, but have seen only
+ one then assume it is a decimal separator.
+ (do_check_date): Reject date unless guessed format has all three
+ of year, month, and day. [#401]
+
+2019-05-22 Morten Welinder <terra gnome org>
+
+ * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 9ca10f4..20129ce 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.45.tar.xz">download
+ can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.46.tar.xz">download
the latest release</a>.</p>
</div>
</div>
diff --git a/index.html b/index.html
index 37cdbda..99e346c 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">Nov</span>
+ <span class="year">2019</span>
+ </span>
+ Gnumeric 1.12.46
+ </h2>
+ <p><a href="announcements/1.12/gnumeric-1.12.46.html">Gnumeric
+ 1.12.46 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]