[gnomeweb-wml] Gnumeric: 1.10.4
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] Gnumeric: 1.10.4
- Date: Thu, 20 May 2010 23:38:01 +0000 (UTC)
commit 4d1d603af9131dd8f78308c8f2481ae08533bf48
Author: Morten Welinder <terra gnome org>
Date: Thu May 20 19:37:47 2010 -0400
Gnumeric: 1.10.4
.../gnumeric/announcements/1.10/Makefile.am | 1 +
.../announcements/1.10/gnumeric-1.10.4.shtml | 78 ++++++++++++++++++++
.../gnumeric/announcements/1.10/index.shtml | 1 +
.../gnumeric/changelogs/1.10/Makefile.am | 1 +
.../gnumeric/changelogs/1.10/changelog-1.10.4.txt | 33 ++++++++
.../gnumeric/changelogs/1.10/index.shtml | 1 +
projects.gnome.org/gnumeric/downloads.shtml | 2 +-
projects.gnome.org/gnumeric/header-end.shtml | 2 +-
projects.gnome.org/gnumeric/index.shtml | 11 +++-
9 files changed, 127 insertions(+), 3 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am b/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am
index 278377f..4a2b63c 100644
--- a/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am
+++ b/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am
@@ -1,6 +1,7 @@
urlpath = /gnumeric/announcements/1.10
page_SCRIPTS= \
+ gnumeric-1.10.4.shtml \
gnumeric-1.10.3.shtml \
gnumeric-1.10.2.shtml \
gnumeric-1.10.1.shtml \
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.4.shtml b/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.4.shtml
new file mode 100644
index 0000000..cdc0b64
--- /dev/null
+++ b/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.4.shtml
@@ -0,0 +1,78 @@
+<!--#set var="title" value="Gnumeric 1.10.4" --><!--#set var="rootdir" value="../.." --><!--#include virtual="../../header-begin.shtml" -->
+<!--#include virtual="../../header-end.shtml" -->
+ <h2>Gnumeric 1.10.4 aka "LinReg" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.10.4. This release requires the
+ concurrently-released Goffice 0.8.4.</p>
+ <p>This release improves the accuracy of linear regression from
+ so-so to outstanding. It further adds a test suite for linear
+ regression to prevent problems in the future.</p>
+ <ul>
+ <li>Andreas
+ <ul>
+ <li>
+ Include version number in HTML export.
+ </li>
+ </ul>
+ <li>Jean
+ <ul>
+ <li>
+ Fixed autofill issues. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=618687">Bug 618687</a>].
+ </li>
+ </ul>
+ <li>Morten
+ <ul>
+ <li>
+ Linear regression test suite.
+ </li>
+ <li>
+ Fix TABLE problem. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=618829">Bug 618829</a>].
+ </li>
+ <li>
+ Handle "Jan 2010" and "January 2010" better.
+ </li>
+ <li>
+ Fix date parsing problems for invalid years.
+ </li>
+ </ul>
+ <li>Sameer Morar
+ <ul>
+ <li>
+ Fix sheet order dialog layout. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=619056">Bug 619056</a>].
+ </li>
+ </ul>
+ </ul>
+ <h2>goffice 0.8.4 aka "LinReg" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ goffice version 0.8.4.</p>
+ <p>Noteworthy news in this release:</p>
+ <ul>
+ <li>...</li>
+ </ul>
+
+ <ul>
+ <li>Bobby Powers
+ <ul>
+ <li>
+ Fix the --without-gtk build. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=618592">Bug 618592</a>].
+ </li>
+ </ul>
+ <li>Morten
+ <ul>
+ <li>
+ Regression fixes.
+ </li>
+ <li>
+ Improve linear regression accuracy.
+ </li>
+ <li>
+ Plug leaks.
+ </li>
+ </ul>
+ </ul>
+ <h2>Availability</h2>
+ <blockquote>
+ <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/">http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/</a></br>
+ <a href="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/">http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/</a>
+ </blockquote>
+<!--#include virtual="../../footer.shtml" -->
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/index.shtml b/projects.gnome.org/gnumeric/announcements/1.10/index.shtml
index d254c5f..a807d9f 100644
--- a/projects.gnome.org/gnumeric/announcements/1.10/index.shtml
+++ b/projects.gnome.org/gnumeric/announcements/1.10/index.shtml
@@ -20,6 +20,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.10.4.shtml">1.10.4</a></li>
<li><a href="gnumeric-1.10.3.shtml">1.10.3</a></li>
<li><a href="gnumeric-1.10.2.shtml">1.10.2</a></li>
<li><a href="gnumeric-1.10.1.shtml">1.10.1</a></li>
diff --git a/projects.gnome.org/gnumeric/changelogs/1.10/Makefile.am b/projects.gnome.org/gnumeric/changelogs/1.10/Makefile.am
index cf46046..c1a4d60 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.10/Makefile.am
+++ b/projects.gnome.org/gnumeric/changelogs/1.10/Makefile.am
@@ -1,6 +1,7 @@
urlpath = /gnumeric/changelogs/1.10
page_SCRIPTS= \
+ changelog-1.10.4.txt \
changelog-1.10.3.txt \
changelog-1.10.2.txt \
changelog-1.10.1.txt \
diff --git a/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.4.txt b/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.4.txt
new file mode 100644
index 0000000..3b7bb08
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.4.txt
@@ -0,0 +1,33 @@
+2010-05-20 Morten Welinder <terra gnome org>
+
+ * Release 1.10.4
+
+2010-05-19 Morten Welinder <terra gnome org>
+
+ * src/number-match.c (handle_int): Impose a length restriction
+ too. All callers changed.
+ (format_match_datetime): Accepts "Jan 2010" and "January 2010"
+ too.
+ (valid_dmy): New function.
+ (format_match_datetime): Use valid_dmy over g_date_valid_dmy.
+
+2010-05-18 Morten Welinder <terra gnome org>
+
+ * src/collect.c (create_caches): Hook recalc-clear-caches.
+
+ * src/application.c (gnm_app_recalc_clear_caches): New function.
+ (gnm_app_recalc_finish): Call gnm_app_recalc_clear_caches too.
+
+2010-05-17 Morten Welinder <terra gnome org>
+
+ * src/func-builtin.c (gnumeric_table): Fix interaction with
+ collect.c in a hacky way.
+
+2010-05-17 Jean Brefort <jean brefort normalesup org>
+
+ * src/item-cursor.c (item_cursor_in_drag_handle),
+ (item_cursor_selection_motion): fixed autofill issues. [#618687]
+
+2010-05-07 Morten Welinder <terra gnome org>
+
+ * configure.in: Post-release bump.
diff --git a/projects.gnome.org/gnumeric/changelogs/1.10/index.shtml b/projects.gnome.org/gnumeric/changelogs/1.10/index.shtml
index 7dca08a..5311588 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.10/index.shtml
+++ b/projects.gnome.org/gnumeric/changelogs/1.10/index.shtml
@@ -18,6 +18,7 @@
<p>Click on a link to go to the change log for that Gnumeric release.</p>
<ul>
<!-- new entries go on top -->
+ <li><a href="changelog-1.10.4.txt">1.10.4</a></i>
<li><a href="changelog-1.10.3.txt">1.10.3</a></i>
<li><a href="changelog-1.10.2.txt">1.10.2</a></i>
<li><a href="changelog-1.10.1.txt">1.10.1</a></i>
diff --git a/projects.gnome.org/gnumeric/downloads.shtml b/projects.gnome.org/gnumeric/downloads.shtml
index 31a1e28..5dbd53b 100644
--- a/projects.gnome.org/gnumeric/downloads.shtml
+++ b/projects.gnome.org/gnumeric/downloads.shtml
@@ -136,7 +136,7 @@ tarball</a>. Dependencies for this version are:</p>
</tr>
<tr>
<td><a href="http://ftp.gnome.org/pub/GNOME/sources/goffice">GOffice</a></td>
- <td>>= 0.8.3</td>
+ <td>>= 0.8.4</td>
<td></td>
</tr>
<tr>
diff --git a/projects.gnome.org/gnumeric/header-end.shtml b/projects.gnome.org/gnumeric/header-end.shtml
index 6f50be4..6dd669a 100644
--- a/projects.gnome.org/gnumeric/header-end.shtml
+++ b/projects.gnome.org/gnumeric/header-end.shtml
@@ -11,7 +11,7 @@
<li><a href="<!--#echo var="rootdir" -->/downloads.shtml">Get
Gnumeric Now!</a></li>
<li><a
-href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.3.tar.gz">Latest
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.4.tar.gz">Latest
Source</a></li>
<!-- <li><a
href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.9/gnumeric-1.9.17.tar.gz">Latest
diff --git a/projects.gnome.org/gnumeric/index.shtml b/projects.gnome.org/gnumeric/index.shtml
index 3f862f4..433440f 100644
--- a/projects.gnome.org/gnumeric/index.shtml
+++ b/projects.gnome.org/gnumeric/index.shtml
@@ -33,7 +33,7 @@
<dt>Accurate!</dt>
<dd>A spreadsheet should calculate the right answer. Gnumeric's
- built-in functions and tools are accurate. A recent <a
+ built-in functions and tools are accurate. A <a
href="http://www.csdassn.org/software_reports.cfm">report</a> praised
Gnumeric as more accurate than leading proprietary spreadsheets.</dd>
</dl>
@@ -42,6 +42,15 @@
<h2>News</h2>
<p>May 2010:
+ <a href="announcements/1.10/gnumeric-1.10.4.shtml">Gnumeric
+ 1.10.4 is out</a>. This is a bug-fix release. Get it
+ from <a href="downloads.shtml">here</a>! <!--We have
+ a <a href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.10.3-20100508.exe">Win32</a>
+ build of that. (Sources in the same directory except for parts
+ found on this site. Note, however, that recompilation is very
+ difficult.)--></p>
+
+ <p>May 2010:
<a href="announcements/1.10/gnumeric-1.10.3.shtml">Gnumeric
1.10.3 is out</a>. This is a bug-fix release. Get it
from <a href="downloads.shtml">here</a>! We have
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]