[gnumeric-web] Gnumeric 1.12.34
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric-web] Gnumeric 1.12.34
- Date: Tue, 21 Mar 2017 01:59:37 +0000 (UTC)
commit 1064227739052d9d31897a4779468d1978edd66e
Author: Morten Welinder <terra gnome org>
Date: Mon Mar 20 21:59:18 2017 -0400
Gnumeric 1.12.34
Makefile | 1 +
announcements/1.12/gnumeric-1.12.34.html | 131 ++++++++++++++++++++++++++++++
announcements/1.12/index.html | 1 +
changelogs/1.12/changelog-1.12.34.txt | 72 ++++++++++++++++
download.html | 2 +-
index.html | 12 +++
6 files changed, 218 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 0e33e8f..224d767 100644
--- a/Makefile
+++ b/Makefile
@@ -279,6 +279,7 @@ WWWFILES = \
announcements/1.12/gnumeric-1.12.31.html \
announcements/1.12/gnumeric-1.12.32.html \
announcements/1.12/gnumeric-1.12.33.html \
+ announcements/1.12/gnumeric-1.12.34.html \
\
style/date.png \
style/gnumeric52.png \
diff --git a/announcements/1.12/gnumeric-1.12.34.html b/announcements/1.12/gnumeric-1.12.34.html
new file mode 100644
index 0000000..2e88ca4
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.34.html
@@ -0,0 +1,131 @@
+<?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.34 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.12.34.</p>
+ <p>Noteworthy news in this release:</p>
+ <ul>
+ <li>Hyperlinks fixes</li>
+ <li>xlsx/ods import fixes.</li>
+ </ul>
+
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Andreas
+ <ul>
+ <li>
+ Fix hyperlinks import from ODF. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=779635">Bug 779635</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Jean
+ <ul>
+ <li>
+ Fix xlsx export of chart series names. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=778618">Bug 778618</a>].
+ </li>
+ <li>
+ Always export a transparent fill style in charts. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=779160">Bug 779160</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Morten
+ <ul>
+ <li>
+ Doc fixes.
+ </li>
+ <li>
+ Fix xlsx import with missing header/footer. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=778292">Bug 778292</a>].
+ </li>
+ <li>
+ Minor xlsx import improvements with alias colors.
+ </li>
+ <li>
+ Test suite improvements.
+ </li>
+ <li>
+ Improve Excel handling of hyperlinks.
+ </li>
+ <li>
+ Hyperlinks improvements. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=706671">Bug
706671</a>].
+ </li>
+ <li>
+ Plug leaks.
+ </li>
+ <li>
+ Fix issues with sheet-local names.
+ </li>
+ <li>
+ ssdiff improvements with hyperlinks, input messages,
+ conditional formats, and validations.
+ </li>
+ <li>
+ Make exit code from ssdiff follow diff's.
+ </li>
+ <li>
+ Fix ssdiff with inter-sheet references.
+ </li>
+ <li>
+ Fix style border colour sharing.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>goffice 0.10.34 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ goffice version 0.10.34. This is a bugfix release.</p>
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Morten
+ <ul>
+ <li>
+ Fix rich-text format problem.
+ </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>
+ <blockquote>
+ <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 c834400..9260b99 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.34.html">1.12.34</a></li>
<li><a href="gnumeric-1.12.33.html">1.12.33</a></li>
<li><a href="gnumeric-1.12.32.html">1.12.32</a></li>
<li><a href="gnumeric-1.12.31.html">1.12.31</a></li>
diff --git a/changelogs/1.12/changelog-1.12.34.txt b/changelogs/1.12/changelog-1.12.34.txt
new file mode 100644
index 0000000..56f00c0
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.34.txt
@@ -0,0 +1,72 @@
+2017-03-20 Morten Welinder <terra gnome org>
+
+ * Release 1.12.34
+
+2017-03-17 Morten Welinder <terra gnome org>
+
+ * src/sheet-style.c (sheet_style_init_size): Don't hand-create a
+ bogus GnmColor here. The fake object prevents GnmColor equality
+ from working which in turn prevents GnmBorder equality from
+ working.
+
+ * src/style-color.c (gnm_color_make): Rename from
+ gnm_color_new_uninterned and handle caching here.
+ (gnm_color_new_auto): New function.
+
+ * src/ssdiff.c (main): Exit 2 on error, 1 of diffs, 0 if no diff.
+ (compare_corresponding_cells): Fall back to string comparison.
+ References like Sheet1!A1 should match even if they, obviously,
+ refer to sheets in different workbooks.
+
+ * src/style-conditions.c (gnm_style_conditions_equal): Add new
+ relax_sheet argument.
+
+ * src/validation.c (gnm_validation_equal): New function.
+
+ * src/mstyle.c (gnm_style_find_differences): New function.
+
+ * src/ssdiff.c (xml_style_changed): Use
+ gnm_style_find_differences.
+
+ * src/ssdiff.c (cb_diff_sheets_styles_2): Use relaxed
+ gnm_style_find_differences, not gnm_style_equal.
+
+ * src/hlink.c (gnm_hlink_equal): New function.
+
+2017-03-13 Morten Welinder <terra gnome org>
+
+ * src/hlink.c (gnm_hlink_cur_wb_set_target): Improve parsing of
+ inter-sheet local name references.
+
+2017-03-10 Morten Welinder <terra gnome org>
+
+ * src/hlink.c (gnm_hlink_get_name_target)
+ (gnm_hlink_get_range_target): New functions.
+ (gnm_hlink_cur_wb_activate): Use gnm_hlink_get_range_target.
+
+2017-03-07 Morten Welinder <terra gnome org>
+
+ * src/parser.y (parser_simple_name): Extract from
+ parser_simple_val_or_name. Extend to handle explicit sheet.
+ ("sheetref STRING"): Ise parser_simple_name.
+
+2017-03-06 Morten Welinder <terra gnome org>
+
+ * src/expr-name.c (expr_name_add): Plug leak.
+
+2017-03-05 Morten Welinder <terra gnome org>
+
+ * src/hlink.c (GnmHLinkCurWB): Store location as dependent.
+ (gnm_hlink_cur_wb_activate): Move string parsing from here...
+ (gnm_hlink_cur_wb_set_target): ...to here. Check name first as
+ value_new_cellrange_str will resolve a name.
+
+ * src/mstyle.c (gnm_style_linked_sheet_changed): Handle changed
+ sheet for hlinks too.
+
+ * src/hlink.c (gnm_hlink_new, gnm_hlink_dup, gnm_hlink_get_sheet)
+ (gnm_hlink_set_sheet): New functions.
+
+2017-01-30 Morten Welinder <terra gnome org>
+
+ * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 5719856..ca4aa34 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.33.tar.xz">download
+ can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.34.tar.xz">download
the latest release</a>.</p>
</div>
</div>
diff --git a/index.html b/index.html
index 0a3c432..6399b54 100644
--- a/index.html
+++ b/index.html
@@ -55,6 +55,18 @@
<span class="month">Jan</span>
<span class="year">2017</span>
</span>
+ Gnumeric 1.12.34
+ </h2>
+ <p><a href="announcements/1.12/gnumeric-1.12.34.html">Gnumeric
+ 1.12.34 is out</a>. Get it
+ from <a href="download.html">here</a>!</p>
+ </div>
+ <div class="newsitem">
+ <h2>
+ <span class="date">
+ <span class="month">Jan</span>
+ <span class="year">2017</span>
+ </span>
Gnumeric 1.12.33
</h2>
<p><a href="announcements/1.12/gnumeric-1.12.33.html">Gnumeric
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]