[gnumeric-web] 1.12.17



commit 09a1d71d3acef4e43fed0885cce1db1a37c4a97c
Author: Morten Welinder <terra gnome org>
Date:   Mon Jun 9 19:54:03 2014 -0400

    1.12.17

 Makefile                                 |    1 +
 announcements/1.12/gnumeric-1.12.17.html |   98 ++++++++++++++++++++++++++++++
 announcements/1.12/index.html            |    1 +
 changelogs/1.12/changelog-1.12.17.txt    |   23 +++++++
 download.html                            |    2 +-
 index.html                               |   56 ++++-------------
 past-news.html                           |   48 +++++++++++++++
 7 files changed, 184 insertions(+), 45 deletions(-)
---
diff --git a/Makefile b/Makefile
index 9236f46..e435046 100644
--- a/Makefile
+++ b/Makefile
@@ -262,6 +262,7 @@ WWWFILES =                                          \
        announcements/1.12/gnumeric-1.12.14.html        \
        announcements/1.12/gnumeric-1.12.15.html        \
        announcements/1.12/gnumeric-1.12.16.html        \
+       announcements/1.12/gnumeric-1.12.17.html        \
                                                        \
        style/date.png                                  \
        style/gnumeric52.png                            \
diff --git a/announcements/1.12/gnumeric-1.12.17.html b/announcements/1.12/gnumeric-1.12.17.html
new file mode 100644
index 0000000..67ae120
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.17.html
@@ -0,0 +1,98 @@
+<?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.17 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        Gnumeric version 1.12.17.</p>
+        <p>Noteworthy news in this release:</p>
+        <ul>
+        <li>xlsx import/export improvements.</li>
+        </ul>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Morten
+          <ul>
+           <li>
+             Fix UMR.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=730727";>Bug 730727</a>].
+           </li>
+           <li>
+             Fix crashes on exit.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=730857";>Bug 
730857</a>]  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=730884";>Bug 730884</a>].
+           </li>
+           <li>
+             Handle value formats for xlsx export.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=724517";>Bug 724517</a>].
+           </li>
+           <li>
+             Improve xlsx import/export of rich text.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=726189";>Bug 726189</a>].
+           </li>
+           <li>
+             Fix solver critical.
+           </li>
+          </ul>
+        </li>
+        </ul>
+      </div>
+      <div class="generalitem">
+        <h2><span class="gnumeric-bullet"></span>goffice 0.10.17 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        goffice version 0.10.17.</p>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Jean
+          <ul>
+           <li>
+             Add control for 3D plots axes lengths. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=694746";>Bug 694746</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Fix test for buggy C library.
+           </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 259990d..ac1cb8f 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.17.html">1.12.17</a></li>
         <li><a href="gnumeric-1.12.16.html">1.12.16</a></li>
         <li><a href="gnumeric-1.12.15.html">1.12.15</a></li>
         <li><a href="gnumeric-1.12.14.html">1.12.14</a></li>
diff --git a/changelogs/1.12/changelog-1.12.17.txt b/changelogs/1.12/changelog-1.12.17.txt
new file mode 100644
index 0000000..9d83d59
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.17.txt
@@ -0,0 +1,23 @@
+2014-06-09  Morten Welinder <terra gnome org>
+
+       * Release 1.12.17
+
+2014-05-28  Morten Welinder  <terra gnome org>
+
+       * src/sheet-control-gui.c (resize_pane_pos): Improve the situation
+       when we drag the handle into the col/row canvas.
+
+       * src/sheet-view.c (sv_freeze_panes): Add debug code.
+
+       * src/sheet-control-gui.c (scg_finalize): Get rid of the drag
+       handler.  Fixes #730884.
+
+2014-05-27  Morten Welinder  <terra gnome org>
+
+       * src/gnm-pane.c (gnm_pane_header_init): Hold references to
+       col/row canvas.  Fixes #730857.
+       (gnm_pane_dispose): Release references.
+
+2014-05-23  Morten Welinder <terra gnome org>
+
+       * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 7913b1c..0425170 100644
--- a/download.html
+++ b/download.html
@@ -46,7 +46,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.16.tar.xz";>download
+       can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.17.tar.xz";>download
        the latest release</a>.</p>
       </div>
     </div>
diff --git a/index.html b/index.html
index 6f1e6a3..5b5ec85 100644
--- a/index.html
+++ b/index.html
@@ -54,6 +54,18 @@
       <div class="newsitem">
        <h2>
          <span class="date">
+           <span class="month">Jun</span>
+           <span class="year">2014</span>
+         </span>
+         Gnumeric 1.12.17
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.17.html">Gnumeric
+           1.12.17 is out</a>.  Get it
+           from <a href="download.html">here</a>!</p>
+      </div>
+      <div class="newsitem">
+       <h2>
+         <span class="date">
            <span class="month">May</span>
            <span class="year">2014</span>
          </span>
@@ -125,50 +137,6 @@
        to update the look a bit.  The source for the website lives
        in Gnome's gnumeric-web module.</p>
       </div>
-      <div class="newsitem">
-       <h2>
-         <span class="date">
-           <span class="month">Feb</span>
-           <span class="year">2014</span>
-         </span>
-         Gnumeric 1.12.11
-       </h2>
-       <p><a href="announcements/1.12/gnumeric-1.12.11.html">Gnumeric
-           1.12.11 is out</a>.  Get it
-         from <a href="download.html">here</a>!  <!-- We have
-         a <a href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.12.9-20131128.exe";>Win32
-           build</a> of that.  (Sources in the same directory except for
-         parts found on this site.  Note, however, that recompilation is
-         very difficult.)--></p>
-      </div>
-      <div class="newsitem">
-       <h2>
-         <span class="date">
-           <span class="month">Feb</span>
-           <span class="year">2014</span>
-         </span>
-         Gnumeric 1.12.10
-       </h2>
-       <p><a href="announcements/1.12/gnumeric-1.12.10.html">Gnumeric
-           1.12.10 is out</a>.  Get it
-         from <a href="download.html">here</a>!</p>
-      </div>
-      <div class="newsitem">
-       <h2>
-         <span class="date">
-           <span class="month">Nov</span>
-           <span class="year">2013</span>
-         </span>
-         Gnumeric 1.12.9
-       </h2>
-       <p><a href="announcements/1.12/gnumeric-1.12.9.html">Gnumeric
-           1.12.9 is out</a>.  Get it
-         from <a href="download.html">here</a>!  We have
-         a <a href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.12.9-20131128.exe";>Win32
-           build</a> of that.  (Sources in the same directory except for
-         parts found on this site.  Note, however, that recompilation is
-         very difficult.)</p>
-      </div>
       <div id="newsend">
        <p><a href="past-news.html">Older news...</a></p>
       </div>
diff --git a/past-news.html b/past-news.html
index ec6cf85..3acc4f5 100644
--- a/past-news.html
+++ b/past-news.html
@@ -32,11 +32,59 @@
          gets better as the years pass.  Welcome to our news cellar.</p>
       </div>
 
+      <div class="divider"><h2>2014</h2></div>
+
+      <div class="newsitem">
+       <h2>
+         <span class="date">
+           <span class="month">Feb</span>
+           <span class="year">2014</span>
+         </span>
+         Gnumeric 1.12.11
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.11.html">Gnumeric
+           1.12.11 is out</a>.  Get it
+         from <a href="download.html">here</a>!  <!-- We have
+         a <a href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.12.9-20131128.exe";>Win32
+           build</a> of that.  (Sources in the same directory except for
+         parts found on this site.  Note, however, that recompilation is
+         very difficult.)--></p>
+      </div>
+      <div class="newsitem">
+       <h2>
+         <span class="date">
+           <span class="month">Feb</span>
+           <span class="year">2014</span>
+         </span>
+         Gnumeric 1.12.10
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.10.html">Gnumeric
+           1.12.10 is out</a>.  Get it
+         from <a href="download.html">here</a>!</p>
+      </div>
+
       <div class="divider"><h2>2013</h2></div>
 
       <div class="newsitem">
        <h2>
          <span class="date">
+           <span class="month">Nov</span>
+           <span class="year">2013</span>
+         </span>
+         Gnumeric 1.12.9
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.9.html">Gnumeric
+           1.12.9 is out</a>.  Get it
+         from <a href="download.html">here</a>!  We have
+         a <a href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.12.9-20131128.exe";>Win32
+           build</a> of that.  (Sources in the same directory except for
+         parts found on this site.  Note, however, that recompilation is
+         very difficult.)</p>
+      </div>
+
+      <div class="newsitem">
+       <h2>
+         <span class="date">
            <span class="month">Oct</span>
            <span class="year">2013</span>
          </span>


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