[gnumeric-web] Gnumeric: 1.12.41
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric-web] Gnumeric: 1.12.41
- Date: Mon, 7 May 2018 22:34:15 +0000 (UTC)
commit ee70cc12471d27f4e025bc4fd8352b6855f0bf5e
Author: Morten Welinder <terra gnome org>
Date: Mon May 7 18:33:53 2018 -0400
Gnumeric: 1.12.41
Makefile | 1 +
announcements/1.12/gnumeric-1.12.41.html | 88 ++++++++++++++++++++++++++++++++
announcements/1.12/index.html | 1 +
changelogs/1.12/changelog-1.12.41.txt | 44 ++++++++++++++++
download.html | 2 +-
index.html | 12 +++++
6 files changed, 147 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
index ee9c881..1b29e41 100644
--- a/Makefile
+++ b/Makefile
@@ -286,6 +286,7 @@ WWWFILES = \
announcements/1.12/gnumeric-1.12.38.html \
announcements/1.12/gnumeric-1.12.39.html \
announcements/1.12/gnumeric-1.12.40.html \
+ announcements/1.12/gnumeric-1.12.41.html \
\
style/date.png \
style/gnumeric52.png \
diff --git a/announcements/1.12/gnumeric-1.12.41.html b/announcements/1.12/gnumeric-1.12.41.html
new file mode 100644
index 0000000..5bc6177
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.41.html
@@ -0,0 +1,88 @@
+<?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.41 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.12.41. This is a bugfix release.</p>
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Morten
+ <ul>
+ <li>
+ Fix problem with object pasting.
+ </li>
+ <li>
+ Fix undo problem for cell comments. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=732653">Bug 732653</a>].
+ </li>
+ <li>
+ Exit with non-zero with we fail to load file on command line.
+ </li>
+ <li>
+ Fix undo crash. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=795861">Bug 795861</a>].
+ </li>
+ <li>
+ Introspection fixes.
+ </li>
+ <li>
+ Don't offer more than 15 significant digits by default. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=754391">Bug 754391</a>].
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>goffice 0.10.41 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ goffice version 0.10.41. This is a bugfix release.</p>
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Morten
+ <ul>
+ <li>
+ Avoid excess precision of graph ticks.
+ </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 3a93890..f699e96 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.41.html">1.12.41</a></li>
<li><a href="gnumeric-1.12.40.html">1.12.40</a></li>
<li><a href="gnumeric-1.12.39.html">1.12.39</a></li>
<li><a href="gnumeric-1.12.38.html">1.12.38</a></li>
diff --git a/changelogs/1.12/changelog-1.12.41.txt b/changelogs/1.12/changelog-1.12.41.txt
new file mode 100644
index 0000000..4d6f28f
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.41.txt
@@ -0,0 +1,44 @@
+2018-05-07 Morten Welinder <terra gnome org>
+
+ * Release 1.12.41
+
+2018-05-07 Morten Welinder <terra gnome org>
+
+ * src/rendered-value.c (gnm_rendered_value_new): When auto-fitting
+ a column, request no more room than for 15 significant digits.
+ Fixes #754391. You can still get the maximum precision by
+ widening the column.
+
+ * src/wbc-gtk.c (wbc_gtk_init): Use a resource for the default ui
+ definition.
+ (wbcg_auto_expr_value_changed): Limit the width of numbers
+ formatted as General to something independent of function name.
+ This avoids the 10.10000...002 situation unless maximum precision
+ is requested.
+
+2018-05-06 Morten Welinder <terra gnome org>
+
+ * src/commands.c (cmd_area_set_array_expr): The clipboard now
+ takes care of restoring row heights and column widths.
+ (cmd_paste_copy_impl): After the initial "do", always restore
+ column widths and row heights.
+
+2018-05-04 Morten Welinder <terra gnome org>
+
+ * src/wbc-gtk.c (toolbar_context_menu): Use a proper separator
+ menu item.
+
+2018-05-03 Morten Welinder <terra gnome org>
+
+ * src/commands.c (get_new_objects): Change from transfer-container
+ to transfer-full. Otherwise a deleted object can shadow a new
+ one. (Never observed.)
+
+2018-04-30 Morten Welinder <terra gnome org>
+
+ * src/wbc-gtk.c (wbc_gtk_reload_recent_file_menu): Make full
+ history item insensitive if we have to history.
+
+2018-04-29 Morten Welinder <terra gnome org>
+
+ * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index f977e29..e562e8f 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.40.tar.xz">download
+ can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.41.tar.xz">download
the latest release</a>.</p>
</div>
</div>
diff --git a/index.html b/index.html
index 13f418e..a374a3d 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">2018</span>
+ </span>
+ Gnumeric 1.12.41
+ </h2>
+ <p><a href="announcements/1.12/gnumeric-1.12.41.html">Gnumeric
+ 1.12.40 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]