[gnumeric-web] Gnumeric: 1.12.52
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric-web] Gnumeric: 1.12.52
- Date: Tue, 19 Apr 2022 00:57:45 +0000 (UTC)
commit 7fa0512712fab8e268bb46880727ccb961151f74
Author: Morten Welinder <terra gnome org>
Date: Mon Apr 18 20:57:21 2022 -0400
Gnumeric: 1.12.52
Makefile | 1 +
announcements/1.12/gnumeric-1.12.52.html | 149 +++++++++++++++++++++++++++++++
announcements/1.12/index.html | 1 +
changelogs/1.12/changelog-1.12.52.txt | 37 ++++++++
download.html | 2 +-
index.html | 12 +++
6 files changed, 201 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
index f040ffd..330d612 100644
--- a/Makefile
+++ b/Makefile
@@ -297,6 +297,7 @@ WWWFILES = \
announcements/1.12/gnumeric-1.12.49.html \
announcements/1.12/gnumeric-1.12.50.html \
announcements/1.12/gnumeric-1.12.51.html \
+ announcements/1.12/gnumeric-1.12.52.html \
\
style/date.png \
style/gnumeric52.png \
diff --git a/announcements/1.12/gnumeric-1.12.52.html b/announcements/1.12/gnumeric-1.12.52.html
new file mode 100644
index 0000000..6833544
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.52.html
@@ -0,0 +1,149 @@
+<?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.52 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.12.52. This is a bugfix release.</p>
+
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Morten
+ <ul>
+ <li>
+ Attach the vertical alignment selector to the toolbar.
+ </li>
+ <li>
+ Improve the toolbar styling a bit.
+ </li>
+ <li>
+ Fix toolbar overflow menu's labeling.
+ </li>
+ <li>
+ Many improvements to vertical toolbars.
+ </li>
+ <li>
+ Install appdata file in new location [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/612">Bug 612</a>].
+ </li>
+ <li>
+ Allow styling of cell extension indicators.
+ </li>
+ <li>
+ Restore bolding of active sheet tab.
+ </li>
+ <li>
+ Fix import of mildly broken print settings in xlsx files from
+ OnlyOffice.
+ </li>
+ <li>
+ Various --with-long-double fixes.
+ </li>
+ <li>
+ Fix BITAND.
+ </li>
+ <li>
+ Test improvements.
+ </li>
+ <li>
+ Fix xlsx write for sheet objects with text contents. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/617">Bug 617</a>].
+ </li>
+ <li>
+ Fix leak.
+ </li>
+ <li>
+ Fix old problem saving column widths. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/619">Bug 619</a>].
+ </li>
+ <li>
+ Set default number of sheets to 1.
+ </li>
+ <li>
+ Fix edge error case for SMALL and LARGE. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/620">Bug 620</a>].
+ </li>
+ <li>
+ Increase the default column width a bit.
+ </li>
+ <li>
+ Fix xlsx import/export of default column width.
+ </li>
+ <li>
+ Be less aggressive with automatic column widening. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/621">Bug 621</a>].
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>goffice 0.10.52 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ goffice version 0.10.52. This is a bugfix release.</p>
+
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Morten
+ <ul>
+ <li>
+ Improve GOComboBox css styling.
+ </li>
+ <li>
+ Reimplement GOActionComboStack using GtkComboBox.
+ </li>
+ <li>
+ Introspection fixes.
+ </li>
+ <li>
+ Documentation fixes.
+ </li>
+ <li>
+ Fix go_{add,sub}_epsilon{,l} confusion in fallback code for win32.
+ </li>
+ </ul>
+ </li>
+ <li>B.S
+ <ul>
+ <li>
+ Fix long double problem with go_dtoa. [<a
href="https://gitlab.gnome.org/GNOME/goffice/issues/57">Bug 57</a>].
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>Availability</h2>
+ <blockquote>
+ <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 86c94a0..b2cdb67 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.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>
<li><a href="gnumeric-1.12.49.html">1.12.49</a></li>
diff --git a/changelogs/1.12/changelog-1.12.52.txt b/changelogs/1.12/changelog-1.12.52.txt
new file mode 100644
index 0000000..6fef8a3
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.52.txt
@@ -0,0 +1,37 @@
+2022-04-18 Morten Welinder <terra gnome org>
+
+ * Release 1.12.52
+
+2022-04-03 Morten Welinder <terra gnome org>
+
+ * src/sheet.c (cb_max_cell_width): Be less aggressive in column
+ widening. #621.
+
+2022-03-16 Morten Welinder <terra gnome org>
+
+ * src/sheet.c (gnm_sheet_constructed): When rescaling row height
+ due to font size, also increase column width.
+
+2022-03-06 Morten Welinder <terra gnome org>
+
+ * src/xml-sax-write.c (xml_write_colrow_info): Fix last fix. I
+ accidentally made the run-length encoding break off too early.
+
+2022-03-02 Morten Welinder <terra gnome org>
+
+ * src/xml-sax-write.c (xml_write_colrow_info): Fix problem writing
+ identical columns separated by pristine default columns. Fixes
+ #619.
+
+2022-02-26 Morten Welinder <terra gnome org>
+
+ * src/expr-name.c (expr_name_set_expr): Plug leak.
+
+2022-01-21 Morten Welinder <terra gnome org>
+
+ * src/wbc-gtk-actions.c: In vertical toolbar mode, show a combo
+ instead of individual horizontal alignment entries.
+
+2022-01-20 Morten Welinder <terra gnome org>
+
+ * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index b67fbd7..826c708 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.51.tar.xz">download
+ can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.52.tar.xz">download
the latest release</a>.</p>
</div>
</div>
diff --git a/index.html b/index.html
index 193d60c..bcf24a6 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">Apr</span>
+ <span class="year">2022</span>
+ </span>
+ Gnumeric 1.12.52
+ </h2>
+ <p><a href="announcements/1.12/gnumeric-1.12.52.html">Gnumeric
+ 1.12.52 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]