[gnumeric-web] Gnumeric 1.12.38
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric-web] Gnumeric 1.12.38
- Date: Fri, 29 Dec 2017 00:41:39 +0000 (UTC)
commit 7a2e821900f95f4a584f41b23b1a8204abe02ba4
Author: Morten Welinder <terra gnome org>
Date: Thu Dec 28 19:41:10 2017 -0500
Gnumeric 1.12.38
Makefile | 1 +
announcements/1.12/gnumeric-1.12.38.html | 101 ++++++++++++++++++++++++++++++
announcements/1.12/index.html | 1 +
changelogs/1.12/changelog-1.12.38.txt | 34 ++++++++++
download.html | 2 +-
index.html | 12 ++++
6 files changed, 150 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 24b4b05..a084a79 100644
--- a/Makefile
+++ b/Makefile
@@ -283,6 +283,7 @@ WWWFILES = \
announcements/1.12/gnumeric-1.12.35.html \
announcements/1.12/gnumeric-1.12.36.html \
announcements/1.12/gnumeric-1.12.37.html \
+ announcements/1.12/gnumeric-1.12.38.html \
\
style/date.png \
style/gnumeric52.png \
diff --git a/announcements/1.12/gnumeric-1.12.38.html b/announcements/1.12/gnumeric-1.12.38.html
new file mode 100644
index 0000000..13bb3be
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.38.html
@@ -0,0 +1,101 @@
+<?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.38 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.12.38.</p>
+ <p>Noteworthy news in this release:</p>
+ <ul>
+ <li>Fix a crash affecting the GUI text importer.</li>
+ <li>Improve ssdiff, our diff program for spreadsheets.</li>
+ </ul>
+
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Morten
+ <ul>
+ <li>
+ Avoid large stack use here and there.
+ </li>
+ <li>
+ Test suite improvements.
+ </li>
+ <li>
+ Improve sylk writer. Don't ask.
+ </li>
+ <li>
+ Teach ssdiff about column/row sizes.
+ </li>
+ <li>
+ Teach ssdiff about defined names.
+ </li>
+ <li>
+ Fix a few ssdiff crashes.
+ </li>
+ <li>
+ Fix crash on text import.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>goffice 0.10.38 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ goffice version 0.10.38. This is mostly a bugfix release.</p>
+
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Morten
+ <ul>
+ <li>
+ Avoid a few dubious uses of deprecated gtk+ functions.
+ </li>
+ <li>
+ Reduce number of compiler warnings.
+ </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 2cb6eef..3046989 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.38.html">1.12.38</a></li>
<li><a href="gnumeric-1.12.37.html">1.12.37</a></li>
<li><a href="gnumeric-1.12.36.html">1.12.36</a></li>
<li><a href="gnumeric-1.12.35.html">1.12.35</a></li>
diff --git a/changelogs/1.12/changelog-1.12.38.txt b/changelogs/1.12/changelog-1.12.38.txt
new file mode 100644
index 0000000..87f64aa
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.38.txt
@@ -0,0 +1,34 @@
+2017-12-28 Morten Welinder <terra gnome org>
+
+ * Release 1.12.38
+
+2017-12-25 Morten Welinder <terra gnome org>
+
+ * src/gnm-plugin.c: Avoid using "textdomain" as a variable.
+ * src/func-builtin.c (func_builtin_init): Ditto.
+
+2017-12-23 Morten Welinder <terra gnome org>
+
+ * src/stf-parse.c (stf_parse_sheet): Fix crash on text important.
+
+2017-12-04 Morten Welinder <terra gnome org>
+
+ * src/ssdiff.c (GnmDiffState): Store old_sheet and new_sheet here
+ instead of passing them all over the place.
+ (diff): Compare names too.
+
+2017-12-03 Morten Welinder <terra gnome org>
+
+ * src/ssdiff.c (SSDIFF_DTD): Add proper xmlns definition.
+ (diff): Missing or extra sheet counts as a difference.
+
+ * src/mstyle.c (gnm_style_find_differences): Don't crash when
+ hlink/validation/inputmsg/conditions is NULL in one and not the other.
+
+ * src/ssdiff.c (diff_sheets_colrow): New function to compare
+ row/column sizes.
+ (highlight_cell_changed): Survive missing cell.
+
+2017-12-01 Morten Welinder <terra gnome org>
+
+ * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 0075bd9..6a1d34b 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.37.tar.xz">download
+ can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.38.tar.xz">download
the latest release</a>.</p>
</div>
</div>
diff --git a/index.html b/index.html
index ac1ea73..4a958df 100644
--- a/index.html
+++ b/index.html
@@ -55,6 +55,18 @@
<span class="month">Dec</span>
<span class="year">2017</span>
</span>
+ Gnumeric 1.12.38
+ </h2>
+ <p><a href="announcements/1.12/gnumeric-1.12.38.html">Gnumeric
+ 1.12.38 is out</a>. Get it
+ from <a href="download.html">here</a>!</p>
+ </div>
+ <div class="newsitem">
+ <h2>
+ <span class="date">
+ <span class="month">Dec</span>
+ <span class="year">2017</span>
+ </span>
Gnumeric 1.12.37
</h2>
<p><a href="announcements/1.12/gnumeric-1.12.37.html">Gnumeric
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]