[gnumeric-web] Gnumeric: 1.12.48



commit ca0125b3ee63b36c6832780c0c75ac5dcfde1a30
Author: Morten Welinder <terra gnome org>
Date:   Wed Aug 12 19:34:44 2020 -0400

    Gnumeric: 1.12.48

 Makefile                                 |   1 +
 announcements/1.12/gnumeric-1.12.48.html | 210 +++++++++++++++++++++++++++++++
 announcements/1.12/index.html            |   1 +
 changelogs/1.12/changelog-1.12.48.txt    | 109 ++++++++++++++++
 download.html                            |   2 +-
 index.html                               |  12 ++
 6 files changed, 334 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
index ba00255..a79be25 100644
--- a/Makefile
+++ b/Makefile
@@ -293,6 +293,7 @@ WWWFILES =                                          \
        announcements/1.12/gnumeric-1.12.45.html        \
        announcements/1.12/gnumeric-1.12.46.html        \
        announcements/1.12/gnumeric-1.12.47.html        \
+       announcements/1.12/gnumeric-1.12.48.html        \
                                                        \
        style/date.png                                  \
        style/gnumeric52.png                            \
diff --git a/announcements/1.12/gnumeric-1.12.48.html b/announcements/1.12/gnumeric-1.12.48.html
new file mode 100644
index 0000000..3dc5729
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.48.html
@@ -0,0 +1,210 @@
+<?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.48 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        Gnumeric version 1.12.48.  This is a bugfix release.</p>
+        <p>Noteworthy news in this release:</p>
+        <ul>
+        <li>Python plugin ported to Python 3.</li>
+        </ul>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Andreas
+          <ul>
+           <li>
+             Add axis title to chart in histogram tool. [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/408";>Bug 408</a>].
+           </li>
+           <li>
+             Fix line end marker roundtrip through strict ODF.
+           </li>
+           <li>
+             Improve export of line markers to ODF for interoperability.
+           </li>
+           <li>
+             Improve line marker handling on import.
+           </li>
+           <li>
+             Fix LaTeX export. [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/489";>Bug 489</a>].
+           </li>
+           <li>
+             When reading an ODF file make all sheets of equal size. [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/505";>Bug 505</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Jean
+          <ul>
+           <li>
+             Fix xlsx object non-import crash.
+           </li>
+           <li>
+             Fix in-place graph data problem.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/492";>Bug 492</a>].
+           </li>
+           <li>
+             Port to Python3. [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/419";>Bug 419</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Fix performance issue with sample_datasource.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/491";>Bug 491</a>].
+           </li>
+           <li>
+             Fix partial-line issue with sample_datasource.
+           </li>
+           <li>
+             Fix load of in-place graph data with extra ()s.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/492";>Bug 492</a>].
+           </li>
+           <li>
+             Fix Ctrl-; cursor position.  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/494";>Bug 
494</a>].
+           </li>
+           <li>
+             Fix ssconvert --merge-to problem.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/496";>Bug 496</a>].
+           </li>
+           <li>
+             Fix sheet size paste problem.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/497";>Bug 497</a>].
+           </li>
+           <li>
+             Speed up really large auto-filters.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/465";>Bug 465</a>].
+           </li>
+           <li>
+             Fix 2038 problem on quit.
+           </li>
+           <li>
+             Improve tests.
+           </li>
+           <li>
+             Improve dependency tracking for implicit intersection. [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/501";>Bug 501</a>].
+           </li>
+           <li>
+             Fix format dialog issue.  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/503";>Bug 
503</a>].
+           </li>
+           <li>
+             Re-tune style quad tree.  [<a href="https://gitlab.gnome.org/GNOME/Gnumeric/issues/234";>Bug 
234</a>].
+           </li>
+           <li>
+             Re-tune dependency bucket system.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/502";>Bug 502</a>].
+           </li>
+           <li>
+             Fix global name parsing problem with non-uniform sheet sizing.
+           </li>
+           <li>
+             Avoid style dependency redraw during file load.
+           </li>
+           <li>
+             Tend to dead kittens.
+           </li>
+           <li>
+             Fix metadata dialog.  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/510";>Bug 
510</a>].
+           </li>
+           <li>
+             Fix potential 64-bit problem with signals.
+           </li>
+           <li>
+             Fix GnmRange introspection.
+           </li>
+          </ul>
+        </li>
+        </ul>
+      </div>
+      <div class="generalitem">
+        <h2><span class="gnumeric-bullet"></span>goffice 0.10.48 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        goffice version 0.10.48.</p>
+        <p>Noteworthy news in this release:</p>
+        <ul>
+        <li>Canvas performance improvements</li>
+        <li>The canvas can now be used without a widget</li>
+        </ul>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Jean
+          <ul>
+           <li>
+             Avoid serializing empty graph data. [<a 
href="https://gitlab.gnome.org/GNOME/goffice/issues/46";>Bug 46</a>].
+           </li>
+           <li>
+             Clip data labels in XY plots. [<a href="https://gitlab.gnome.org/GNOME/goffice/issues/47";>Bug 
47</a>].
+           </li>
+           <li>
+             Don't emit a critical for invalid series in Logarithmic fit. [<a 
href="https://gitlab.gnome.org/GNOME/goffice/issues/49";>Bug 49</a>].
+           </li>
+           <li>
+             Optimize GtkWidget embedding in the canvas. See <a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/465";>Bug 465</a>.
+           </li>
+           <li>
+             Clip grid lines rendering to the plot area. [<a 
href="https://gitlab.gnome.org/GNOME/goffice/issues/50";>Bug 50</a>].
+           </li>
+           <li>
+             Speed up GocGroup for large number of children.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/465";>Bug 465</a>].
+           </li>
+           <li>
+             Make GocGroup usable as a widgetless canvas.
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Avoid critical in document image handling.
+           </li>
+           <li>
+             Introspection fixes.
+           </li>
+           <li>
+             Speed up GocGroup for large number of children.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/465";>Bug 465</a>].
+           </li>
+           <li>
+             Stop checking for Xrender.
+           </li>
+           <li>
+             Plug leaks.
+           </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 91e7b8b..3cd82d9 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.48.html">1.12.48</a></li>
         <li><a href="gnumeric-1.12.47.html">1.12.47</a></li>
         <li><a href="gnumeric-1.12.46.html">1.12.46</a></li>
         <li><a href="gnumeric-1.12.45.html">1.12.45</a></li>
diff --git a/changelogs/1.12/changelog-1.12.48.txt b/changelogs/1.12/changelog-1.12.48.txt
new file mode 100644
index 0000000..84da5d1
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.48.txt
@@ -0,0 +1,109 @@
+2020-08-12  Morten Welinder <terra gnome org>
+
+       * Release 1.12.48
+
+2020-08-08  Morten Welinder  <terra gnome org>
+
+       * src/print-info.c (gnm_print_info_load_defaults): Don't return a
+       value.
+
+2020-07-16  Morten Welinder  <terra gnome org>
+
+       * src/gui-util.c (gnm_dialog_setup_destroy_handlers): Fix
+       potential 64-bit problem.
+       (cb_gnm_dialog_setup_destroy_handlers): Ditto.
+
+2020-07-12  Morten Welinder  <terra gnome org>
+
+       * src/sstest.c (test_recalc): New test for dependency tracking.
+
+2020-07-07  Morten Welinder  <terra gnome org>
+
+       * src/sheet.c (sheet_queue_redraw_range): Ignore requests during
+       loading of a file.
+
+2020-07-06  Morten Welinder  <terra gnome org>
+
+       * src/dependent.c (bucket_start_row): Improve performance.
+
+2020-07-04  Morten Welinder  <terra gnome org>
+
+       * src/workbook.c (workbook_get_sheet_size): When sheets are not
+       uniform size, return largest possible.
+
+2020-06-29  Jean Brefort  <jean brefort normalesup org>
+
+       * configure.ac: port to Python3. [#419]
+
+2020-06-27  Morten Welinder  <terra gnome org>
+
+       * src/dependent.c (link_unlink_cellrange_dep): Take a GnmRange,
+       not a DependencyRange.
+
+2020-06-14  Morten Welinder  <terra gnome org>
+
+       * src/ssconvert.c (merge): Trigger expression sharing for merged
+       workbook.
+
+2020-06-12  Morten Welinder  <terra gnome org>
+
+       * src/xml-sax-read.c (xml_sax_cell): Relax sanity check a bit.
+       (xml_sax_cell_content): Fix sanity check for position.  Only the
+       relative position matters.  Fixes #497.
+
+2020-06-11  Morten Welinder  <terra gnome org>
+
+       * src/ssconvert.c (merge_single): Also merge document-level
+       images.  Fixes #496.
+
+2020-06-04  Morten Welinder  <terra gnome org>
+
+       * src/sheet-filter.c (gnm_filter_remove): Remove fields in
+       opposite order of how we add them.
+
+       * src/sheet-object.c (sheet_object_set_sheet): Drop return value
+       that nobody looks at.
+
+2020-06-04  Morten Welinder  <terra gnome org>
+
+       * src/sheet-private.h (_SheetPrivate): Add objects_changed flag
+       for updating sheet objects extents.
+
+       * src/sheet-object.c: Don't update sheet object extents right now,
+       just set the flag.
+
+       * src/sheet.c (sheet_update_only_grid): Handle objects_changed.
+
+2020-06-03  Morten Welinder  <terra gnome org>
+
+       * src/sheet-object.c (sheet_object_view_get_item): New function
+       localizing our access to GocGroup::children
+
+2020-05-31  Morten Welinder  <terra gnome org>
+
+       * src/sheet-filter.c (gnm_filter_new): New argument attach.  All
+       callers changed.
+
+       * src/commands.c (cmd_autofilter_add_remove): Don't
+       attach-remove-attach.
+
+       * src/sheet-object.c (cb_create_views): Maintain just one idle
+       source to handle view creating for all objects that need it.
+
+2020-05-29  Morten Welinder  <terra gnome org>
+
+       * src/expr.c (gnm_expr_top_multiple_as_string): New function.
+
+       * src/graph.c (gnm_go_data_serialize): Use
+       gnm_expr_top_multiple_as_string for vectors.
+       (gnm_go_data_unserialize): Handle "(1,2)" as "1,2" for vectors
+       because we have managed to create files with the former.
+
+2020-05-27  Jean Brefort  <jean brefort normalesup org>
+
+       * src/sheet-object.c (sheet_object_set_print_flag): protect
+       against a NULL object.
+
+2020-05-09  Morten Welinder <terra gnome org>
+
+       * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index db4305f..0c18b06 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.47.tar.xz";>download
+       can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.48.tar.xz";>download
        the latest release</a>.</p>
       </div>
     </div>
diff --git a/index.html b/index.html
index 488a211..b405640 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">Aug</span>
+           <span class="year">2020</span>
+         </span>
+         Gnumeric 1.12.48
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.48.html">Gnumeric
+           1.12.48 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]