[gnumeric-web] Gnumeric 1.12.44
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric-web] Gnumeric 1.12.44
- Date: Sat, 24 Nov 2018 17:30:38 +0000 (UTC)
commit 53f18e0289c655d76b4316c9adecb6b6c951d4b9
Author: Morten Welinder <terra gnome org>
Date: Sat Nov 24 12:30:22 2018 -0500
Gnumeric 1.12.44
Makefile | 1 +
announcements/1.12/gnumeric-1.12.44.html | 105 +++++++++++++++++++++++++++++++
announcements/1.12/index.html | 1 +
changelogs/1.12/changelog-1.12.44.txt | 52 +++++++++++++++
download.html | 2 +-
index.html | 12 ++++
6 files changed, 172 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
index 5a97cff..714e933 100644
--- a/Makefile
+++ b/Makefile
@@ -289,6 +289,7 @@ WWWFILES = \
announcements/1.12/gnumeric-1.12.41.html \
announcements/1.12/gnumeric-1.12.42.html \
announcements/1.12/gnumeric-1.12.43.html \
+ announcements/1.12/gnumeric-1.12.44.html \
\
style/date.png \
style/gnumeric52.png \
diff --git a/announcements/1.12/gnumeric-1.12.44.html b/announcements/1.12/gnumeric-1.12.44.html
new file mode 100644
index 0000000..c6cc24a
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.44.html
@@ -0,0 +1,105 @@
+<?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 — 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.44 aka "Turkey" is now
available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.12.44. This is mainly a bugfix release.</p>
+
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Jean
+ <ul>
+ <li>
+ Fix document properties types. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/367">Bug 367</a>].
+ </li>
+ <li>
+ Call pygobject_init() if needed. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/368">Bug 368</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Morten
+ <ul>
+ <li>
+ Fix SWITCH's default argument. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/354">Bug 354</a>].
+ </li>
+ <li>
+ Fix problem with setting auto-func. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/357">Bug 357</a>].
+ </li>
+ <li>
+ Fix problem reading really old xls format.
+ </li>
+ <li>
+ Fix sheet filter problem. [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/359">Bug
359</a>].
+ </li>
+ <li>
+ New NT_RADICAL function.
+ </li>
+ <li>
+ Fix conditional style crash.
+ </li>
+ <li>
+ Fix applix locale problem. [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/362">Bug
362</a>].
+ </li>
+ <li>
+ Fix applix encoding and escape problems. [<a
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/363">Bug 363</a>].
+ </li>
+ <li>
+ New LAMBERTW function.
+ </li>
+ <li>
+ Plug sheet object leak with paste.
+ </li>
+ <li>
+ Fix documentation problem for vararg functions.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>goffice 0.10.44 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability
+ of goffice version 0.10.44. This release just fixes a
+ compilation issue.</p>
+ </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 5bd24ef..f44bc32 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.44.html">1.12.44</a></li>
<li><a href="gnumeric-1.12.43.html">1.12.43</a></li>
<li><a href="gnumeric-1.12.42.html">1.12.42</a></li>
<li><a href="gnumeric-1.12.41.html">1.12.41</a></li>
diff --git a/changelogs/1.12/changelog-1.12.44.txt b/changelogs/1.12/changelog-1.12.44.txt
new file mode 100644
index 0000000..3b24d9e
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.44.txt
@@ -0,0 +1,52 @@
+2018-11-24 Morten Welinder <terra gnome org>
+
+ * Release 1.12.44
+
+2018-11-18 Morten Welinder <terra gnome org>
+
+ * src/mathfunc.c (gnm_agm): Short-circuit the a==b case early. We
+ only need it for +inf, but it's valid and meaningful for all values.
+
+2018-11-17 Morten Welinder <terra gnome org>
+
+ * src/gui-util.c (gnm_create_popup_menu): Use a
+ GtkSeparatorMenuItem instead of an empty item.
+
+ * src/func.c (gnm_func_set_varargs): Correctly signal a vararg
+ function by setting max argumnets to maxint.
+
+2018-11-16 Morten Welinder <terra gnome org>
+
+ * src/commands.c (get_new_objects): unref the unaffected objects.
+
+2018-10-23 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/gui-util.c (gnm_get_link_color): make conditional on definition
+ of GTK_STATE_FLAG_LINK
+
+2018-10-13 Morten Welinder <terra gnome org>
+
+ * src/dependent.c (workbook_recalc): Evaluate cells before other
+ deps.
+
+ * src/style-conditions.c (gnm_style_conditions_eval): Copy the
+ cell value; it may change due to recalc.
+
+2018-10-04 Morten Welinder <terra gnome org>
+
+ * src/sheet-filter.c (gnm_sheet_filter_insdel_colrow): Shorten
+ filter if it would otherwise go beyond the end of the sheet.
+ Fixes #359.
+
+2018-10-02 Morten Welinder <terra gnome org>
+
+ * src/sheet-view.c (sv_real_dispose): Fix typo.
+
+2018-10-01 Morten Welinder <terra gnome org>
+
+ * src/workbook-view.c (wb_view_set_property): Fix setting of
+ auto-func. [#357]
+
+2018-08-19 Morten Welinder <terra gnome org>
+
+ * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 639249b..1470a9d 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.43.tar.xz">download
+ can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.44.tar.xz">download
the latest release</a>.</p>
</div>
</div>
diff --git a/index.html b/index.html
index 3d4ad5f..ed11add 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">Nov</span>
+ <span class="year">2018</span>
+ </span>
+ Gnumeric 1.12.44
+ </h2>
+ <p><a href="announcements/1.12/gnumeric-1.12.44.html">Gnumeric
+ 1.12.44 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]