[gnumeric-web] Gnumeric: 1.12.25



commit 538db8b115d4b8bd8e193115866c8c98dd607a38
Author: Morten Welinder <terra gnome org>
Date:   Fri Dec 25 14:02:04 2015 -0500

    Gnumeric: 1.12.25

 Makefile                                 |    1 +
 announcements/1.12/gnumeric-1.12.25.html |  122 ++++++++++++++++++++++++++++++
 announcements/1.12/index.html            |    1 +
 changelogs/1.12/changelog-1.12.25.txt    |   77 +++++++++++++++++++
 download.html                            |    2 +-
 index.html                               |   12 +++
 6 files changed, 214 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index da17055..96b4f55 100644
--- a/Makefile
+++ b/Makefile
@@ -270,6 +270,7 @@ WWWFILES =                                          \
        announcements/1.12/gnumeric-1.12.22.html        \
        announcements/1.12/gnumeric-1.12.23.html        \
        announcements/1.12/gnumeric-1.12.24.html        \
+       announcements/1.12/gnumeric-1.12.25.html        \
                                                        \
        style/date.png                                  \
        style/gnumeric52.png                            \
diff --git a/announcements/1.12/gnumeric-1.12.25.html b/announcements/1.12/gnumeric-1.12.25.html
new file mode 100644
index 0000000..499a9ea
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.25.html
@@ -0,0 +1,122 @@
+<?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.25 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        Gnumeric version 1.12.25.  This is mainly a bugfix release.</p>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Jean
+          <ul>
+           <li>
+             Add support in recent files dialog for multiple selesction and double
+             click. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=759160";>Bug 759160</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Fix TABLE problems.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=752181";>Bug 
752181</a>]  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=752178";>Bug 752178</a>]  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=752182";>Bug 752182</a>].
+           </li>
+           <li>
+             Fuzzed file fixes.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=752179";>Bug 
752179</a>]  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=752180";>Bug 752180</a>].
+           </li>
+           <li>
+             Add R.DGUMBEL, R.PGUMBEL, R.QGUMBEL.
+           </li>
+           <li>
+             Fix conditional format problem.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=750271";>Bug 750271</a>].
+           </li>
+           <li>
+             Test also RANDWEIBULL and RANDLOGNORM.
+           </li>
+           <li>
+             Fix problem with R.QHYPER.
+           </li>
+           <li>
+             Add R.DRAYLEIGH, R.PRAYLEIGH, R.QRAYLEIGH.
+           </li>
+           <li>
+             Fix GUI translation problems.
+           </li>
+           <li>
+             Fix bugs with merged cells.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=504004";>Bug 
504004</a>].
+           </li>
+           <li>
+             Make builds more reproducible.
+           </li>
+           <li>
+             Improve ssdiff for validation.
+           </li>
+           <li>
+             Fix problem with xls export of list validation.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=557555";>Bug 557555</a>].
+           </li>
+          </ul>
+        </li>
+        </ul>
+      </div>
+      <div class="generalitem">
+        <h2><span class="gnumeric-bullet"></span>goffice 0.10.25 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        goffice version 0.10.25.  This is mainly a bugfix release.</p>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Morten
+          <ul>
+           <li>
+             Plug leaks.
+           </li>
+           <li>
+             Fix axis editing bug.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=684886";>Bug 
684886</a>].
+           </li>
+           <li>
+             Make builds more reproducible.
+           </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 69c7773..4424130 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.25.html">1.12.25</a></li>
         <li><a href="gnumeric-1.12.24.html">1.12.24</a></li>
         <li><a href="gnumeric-1.12.23.html">1.12.23</a></li>
         <li><a href="gnumeric-1.12.22.html">1.12.22</a></li>
diff --git a/changelogs/1.12/changelog-1.12.25.txt b/changelogs/1.12/changelog-1.12.25.txt
new file mode 100644
index 0000000..69bc427
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.25.txt
@@ -0,0 +1,77 @@
+2015-12-25  Morten Welinder <terra gnome org>
+
+       * Release 1.12.25
+
+2015-12-22  Morten Welinder  <terra gnome org>
+
+       * src/ssdiff.c (xml_style_changed): Do more for input message and
+       validation.
+
+2015-12-20  Morten Welinder  <terra gnome org>
+
+       * src/sheet-control-gui.c (scg_screen_changed): New handler to get
+       screen size.
+       (scg_resize): Limit frozen zones to screen size.  Not idea, but
+       better than crashing.
+
+2015-12-19  Morten Welinder  <terra gnome org>
+
+       * src/wbc-gtk.c (wbcg_find_action): Search toolbar actions too.
+
+2015-12-13  Morten Welinder  <terra gnome org>
+
+       * src/sheet-merge.c (gnm_sheet_merge_relocate): Handle extending
+       merges on column/row insert.  Fixes #504004.
+
+2015-12-12  Morten Welinder  <terra gnome org>
+
+       * src/sheet-merge.c (gnm_sheet_merge_relocate): Handling clipping
+       when the merge partially falls off the far end.
+
+2015-12-10  Morten Welinder  <terra gnome org>
+
+       * src/gui-util.c (gnm_action_group_add_action): New wrapper to
+       ensure actions get accel paths.
+
+2015-12-09  Morten Welinder  <terra gnome org>
+
+       * src/wbc-gtk.c (wbcg_find_action): New function to look in
+       multiple places for an action.
+
+       * src/gui-util.c (gnm_action_group_add_actions): Handle
+       translation context.  Also handle toggle actions.
+
+2015-12-08  Morten Welinder  <terra gnome org>
+
+       * src/wbc-gtk-actions.c (actions): Use GnmActionEntry and C99
+       syntax.
+
+       * src/gui-util.c (gnm_action_group_add_actions): New function,
+       currently quite dumb.
+
+       * configure.ac (CC): Insist on c99.
+
+2015-12-05  Morten Welinder  <terra gnome org>
+
+       * src/sf-dpq.c (prayleigh, qrayleigh): New functions.
+       (drayleigh): Define in terms of dweibull.
+
+2015-12-03  Morten Welinder  <terra gnome org>
+
+       * src/sf-dpq.c (discpfuncinverter): Fix problem at left edge of
+       support.  Fixes R.QHYPER(0.1,3,99,13)
+
+2015-10-19  Morten Welinder  <terra gnome org>
+
+       * src/func-builtin.c (gnumeric_table): Make sure to invalidate
+       in[2].  Fixes #752182.
+
+2015-09-25  Morten Welinder  <terra gnome org>
+
+       * src/func-builtin.c (gnumeric_table): Don't try to be smart and
+       avoid value copying.  Fixes #752181.
+       (gnumeric_table): Handle repeated cells.  Fixes #752178.
+
+2015-09-20  Morten Welinder <terra gnome org>
+
+       * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index ee22456..360bea5 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.24.tar.xz";>download
+       can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.25.tar.xz";>download
        the latest release</a>.</p>
       </div>
     </div>
diff --git a/index.html b/index.html
index d05526f..7d923bf 100644
--- a/index.html
+++ b/index.html
@@ -54,6 +54,18 @@
       <div class="newsitem">
        <h2>
          <span class="date">
+           <span class="month">Dec</span>
+           <span class="year">2015</span>
+         </span>
+         Gnumeric 1.12.25
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.25.html">Gnumeric
+           1.12.25 is out</a>.  Get it
+           from <a href="download.html">here</a>!</p>
+      </div>
+      <div class="newsitem">
+       <h2>
+         <span class="date">
            <span class="month">Sep</span>
            <span class="year">2015</span>
          </span>


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