[gnumeric-web] Gnumeric: 1.12.31
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric-web] Gnumeric: 1.12.31
- Date: Thu, 30 Jun 2016 00:11:52 +0000 (UTC)
commit 2bb19038b0ef6d1890e66e922cc3c8bb8c0a5139
Author: Morten Welinder <terra gnome org>
Date: Wed Jun 29 20:11:37 2016 -0400
Gnumeric: 1.12.31
Makefile | 1 +
announcements/1.12/gnumeric-1.12.31.html | 78 ++++++++++++++++++++++++++++++
announcements/1.12/index.html | 1 +
changelogs/1.12/changelog-1.12.31.txt | 25 ++++++++++
download.html | 2 +-
index.html | 18 +++++--
6 files changed, 120 insertions(+), 5 deletions(-)
---
diff --git a/Makefile b/Makefile
index b29edb8..71c907c 100644
--- a/Makefile
+++ b/Makefile
@@ -276,6 +276,7 @@ WWWFILES = \
announcements/1.12/gnumeric-1.12.28.html \
announcements/1.12/gnumeric-1.12.29.html \
announcements/1.12/gnumeric-1.12.30.html \
+ announcements/1.12/gnumeric-1.12.31.html \
\
style/date.png \
style/gnumeric52.png \
diff --git a/announcements/1.12/gnumeric-1.12.31.html b/announcements/1.12/gnumeric-1.12.31.html
new file mode 100644
index 0000000..fd862d9
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.31.html
@@ -0,0 +1,78 @@
+<?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.31 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.12.31.</p>
+ <p>Noteworthy news in this release:</p>
+ <ul>
+ <li>Various fixes for functions using selection criteria.</li>
+ </ul>
+
+ <p>Details of changes by contributor:</p>
+ <ul>
+ <li>Morten
+ <ul>
+ <li>
+ Fix case issues for database functions.
+ </li>
+ <li>
+ Anchor COUNTIF criteria at end too.
+ </li>
+ <li>
+ Add tests for COUNTIF.
+ </li>
+ <li>
+ Fix inter-process paste crash. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=768164">Bug 768164</a>].
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>goffice 0.10.31 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability
+ of goffice version 0.10.31. This is just a release to match
+ the version numbering to Gnumeric. There is nothing new.</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 b6aa799..4c42efe 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.31.html">1.12.31</a></li>
<li><a href="gnumeric-1.12.30.html">1.12.30</a></li>
<li><a href="gnumeric-1.12.29.html">1.12.29</a></li>
<li><a href="gnumeric-1.12.28.html">1.12.28</a></li>
diff --git a/changelogs/1.12/changelog-1.12.31.txt b/changelogs/1.12/changelog-1.12.31.txt
new file mode 100644
index 0000000..d89420e
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.31.txt
@@ -0,0 +1,25 @@
+2016-06-29 Morten Welinder <terra gnome org>
+
+ * Release 1.12.31
+
+2016-06-29 Morten Welinder <terra gnome org>
+
+ * src/parse-util.c (std_expr_name_handler): Fix workbook confusion
+ related to sheet-local names. [#768164]
+
+2016-06-28 Morten Welinder <terra gnome org>
+
+ * src/stf-parse.c (stf_parse_options_guess_formats): Handle lines
+ of different lenghts.
+
+2016-06-21 Morten Welinder <terra gnome org>
+
+ * src/value.c (criteria_test_greater_or_equal): Use case-folding
+ comparisons for strings.
+ (parse_criteria, parse_criteria_range): Add argument controlling
+ whether to anchor matching at end of string.
+ (parse_database_criteria): Don't anchor here.
+
+2016-06-17 Morten Welinder <terra gnome org>
+
+ * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 8b780c6..e6c3c6d 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.30.tar.xz">download
+ can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.31.tar.xz">download
the latest release</a>.</p>
</div>
</div>
diff --git a/index.html b/index.html
index 305d73f..1807d29 100644
--- a/index.html
+++ b/index.html
@@ -36,10 +36,8 @@
<span class="dl-like">Gnumeric and its source code are
available free of charge, licensed under the terms of the
GNU General Public
- License <a href="http://git.gnome.org/browse/gnumeric/tree/COPYING-gpl2">version
- 2</a>
- or <a href="http://git.gnome.org/browse/gnumeric/tree/COPYING-gpl3">version
- 3</a>.</span></p>
+ License <a href="http://git.gnome.org/browse/gnumeric/tree/COPYING-gpl2">version 2</a>
+ or <a
href="http://git.gnome.org/browse/gnumeric/tree/COPYING-gpl3">version 3</a>.</span></p>
<p><span class="dt-like">Fast:</span>
<span class="dl-like">Gnumeric starts up quickly and handles large
spreadsheets while remaining responsive.</span></p>
@@ -57,6 +55,18 @@
<span class="month">Jun</span>
<span class="year">2016</span>
</span>
+ Gnumeric 1.12.31
+ </h2>
+ <p><a href="announcements/1.12/gnumeric-1.12.31.html">Gnumeric
+ 1.12.31 is out</a>. Get it
+ from <a href="download.html">here</a>!</p>
+ </div>
+ <div class="newsitem">
+ <h2>
+ <span class="date">
+ <span class="month">Jun</span>
+ <span class="year">2016</span>
+ </span>
Gnumeric 1.12.30
</h2>
<p><a href="announcements/1.12/gnumeric-1.12.30.html">Gnumeric
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]