[gnumeric-web] Gnumeric 1.12.53
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric-web] Gnumeric 1.12.53
- Date: Sat, 17 Sep 2022 21:07:57 +0000 (UTC)
commit 3e9cc1fca89494dcf332873169ad5ffc49ef3eee
Author: Morten Welinder <terra gnome org>
Date: Sat Sep 17 17:07:45 2022 -0400
Gnumeric 1.12.53
Makefile | 1 +
announcements/1.12/gnumeric-1.12.53.html | 117 +++++++++++++++++++++++++++++++
announcements/1.12/index.html | 1 +
changelogs/1.12/changelog-1.12.53.txt | 30 ++++++++
download.html | 2 +-
index.html | 12 ++++
6 files changed, 162 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
index 330d612..651bdac 100644
--- a/Makefile
+++ b/Makefile
@@ -298,6 +298,7 @@ WWWFILES = \
announcements/1.12/gnumeric-1.12.50.html \
announcements/1.12/gnumeric-1.12.51.html \
announcements/1.12/gnumeric-1.12.52.html \
+ announcements/1.12/gnumeric-1.12.53.html \
\
style/date.png \
style/gnumeric52.png \
diff --git a/announcements/1.12/gnumeric-1.12.53.html b/announcements/1.12/gnumeric-1.12.53.html
new file mode 100644
index 0000000..6238efc
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.53.html
@@ -0,0 +1,117 @@
+<?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.53 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.12.53.</p>
+ <p>Noteworthy news in this release: a crash related to re-using dialogs affecting newer Gtk+
versions was fixed.</p>
+
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Morten
+ <ul>
+ <li>
+ Fix xlsx import of T.INV.
+ </li>
+ <li>
+ Fix inter-process array paste problem. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/634";>Bug 634</a>].
+ </li>
+ <li>
+ Fix problem with xlsx number format 14.
+ </li>
+ <li>
+ Fix problems with complex number rendering. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/638";>Bug 638</a>].
+ </li>
+ <li>
+ Fix near-denormal parsing case. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/656";>Bug 656</a>].
+ </li>
+ <li>
+ Fix mildly crazy ROUND edge cases. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/661";>Bug 661</a>].
+ </li>
+ <li>
+ Fix dialog reuse problem. [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/657";>Bug
657</a>].
+ </li>
+ <li>
+ Fix sc import problem. [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/663";>Bug
663</a>].
+ </li>
+ <li>
+ Work a little harder at avoiding -0. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/652";>Bug 652</a>].
+ </li>
+ <li>
+ Fix html import problem. [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/669";>Bug
669</a>].
+ </li>
+ <li>
+ Fix reading localc extension for engineering format. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/659";>Bug 659</a>].
+ </li>
+ <li>
+ Fix strict-conformance ods problem with E-notation. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/672";>Bug 672</a>].
+ </li>
+ <li>
+ Improve test suite.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>goffice 0.10.53 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ goffice version 0.10.53. This is a bugfix release.</p>
+
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Morten
+ <ul>
+ <li>
+ Fix problem rendering "...E-xx" numbers. [<a
href="https://gitlab.gnome.org/GNOME/goffice/issues/60";>Bug 60</a>].
+ </li>
+ <li>
+ Hack around introspection issue. [Part of <a
href="https://gitlab.gnome.org/GNOME/goffice/issues/59";>Bug 59</a>].
+ </li>
+ <li>
+ Fix crash in plot [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/667";>Bug 667</a>].
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>Availability</h2>
+ <p><a
href="https://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/";>https://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/</a></p>
+ <p><a
href="https://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/";>https://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 b2cdb67..fc67105 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.53.html">1.12.53</a></li>
<li><a href="gnumeric-1.12.52.html">1.12.52</a></li>
<li><a href="gnumeric-1.12.51.html">1.12.51</a></li>
<li><a href="gnumeric-1.12.50.html">1.12.50</a></li>
diff --git a/changelogs/1.12/changelog-1.12.53.txt b/changelogs/1.12/changelog-1.12.53.txt
new file mode 100644
index 0000000..8a6aa5d
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.53.txt
@@ -0,0 +1,30 @@
+2022-09-17 Morten Welinder <terra gnome org>
+
+ * Release 1.12.53
+
+2022-08-29 Morten Welinder <terra gnome org>
+
+ * src/value.c (value_new_float): Avoid -0.
+
+2022-08-24 Morten Welinder <terra gnome org>
+
+ * src/gui-util.c (gnm_keyed_dialog): Simplify signal handling.
+ Fixes #657, I hope.
+
+2022-08-17 Morten Welinder <terra gnome org>
+
+ * src/gutils.c (gnm_utf8_strto): Handle near-denormal case.
+
+2022-06-06 Morten Welinder <terra gnome org>
+
+ * src/complex.c (gnm_complex_to_string): Use go_dtoa as building
+ block. Ensure uppercase "E" in exponential forms.
+
+2022-05-05 Morten Welinder <terra gnome org>
+
+ * src/xml-sax-read.c (xml_cell_set_array_expr): Fix inter-process
+ array non-corner element problem. [Part of #634]
+
+2022-04-18 Morten Welinder <terra gnome org>
+
+ * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 826c708..f024ead 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.52.tar.xz";>download
+ can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.53.tar.xz";>download
the latest release</a>.</p>
</div>
</div>
diff --git a/index.html b/index.html
index bcf24a6..7421ec1 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">Sep</span>
+ <span class="year">2022</span>
+ </span>
+ Gnumeric 1.12.53
+ </h2>
+ <p><a href="announcements/1.12/gnumeric-1.12.53.html">Gnumeric
+ 1.12.53 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]