[gnumeric-web] Gnumeric 1.12.22



commit 50b491e3ba1e19323d4ee9d38aba5937e8ce7f5d
Author: Morten Welinder <terra gnome org>
Date:   Thu Apr 16 20:13:23 2015 -0400

    Gnumeric 1.12.22

 Makefile                                 |    1 +
 announcements/1.12/gnumeric-1.12.22.html |  258 ++++++++++++++++++++++++++++++
 announcements/1.12/index.html            |    1 +
 changelogs/1.12/changelog-1.12.22.txt    |  146 +++++++++++++++++
 download.html                            |    2 +-
 index.html                               |   12 ++
 6 files changed, 419 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 29396e3..5e99d5d 100644
--- a/Makefile
+++ b/Makefile
@@ -267,6 +267,7 @@ WWWFILES =                                          \
        announcements/1.12/gnumeric-1.12.19.html        \
        announcements/1.12/gnumeric-1.12.20.html        \
        announcements/1.12/gnumeric-1.12.21.html        \
+       announcements/1.12/gnumeric-1.12.22.html        \
                                                        \
        style/date.png                                  \
        style/gnumeric52.png                            \
diff --git a/announcements/1.12/gnumeric-1.12.22.html b/announcements/1.12/gnumeric-1.12.22.html
new file mode 100644
index 0000000..e318558
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.22.html
@@ -0,0 +1,258 @@
+<?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.22 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability
+        of Gnumeric version 1.12.22.  This release requires the
+        concurrently released goffice 0.10.22 and libgsf 1.14.33.</p>
+        <p>Noteworthy news in this release:</p>
+        <ul>
+        <li>Graph fixes and improvements.</li>
+       <li>Test suite improvements.</li>
+       <li>ODF/XLSX import and export fixes.</li>
+       <li>A schema for the ODF files we produce.</li>
+        </ul>
+       <p>As part of our testing we check that the ODF, XLSX, and
+       Gnumeric files we produce are valid according to the relevant
+       xml schema.</p>
+       <p>For Gnumeric files we produce the schema.</p>
+       <p>For XLSX there is an official schema which we use with a
+       few fixes so Excel can read our files.  (We consider the
+       format to be defined by what XLSX writes.)</p>
+       <p>For ODS the situation is more problematic.  We appear to be
+         the first to release a schema for the ODS files we produce.
+         That is mildly shocking -- several spreadsheets have ODS as
+         their primary format, yet no-one seem to be validating the
+         files they produce!  There is an official schema for the
+         format without extensions.  That is fine, except that no-one
+         uses that format because there are lots of fairly basic
+         things that cannot be expressed in the format without
+         extensions.</p>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Andreas
+          <ul>
+           <li>
+             Improve ODF import/export of additional axes. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=746321";>Bug 746321</a>].
+           </li>
+           <li>
+             Fix ODF export of styles for additional axes. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=746621";>Bug 746621</a>].
+           </li>
+           <li>
+             Simplify export of SEC and SECH to ODF. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=747211";>Bug 747211</a>].
+           </li>
+           <li>
+             Harden ODF import against fuzzed files. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=747447";>Bug 747447</a>][<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=747448";>Bug 747448</a>].
+           </li>
+           <li>
+             Fix ODF import/export of unlinked checkboxes and radio buttons.
+           </li>
+           <li>
+             Plug leak in ODF import and export. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=747590";>Bug 747590</a>].
+           </li>
+           <li>
+             Improve pattern fill round trip through ODF.
+           </li>
+           <li>
+             Fix export of Ring plots to ODF. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=747763";>Bug 747763</a>].
+           </li>
+           <li>
+             Fix import/export of Pie charts from/to ODF. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=747807";>Bug 747807</a>].
+           </li>
+           <li>
+             Add more determinism to ODF export. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=747916";>Bug 747916</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Jean
+          <ul>
+           <li>
+             Fix signal handling while running Python. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=744638";>Bug 744638</a>].
+           </li>
+           <li>
+             Implement absolute anchoring for sheet objects.
+           </li>
+           <li>
+             Make graphs (and images) not resize with cells by default. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=684450";>Bug 684450</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             xlsx import/export of log axis.
+           </li>
+           <li>
+             xlsx export of multiple plots in chart.
+           </li>
+           <li>
+             Fix xlsx import of multiple axes.
+           </li>
+           <li>
+             Fix xlsx title export problem.
+           </li>
+           <li>
+             Fix xlsx export problem with series' style.
+           </li>
+           <li>
+             Fix xlsx import/export of sheet tab text colour.
+           </li>
+           <li>
+             Improve test suite.
+           </li>
+           <li>
+             Actually implement DECIMAL.
+           </li>
+           <li>
+             Fix BETA problem with special case.
+           </li>
+           <li>
+             Fix MIDB and REPLACEB length check.
+           </li>
+           <li>
+             Fix PERMUATIONA corner case.
+           </li>
+           <li>
+             Fix RANDLOG.
+           </li>
+           <li>
+             Fix RANDGEOM to use same distribution as R.DGEOM.
+           </li>
+           <li>
+             Improve xlsx roundtrip of GOStyle.
+           </li>
+           <li>
+             Improve reading of xlsx theme colours.
+           </li>
+           <li>
+             Plug leaks.
+           </li>
+           <li>
+             Fix REPLACEB problem.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=747210";>Bug 
747210</a>].
+           </li>
+           <li>
+             Fix sheet filter problem.
+           </li>
+           <li>
+             Minor R.DNORM improvement.
+           </li>
+           <li>
+             Improve RAYLEIGH accuracy.
+           </li>
+           <li>
+             Improve R.QCAUCHY accuracy.
+           </li>
+           <li>
+             Add TANPI and COTPI functions.
+           </li>
+          </ul>
+        </li>
+        </ul>
+      </div>
+      <div class="generalitem">
+        <h2><span class="gnumeric-bullet"></span>goffice 0.10.22 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        goffice version 0.10.22.</p>
+        <p>Noteworthy news in this release:</p>
+        <ul>
+        <li>Graph fixes and enhancements.</li>
+        </ul>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Jean
+          <ul>
+           <li>
+             Fix selection of axes using only part fo the plot area. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=746456";>Bug 746456</a>].
+           </li>
+           <li>
+             Protect colored xy and bubble plots against NULL z values.
+           </li>
+           <li>
+             Update circular axis bounds after a unit change. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=746738";>Bug 746738</a>].
+           </li>
+           <li>
+             Auto fill color made transparent for opened markers. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=691025";>Bug 691025</a>].
+           </li>
+           <li>
+             Make manual scale really manual. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=700599";>Bug 700599</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Johannes Deutsch
+          <ul>
+           <li>
+             Do not draw the line over the arrow head at start. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=745736";>Bug 745736</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Improve log axis bounds.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=745960";>Bug 
745960</a>].
+           </li>
+           <li>
+             Fix format used for stacked percentage graphs.
+           </li>
+           <li>
+             Don't force bar/col axis to include 0 for log axis.
+           </li>
+           <li>
+             Don't force radial plots to include 0 for log axis.
+           </li>
+           <li>
+             Rewrite pattern-fill rendering.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=747212";>Bug 747212</a>].
+           </li>
+           <li>
+             Add go_cotpi and go_atan2pi.
+           </li>
+           <li>
+             Fix persistence of ring plot center size.
+           </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>
+          <p><a 
href="http://ftp.gnome.org/pub/GNOME/sources/libgsf/1.14/";>http://ftp.gnome.org/pub/GNOME/sources/libgsf/1.14/</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 a788b07..e762b56 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.22.html">1.12.22</a></li>
         <li><a href="gnumeric-1.12.21.html">1.12.21</a></li>
         <li><a href="gnumeric-1.12.20.html">1.12.20</a></li>
         <li><a href="gnumeric-1.12.19.html">1.12.19</a></li>
diff --git a/changelogs/1.12/changelog-1.12.22.txt b/changelogs/1.12/changelog-1.12.22.txt
new file mode 100644
index 0000000..c9208e1
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.22.txt
@@ -0,0 +1,146 @@
+2015-04-16  Morten Welinder <terra gnome org>
+
+       * Release 1.12.22
+
+2015-04-15  Morten Welinder  <terra gnome org>
+
+       * src/ranges.c (gnm_range_compare): New function.
+
+2015-04-13  Jean Brefort  <jean brefort normalesup org>
+
+       * src/wbc-gtk.c (set_entry_contents): format number whenever possible.
+       (see #700599, comment #11).
+
+2015-04-11  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+       * src/sheet-object-image.c (gnm_soi_assign_to_sheet): if there is no
+       sheet object name, try the image name.
+
+2015-04-11  Morten Welinder  <terra gnome org>
+
+       * src/sf-dpq.c (qcauchy): Handle cancellation.
+
+       * src/mathfunc.c (pcauchy): Simplify.
+
+       * src/sf-dpq.c (dnorm): Improve accuracy in certain far-tail cases.
+       (drayleigh): Import from fn-stat.  Rename.  Improve accuracy.
+
+2015-04-09  Morten Welinder  <terra gnome org>
+
+       * src/sheet-filter.c (filter_expr_eval): Fix UMR in the non-match
+       case.
+
+2015-04-04  Morten Welinder  <terra gnome org>
+
+       * src/xml-sax-read.c (xml_sax_read_obj): Fix reading anchor mode.
+       Fixes #747356.
+
+       * src/xml-sax-write.c (xml_write_objects): Save only relevant
+       parts of the cell bound.
+
+       * src/sheet-control-gui.c (scg_object_coords_to_anchor):
+       Initialize parts of cell_bound not used.
+
+2015-04-01  Morten Welinder  <terra gnome org>
+
+       * src/sheet-object-graph.c (gnm_sogg_prep_sax_parser): Use
+       GNM_XML_2ND here too.
+       (gnm_sogg_sax_parser_done): Plug leak.
+
+2015-03-30  Morten Welinder  <terra gnome org>
+
+       * src/sheet-object.c (gnm_sheet_object_anchor_mode_get_type): New
+       function.
+
+       * src/xml-sax-read.c (xml_sax_read_obj): Use an enum for anchor
+       mode.
+
+       * src/sstest.c (test_random_randhyperg): Take var=0 case into
+       account when checking mean.
+
+       * src/sheet-object-graph.c (sheet_object_graph_new): Allow NULL
+       graph here.
+
+2015-03-30  Jean Brefort  <jean brefort normalesup org>
+
+       * src/graph.h: add support for absolute anchoring of sheet objects.
+       * src/item-grid.c: ditto.
+       * src/sheet-control-gui.c: ditto.
+       * src/sheet-filter.c: ditto.
+       * src/sheet-object-cell-comment.c: ditto.
+       * src/sheet-object-component.c: ditto.
+       * src/sheet-object-graph.c: ditto and make graphs not anymore resize with
+       cells by default. [#684450]
+       * src/sheet-object-image.c: make images don't resize with cells by default.
+       * src/sheet-object.c : add support for absolute anchoring of sheet objects.
+       * src/sheet-object.h: ditto.
+       * src/workbook-view.c: ditto.
+       * src/xml-sax-read.c: ditto.
+       * src/xml-sax-write.c: ditto.
+
+2015-03-30  Morten Welinder  <terra gnome org>
+
+       * src/xml-sax-read.c (grammar): Use new libgsf check for "2nd".
+
+2015-03-23  Morten Welinder  <terra gnome org>
+
+       * src/sstest.c (rand_fractile_test): Plug leak.
+
+2015-03-21  Morten Welinder  <terra gnome org>
+
+       * src/sstest.c (rand_fractile_test): Add support for
+       non-continuous distributions.
+
+       * src/mathfunc.c (qgeom): Update to current version in R.
+
+       * src/gnm-random.c (random_geometric): Don't add one.
+       r.{d,p,q}geom all use the version with support {0,1,2,3,...}
+
+2015-03-20  Morten Welinder  <terra gnome org>
+
+       * src/sstest.c (test_random_randbinom): New test.
+       (test_random_randbetween): New test.
+       (test_random_randexp): New test.
+       (test_random_randpoisson): New test.
+       (test_random_randgeom): New test.
+       (test_random_randnegbinom): New test.
+       (test_random_randlog): New test.
+       (test_random_randdiscrete): New test.
+       (test_random_randgamma): New test.
+       (test_random_randtdist): New test.
+       (test_random_randuniform): New test.
+       (test_random_randfdist): New test.
+       (test_random_randcauchy): New test.
+       (test_random_randbeta): New test.
+       (test_random_randchisq): New test.
+       (test_random_randhyperg): New test.
+
+       * src/gnm-random.c (random_logarithmic): Fix.  See #746449.
+
+2015-03-19  Morten Welinder  <terra gnome org>
+
+       * src/func.c (dump_samples): New function to dump all sample in
+       help documentation to csv format.
+
+       * src/sf-gamma.c (qbetaf): Return zero as result when a+b is a
+       non-positive integer, but neither a nor b is.
+
+2015-03-07  Morten Welinder  <terra gnome org>
+
+       * src/xml-sax-write.c: Use new go_xml_out_add_double.
+
+       * src/sheet-object-widget.c
+       (sheet_widget_adjustment_write_xml_sax): Use new
+       go_xml_out_add_double.
+
+       * src/sheet-object-image.c (gnm_soi_write_xml_sax): Use new
+       go_xml_out_add_double.
+
+2015-03-05  Morten Welinder  <terra gnome org>
+
+       * src/sheet-object-image.c (sheet_object_image_set_image): Drop
+       copy_data argument and simply assume it.
+
+2015-03-04  Morten Welinder <terra gnome org>
+
+       * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 5866f09..37f7f6c 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.21.tar.xz";>download
+       can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.22.tar.xz";>download
        the latest release</a>.</p>
       </div>
     </div>
diff --git a/index.html b/index.html
index c95049e..e1e5586 100644
--- a/index.html
+++ b/index.html
@@ -54,6 +54,18 @@
       <div class="newsitem">
        <h2>
          <span class="date">
+           <span class="month">Apr</span>
+           <span class="year">2015</span>
+         </span>
+         Gnumeric 1.12.21
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.22.html">Gnumeric
+           1.12.22 is out</a>.  Get it
+           from <a href="download.html">here</a>!</p>
+      </div>
+      <div class="newsitem">
+       <h2>
+         <span class="date">
            <span class="month">Mar</span>
            <span class="year">2015</span>
          </span>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]