[gnumeric-web] Gnumeric 1.12.50



commit b2ac0a70d57e4f65b941f797d8e23bca3d30ccf3
Author: Morten Welinder <terra gnome org>
Date:   Thu Jun 10 20:00:48 2021 -0400

    Gnumeric 1.12.50

 Makefile                                 |   1 +
 announcements/1.12/gnumeric-1.12.50.html | 132 +++++++++++++++++++++++++++++++
 announcements/1.12/index.html            |   1 +
 changelogs/1.12/changelog-1.12.50.txt    |  23 ++++++
 download.html                            |   2 +-
 index.html                               |  12 +++
 6 files changed, 170 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
index 4d39383..921e685 100644
--- a/Makefile
+++ b/Makefile
@@ -295,6 +295,7 @@ WWWFILES =                                          \
        announcements/1.12/gnumeric-1.12.47.html        \
        announcements/1.12/gnumeric-1.12.48.html        \
        announcements/1.12/gnumeric-1.12.49.html        \
+       announcements/1.12/gnumeric-1.12.50.html        \
                                                        \
        style/date.png                                  \
        style/gnumeric52.png                            \
diff --git a/announcements/1.12/gnumeric-1.12.50.html b/announcements/1.12/gnumeric-1.12.50.html
new file mode 100644
index 0000000..67beeb0
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.50.html
@@ -0,0 +1,132 @@
+<?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.50 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        Gnumeric version 1.12.50.  This is a bug-fix release.</p>
+        <p>Noteworthy news in this release:</p>
+        <ul>
+        <li>High-dpi improvements</li>
+        </ul>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Morten
+          <ul>
+           <li>
+             Fix undo problem with sorting and cell comments.
+           </li>
+           <li>
+             Python loader cleanups.
+           </li>
+           <li>
+             Use Python's bool type instead of rolling our own.
+           </li>
+           <li>
+             Export file:// links to html.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/569";>Bug 569</a>].
+           </li>
+           <li>
+             Export file:// links to xlsx.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/569";>Bug 569</a>].
+           </li>
+           <li>
+             Improve handling of invalid formulae from xlsx.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/574";>Bug 574</a>].
+           </li>
+           <li>
+             Introspection fixes.
+           </li>
+           <li>
+             Improve CELL("format",...)  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/576";>Bug 
576</a>].
+           </li>
+           <li>
+             wk4 import improvements.  (For no good reason.).
+           </li>
+           <li>
+             Fix some -fsanitize=undefined problems.
+           </li>
+           <li>
+             Improve excel-specific xlsx import of validation.
+           </li>
+          </ul>
+        </li>
+        </ul>
+      </div>
+      <div class="generalitem">
+        <h2><span class="gnumeric-bullet"></span>goffice 0.10.50 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        goffice version 0.10.50.</p>
+        <p>Noteworthy news in this release:</p>
+        <ul>
+        <li>High-dpi improvements</li>
+        </ul>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Jean
+          <ul>
+           <li>
+             Fix data update in matrix plots, see Debian <a 
href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988397";>Bug 988397</a>.
+           </li>
+           <li>
+             Fix rendering on high resolution monitors when scale is not 1. [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/578";>Bug 578</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Simplify regression equation code.
+           </li>
+           <li>
+             Use only 3 decimals for R^2 for regression lines.
+           </li>
+           <li>
+             Eliminate empty Special category from format selector.  [<a 
href="https://gitlab.gnome.org/GNOME/goffice/issues/29";>Bug 29</a>].
+           </li>
+           <li>
+             Improve regression line equation for date axes.  [<a 
href="https://gitlab.gnome.org/GNOME/goffice/issues/41";>Bug 41</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 f2169d3..edafa3a 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.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>
         <li><a href="gnumeric-1.12.47.html">1.12.47</a></li>
diff --git a/changelogs/1.12/changelog-1.12.50.txt b/changelogs/1.12/changelog-1.12.50.txt
new file mode 100644
index 0000000..5215a0a
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.50.txt
@@ -0,0 +1,23 @@
+2021-06-10  Morten Welinder <terra gnome org>
+
+       * Release 1.12.50
+
+2021-05-05  Morten Welinder  <terra gnome org>
+
+       * src/workbook.c (workbook_cells): Avoid undefined behaviour.
+
+2021-05-04  Morten Welinder  <terra gnome org>
+
+       * src/rangefunc.c (gnm_range_adtest): Avoid integer overflow.
+
+2021-03-29  Morten Welinder  <terra gnome org>
+
+       * src/hlink.h (GNM_HLINK_EXTERNAL_TYPE): Add checker macro.
+
+2021-03-19  Morten Welinder  <terra gnome org>
+
+       * src/commands.c (cmd_sort_undo): Paste cell comments too.
+
+2021-03-14  Morten Welinder <terra gnome org>
+
+       * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index e9d8917..8e3c88e 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.49.tar.xz";>download
+       can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.50.tar.xz";>download
        the latest release</a>.</p>
       </div>
     </div>
diff --git a/index.html b/index.html
index 58f5c6c..3ef1fc7 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">Jun</span>
+           <span class="year">2021</span>
+         </span>
+         Gnumeric 1.12.50
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.50.html">Gnumeric
+           1.12.50 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]