[gnumeric-web] Gnumeric 1.12.51



commit ba2cbee27642afab4e42b1309c890e6c53a19982
Author: Morten Welinder <terra gnome org>
Date:   Thu Jan 20 12:43:12 2022 -0500

    Gnumeric 1.12.51

 Makefile                                 |   1 +
 announcements/1.12/gnumeric-1.12.51.html | 150 +++++++++++++++++++++++++++++++
 announcements/1.12/index.html            |   1 +
 changelogs/1.12/changelog-1.12.51.txt    |  41 +++++++++
 download.html                            |   2 +-
 index.html                               |  12 +++
 6 files changed, 206 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
index 921e685..f040ffd 100644
--- a/Makefile
+++ b/Makefile
@@ -296,6 +296,7 @@ WWWFILES =                                          \
        announcements/1.12/gnumeric-1.12.48.html        \
        announcements/1.12/gnumeric-1.12.49.html        \
        announcements/1.12/gnumeric-1.12.50.html        \
+       announcements/1.12/gnumeric-1.12.51.html        \
                                                        \
        style/date.png                                  \
        style/gnumeric52.png                            \
diff --git a/announcements/1.12/gnumeric-1.12.51.html b/announcements/1.12/gnumeric-1.12.51.html
new file mode 100644
index 0000000..fbb9d34
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.51.html
@@ -0,0 +1,150 @@
+<?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 &mdash; 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.51 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        Gnumeric version 1.12.51.  This release requires the concurrently releast goffice 0.10.51.</p>
+        <p>This is a bugfix release.  In particular:</p>
+        <ul>
+          <li>A nasty problem involving conditional styles copied between sheets was fixed.</li>
+         <li>A problem in Pango affecting rich text in cells was worked around.  (This has been fixed by the
+           Pango developers also.)</li>
+         <li>We now avoid g_memdup as that has been slated to be removed by the glib maintainers.</li>
+        </ul>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Jean
+          <ul>
+           <li>
+             Fix error bars when data are in a multi-column array. [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/594";>Bug 594</a>].
+           </li>
+           <li>
+             Always set the GO_DATA_HAS_VALUE flag when needed. [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/595";>Bug 595</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Fix --with-long-double configuration.
+           </li>
+           <li>
+             Fix applix import/locale problem.
+           </li>
+           <li>
+             Make sure CEIL doesn't return -0.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/603";>Bug 603</a>].
+           </li>
+           <li>
+             Add ILOG function.  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/591";>Bug 591</a>].
+           </li>
+           <li>
+             Fix MROUND.  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/604";>Bug 604</a>].
+           </li>
+           <li>
+             Take evasive action re g_memdup.
+           </li>
+           <li>
+             Fix inter-gnumeric array formula paste crash.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/606";>Bug 606</a>].
+           </li>
+           <li>
+             Avoid re-querying file existance for recent files.  [Part of <a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/602";>Bug 602</a>].
+           </li>
+           <li>
+             Fix rich-text rendering (based on work of Jean).  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/607";>Bug 607</a>].
+           </li>
+           <li>
+             Fix crash with conditional styling.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/597";>Bug 597</a>].
+           </li>
+           <li>
+             Extend BITOR, BITAND, BITXOR to any numbers of arguments.
+           </li>
+           <li>
+             Fix ods export leak.  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/611";>Bug 
611</a>].
+           </li>
+          </ul>
+        </li>
+        </ul>
+      </div>
+      <div class="generalitem">
+        <h2><span class="gnumeric-bullet"></span>goffice 0.10.51 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        goffice version 0.10.51.  This is a bugfix release.</p>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Jean
+          <ul>
+           <li>
+             Do not clip markers in scatter plots. [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/584";>Bug 584</a>].
+           </li>
+           <li>
+             Draw background and outline for data labels. [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/592";>Bug 592</a>].
+           </li>
+          </ul>
+        </li>
+        <li>John Denker
+          <ul>
+           <li>
+             Fix go_fake_{ceil,floor} confusion.  [<a 
href="https://gitlab.gnome.org/GNOME/goffice/issues/56";>Bug 56</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Introspection updates.
+           </li>
+           <li>
+             Improve go_pow10 accuracy by avoiding pow as much as possible.
+           </li>
+           <li>
+             Take evasive action re g_memdup.
+           </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>
+        </blockquote>
+        <blockquote>
+          <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 edafa3a..86c94a0 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.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>
         <li><a href="gnumeric-1.12.48.html">1.12.48</a></li>
diff --git a/changelogs/1.12/changelog-1.12.51.txt b/changelogs/1.12/changelog-1.12.51.txt
new file mode 100644
index 0000000..baa13b8
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.51.txt
@@ -0,0 +1,41 @@
+2022-01-20  Morten Welinder <terra gnome org>
+
+       * Release 1.12.51
+
+2022-01-19  Morten Welinder  <terra gnome org>
+
+       * src/mstyle.c (gnm_style_linked_sheet_changed): Add missing ref.
+       Fixes #597.
+       (gnm_style_merge): Mark elements from overlay as set in base.
+
+2022-01-09  Morten Welinder  <terra gnome org>
+
+       * src/rendered-value.c (gnm_rendered_value_new): Work around Pango
+       bug 653, see Gnumeric bug 607.  Pango is fixing the issue, but we
+       need to deal with the situation.  In the long run, something based
+       on pango_attr_list_change should probably be used.
+
+2021-12-26  Morten Welinder  <terra gnome org>
+
+       * src/xml-sax-read.c (xml_cell_set_array_expr): Take position as
+       argument; fix non-cell case.
+       (xml_sax_cell_content): Fix crash on inter-gnumeric array formula
+       paste.  [#606]
+
+2021-10-04  Morten Welinder  <terra gnome org>
+
+       * src/dependent.c (link_unlink_funcall): Ignore excess arguments.
+
+2021-09-25  Jean Brefort  <jean brefort normalesup org>
+
+       * src/graph.c (gnm_go_data_vector_load_values): make sure that the
+       GO_DATA_HAS_VALUE flag is always set when needed. Fixes #595.
+
+2021-09-18  Jean Brefort  <jean brefort normalesup org>
+
+       * src/graph.c (gnm_go_data_vector_get_value): fix error bars when data
+       are in a multi-column array. [#594]
+
+2021-06-10  Morten Welinder <terra gnome org>
+
+       * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 8e3c88e..b67fbd7 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.50.tar.xz";>download
+       can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.51.tar.xz";>download
        the latest release</a>.</p>
       </div>
     </div>
diff --git a/index.html b/index.html
index 3ef1fc7..92a414a 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">Jan</span>
+           <span class="year">2021</span>
+         </span>
+         Gnumeric 1.12.51
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.51.html">Gnumeric
+           1.12.51 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]