[gnumeric-web] 1.12.11
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric-web] 1.12.11
- Date: Sun, 16 Feb 2014 18:12:10 +0000 (UTC)
commit 73ab69e9b305eddecf1dd887770293f2a04e27db
Author: Morten Welinder <terra gnome org>
Date: Sun Feb 16 13:11:48 2014 -0500
1.12.11
Makefile | 1 +
announcements/1.12/gnumeric-1.12.11.html | 76 ++++++++++++++++++++++++++++++
announcements/1.12/index.html | 1 +
changelogs/1.12/changelog-1.12.11.txt | 11 ++++
download.html | 2 +-
index.html | 18 ++++++-
6 files changed, 105 insertions(+), 4 deletions(-)
---
diff --git a/Makefile b/Makefile
index 35a13c4..02e40ef 100644
--- a/Makefile
+++ b/Makefile
@@ -254,6 +254,7 @@ WWWFILES = \
announcements/1.12/gnumeric-1.12.8.html \
announcements/1.12/gnumeric-1.12.9.html \
announcements/1.12/gnumeric-1.12.10.html \
+ announcements/1.12/gnumeric-1.12.11.html \
\
style/date.png \
style/gnumeric52.png \
diff --git a/announcements/1.12/gnumeric-1.12.11.html b/announcements/1.12/gnumeric-1.12.11.html
new file mode 100644
index 0000000..05f159a
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.11.html
@@ -0,0 +1,76 @@
+<?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.11 aka "TBD" is now available</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.12.11.</p>
+ <p>Noteworthy news in this release: a problem with saving to
+ Excel97 format was fixed.</p>
+ <p>Details of changes:</p>
+ <ul>
+ <li>Jean
+ <ul>
+ <li>
+ Fix hang on xls/biff7 save. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=724399">Bug
724399</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Morten
+ <ul>
+ <li>
+ Release infrastructure improvements.
+ </li>
+ <li>
+ Improve testing for xls/biff7.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div class="generalitem">
+ <h2><span class="gnumeric-bullet"></span>goffice 0.10.11 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ goffice version 0.10.11.</p>
+ <p>Noteworthy news in this release: no news is good news.</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 a502a2a..a035015 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.11.html">1.12.11</a></li>
<li><a href="gnumeric-1.12.10.html">1.12.10</a></li>
<li><a href="gnumeric-1.12.9.html">1.12.9</a></li>
<li><a href="gnumeric-1.12.8.html">1.12.8</a></li>
diff --git a/changelogs/1.12/changelog-1.12.11.txt b/changelogs/1.12/changelog-1.12.11.txt
new file mode 100644
index 0000000..7475dca
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.11.txt
@@ -0,0 +1,11 @@
+2014-02-16 Morten Welinder <terra gnome org>
+
+ * Release 1.12.11
+
+2014-02-16 Morten Welinder <terra gnome org>
+
+ * src/func.c (function_dump_defs): Update boilerplate.
+
+2014-02-11 Morten Welinder <terra gnome org>
+
+ * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 4eb9328..c9addd8 100644
--- a/download.html
+++ b/download.html
@@ -36,7 +36,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.10.tar.xz">download
+ can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.11.tar.xz">download
the latest release</a>.</p>
</div>
<div class="generalitem">
diff --git a/index.html b/index.html
index cb6a82e..b8e4e69 100644
--- a/index.html
+++ b/index.html
@@ -71,10 +71,10 @@
<span class="month">Feb</span>
<span class="year">2014</span>
</span>
- Gnumeric 1.12.10
+ Gnumeric 1.12.11
</h2>
- <p><a href="announcements/1.12/gnumeric-1.12.10.html">Gnumeric
- 1.12.10 is out</a>. Get it
+ <p><a href="announcements/1.12/gnumeric-1.12.11.html">Gnumeric
+ 1.12.11 is out</a>. Get it
from <a href="download.html">here</a>! <!-- We have
a <a href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.12.9-20131128.exe">Win32
build</a> of that. (Sources in the same directory except for
@@ -84,6 +84,18 @@
<div class="newsitem">
<h2>
<span class="date">
+ <span class="month">Feb</span>
+ <span class="year">2014</span>
+ </span>
+ Gnumeric 1.12.10
+ </h2>
+ <p><a href="announcements/1.12/gnumeric-1.12.10.html">Gnumeric
+ 1.12.10 is out</a>. Get it
+ from <a href="download.html">here</a>!</p>
+ </div>
+ <div class="newsitem">
+ <h2>
+ <span class="date">
<span class="month">Nov</span>
<span class="year">2013</span>
</span>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]