[gnumeric-web] Gnumeric: 1.12.29



commit d045b4d21f453e6d0678f2cfbac2ad8966a2cc9d
Author: Morten Welinder <terra gnome org>
Date:   Fri May 6 19:34:41 2016 -0400

    Gnumeric: 1.12.29

 Makefile                                 |    1 +
 announcements/1.12/gnumeric-1.12.29.html |  127 ++++++++++++++++++++++++++++++
 announcements/1.12/index.html            |    1 +
 changelogs/1.12/changelog-1.12.29.txt    |   31 +++++++
 download.html                            |    2 +-
 index.html                               |   12 +++
 6 files changed, 173 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 69b8d0a..efa78f8 100644
--- a/Makefile
+++ b/Makefile
@@ -274,6 +274,7 @@ WWWFILES =                                          \
        announcements/1.12/gnumeric-1.12.26.html        \
        announcements/1.12/gnumeric-1.12.27.html        \
        announcements/1.12/gnumeric-1.12.28.html        \
+       announcements/1.12/gnumeric-1.12.29.html        \
                                                        \
        style/date.png                                  \
        style/gnumeric52.png                            \
diff --git a/announcements/1.12/gnumeric-1.12.29.html b/announcements/1.12/gnumeric-1.12.29.html
new file mode 100644
index 0000000..845cb1b
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.29.html
@@ -0,0 +1,127 @@
+<?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.29 aka &quot;Dead Kittens&quot; is now 
available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        Gnumeric version 1.12.29.</p>
+        <p>Noteworthy news in this release:</p>
+        <ul>
+        <li>Deal with Gtk+ API changes.</li>
+        </ul>
+       <p>This releases fixes the worst of the Gtk+-3.20-related
+       breakage: when compiled with post Gtk+ 3.20, things should
+       render reasonably well under that version of Gtk+.  A binary
+       compiled with an earlier version of Gtk+ will work any Gtk+
+       until sometime in the Gtk+ 3.19 series.  It is not possible to
+       compile Gnumeric into one binary that will work with
+       both pre- and post-Gtk+-3.20.</p>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Jean
+          <ul>
+           <li>
+             Fix array reading in plots using matrix data. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=765483";>Bug 765483</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Documentation fixes for complex numbers.
+           </li>
+           <li>
+             Fix rare RANDBETWEEN problem.
+           </li>
+           <li>
+             Test suite improvements.
+           </li>
+           <li>
+             Fix value-area problem.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=765438";>Bug 
765438</a>].
+           </li>
+           <li>
+             Make xlsx shared strings parsing more robust.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=765544";>Bug 765544</a>].
+           </li>
+           <li>
+             Dead kittens.
+           </li>
+          </ul>
+        </li>
+        </ul>
+      </div>
+
+      <div class="generalitem">
+        <h2><span class="gnumeric-bullet"></span>goffice 0.10.29 aka &quot;Dead Kittens&quot; is now 
available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        goffice version 0.10.29.</p>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Jean
+          <ul>
+           <li>
+             Do not load invalid data labels in XYcolor plots. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=765155";>Bug 765155</a>].
+           </li>
+           <li>
+             Fix an infinite loop condition in 3D plots. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=765480";>Bug 765480</a>].
+           </li>
+           <li>
+             Implement line width and fill pattern support in themes. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=765970";>Bug 765970</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Improve go_complex_sqrt.
+           </li>
+           <li>
+             Improve go_complex_div.
+           </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 2ace52b..5eb7c33 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.29.html">1.12.29</a></li>
         <li><a href="gnumeric-1.12.28.html">1.12.28</a></li>
         <li><a href="gnumeric-1.12.27.html">1.12.27</a></li>
         <li><a href="gnumeric-1.12.26.html">1.12.26</a></li>
diff --git a/changelogs/1.12/changelog-1.12.29.txt b/changelogs/1.12/changelog-1.12.29.txt
new file mode 100644
index 0000000..e2cade6
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.29.txt
@@ -0,0 +1,31 @@
+2016-05-06  Morten Welinder <terra gnome org>
+
+       * Release 1.12.29
+
+2016-04-29  Morten Welinder  <terra gnome org>
+
+       * src/gui-util.c (gnm_style_context_get_color): Fix function
+       wrapping gtk_style_context_get_color which changed API.
+
+2016-04-24  Morten Welinder  <terra gnome org>
+
+       * src/value-sheet.c (value_area_get_x_y): Use
+       gnm_rangeref_normalize.  Do full wrap-around.
+
+2016-04-24  Jean Brefort  <jean brefort normalesup org>
+
+       * src/graph.c (gnm_go_data_matrix_load_values): fix array
+       reading. [#765483]
+
+2016-04-17  Jean Brefort  <jean brefort normalesup org>
+
+       * configure.ac: protect against pxlib weirdness.
+
+2016-04-17  Jean Brefort  <jean brefort normalesup org>
+
+       * src/graph.c (gnm_go_data_vector_load_len): return a nul length if the
+       value is an error.
+
+2016-03-22  Morten Welinder <terra gnome org>
+
+       * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 4fefc24..f50a023 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.28.tar.xz";>download
+       can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.29.tar.xz";>download
        the latest release</a>.</p>
       </div>
     </div>
diff --git a/index.html b/index.html
index 0a6c3b8..40fb49c 100644
--- a/index.html
+++ b/index.html
@@ -54,6 +54,18 @@
       <div class="newsitem">
        <h2>
          <span class="date">
+           <span class="month">May</span>
+           <span class="year">2016</span>
+         </span>
+         Gnumeric 1.12.29
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.29.html">Gnumeric
+           1.12.29 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">2016</span>
          </span>


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