[gnomeweb-wml] Gnumeric: 1.10.1
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] Gnumeric: 1.10.1
- Date: Tue, 9 Mar 2010 01:55:55 +0000 (UTC)
commit 839f1264df2314f86b47824a433c863b79211c99
Author: Morten Welinder <terra gnome org>
Date: Mon Mar 8 20:55:40 2010 -0500
Gnumeric: 1.10.1
.../gnumeric/announcements/1.10/Makefile.am | 1 +
.../announcements/1.10/gnumeric-1.10.1.shtml | 111 ++++++++++++++++++++
.../gnumeric/announcements/1.10/index.shtml | 1 +
.../gnumeric/changelogs/1.10/Makefile.am | 1 +
.../gnumeric/changelogs/1.10/changelog-1.10.1.txt | 55 ++++++++++
.../gnumeric/changelogs/1.10/index.shtml | 4 +-
projects.gnome.org/gnumeric/header-end.shtml | 2 +-
projects.gnome.org/gnumeric/index.shtml | 5 +
8 files changed, 177 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 c9ae938..8e7a7a4 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.1.shtml \
gnumeric-1.10.0.shtml \
gnumeric-1.10.shtml \
index.shtml
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.1.shtml b/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.1.shtml
new file mode 100644
index 0000000..53089e7
--- /dev/null
+++ b/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.1.shtml
@@ -0,0 +1,111 @@
+<!--#set var="title" value="Gnumeric 1.10.1" --><!--#set var="rootdir" value="../.." --><!--#include virtual="../../header-begin.shtml" -->
+<!--#include virtual="../../header-end.shtml" -->
+
+ <h2>Gnumeric 1.10.1 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.10.1.</p>
+ <p>This is a bugfix release. There is nothing too exciting on the list.</p>
+ <ul>
+ <li>Andreas
+ <ul>
+ <li>
+ Fix storing of error-literals in ODF. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=610175">Bug 610175</a>].
+ </li>
+ <li>
+ Don't export filter combos to ODF. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=610399">Bug 610399</a>].
+ </li>
+ <li>
+ Apply filter on ODF import. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=610399">Bug 610399</a>].
+ </li>
+ <li>
+ Fix display of autocomplete suggestions. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=610537">Bug 610537</a>].
+ </li>
+ <li>
+ Fix formatting of multirow cells in LaTeX export. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=611633">Bug 611633</a>].
+ </li>
+ <li>
+ Protect exported LaTeX files from babel shorthands.
+ </li>
+ </ul>
+ <li>Jean
+ <ul>
+ <li>
+ Fix a crash in excelplugin. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=610012">Bug 610012</a>].
+ </li>
+ <li>
+ Fix a crasher in excelplugin. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=610012">Bug 610012</a>].
+ </li>
+ <li>
+ Fix cursor appearance. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=611076">Bug 611076</a>].
+ </li>
+ </ul>
+ <li>Morten
+ <ul>
+ <li>
+ Turn off -Wstrict-prototypes for the stable series.
+ </li>
+ <li>
+ Fix ODF read problem. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=610178">Bug 610178</a>].
+ </li>
+ <li>
+ Fix rendering problem with iterated evaluation.
+ </li>
+ <li>
+ Fix solver undo problem. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=611406">Bug 611406</a>].
+ </li>
+ <li>
+ Fix graph label problem. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=611362">Bug 611362</a>].
+ </li>
+ <li>
+ Fix GLPK solver issue. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=611407">Bug 611407</a>].
+ </li>
+ <li>
+ Fix ssindex crash. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=611842">Bug 611842</a>].
+ </li>
+ <li>
+ Fix ODF export of intersection. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=611824">Bug 611824</a>].
+ </li>
+ <li>
+ Fix cell comment critical.
+ </li>
+ </ul>
+ </ul>
+
+ <h2>goffice 0.8.1 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ goffice version 0.8.1.</p>
+ <li>Jean
+ <ul>
+ <li>
+ Remove libglade dependency from pc file. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=609833">Bug 609833</a>].
+ </li>
+ <li>
+ Use gtk_buildable_get_name instead of gtk_widget_get_name where
+ appropriate. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=610434">Bug 610434</a>].
+ </li>
+ <li>
+ Fix crash in GogGuru. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=610435">Bug 610435</a>].
+ </li>
+ <li>
+ Fix cubic splines with invalid data. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=611163">Bug 611163</a>].
+ </li>
+ </ul>
+ <li>Morten
+ <ul>
+ <li>
+ Fix locale selector issue. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=611415">Bug 611415</a>].
+ </li>
+ </ul>
+ <li>Valek
+ <ul>
+ <li>
+ Canvas improvements.
+ </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 004f067..43f6530 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.1.shtml">1.10.1</a></li>
<li><a href="gnumeric-1.10.0.shtml">1.10.0</a></li>
<li><a href="gnumeric-1.10.shtml">1.10 Series</a></li>
</ul>
diff --git a/projects.gnome.org/gnumeric/changelogs/1.10/Makefile.am b/projects.gnome.org/gnumeric/changelogs/1.10/Makefile.am
index 37cac0c..c903198 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.1.txt \
changelog-1.10.0.txt \
index.shtml
diff --git a/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.1.txt b/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.1.txt
new file mode 100644
index 0000000..2885605
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.1.txt
@@ -0,0 +1,55 @@
+2010-03-08 Morten Welinder <terra gnome org>
+
+ * Release 1.10.1
+
+2010-03-08 Morten Welinder <terra gnome org>
+
+ * src/sheet-control-gui.c (scg_comment_select): Fix critical.
+ (scg_comment_display, scg_comment_select): Take window position
+ too. All callers changed. Fixes part of #573028.
+
+2010-03-06 Jean Brefort <jean brefort normalesup org>
+
+ * src/item-cursor.c (item_cursor_draw): fix cursor appearance when the
+ line or column is on the border of a hidden area. [#611076]
+
+2010-03-04 Morten Welinder <terra gnome org>
+
+ * src/ssindex.c (ssindex_validation): Handle NULLs better. Fixes
+ #611842.
+
+2010-03-02 Morten Welinder <terra gnome org>
+
+ * src/graph.c (render_val): For cells, get the right format unless
+ overridden. Fixes #611362.
+
+2010-02-28 Morten Welinder <terra gnome org>
+
+ * src/commands.c (cmd_solver): Set cmd.sheet. Fixes #611406.
+
+2010-02-26 Morten Welinder <terra gnome org>
+
+ * src/dependent.c (gnm_cell_eval_content): Fix rendering problem
+ with iterated calculation.
+
+2010-02-24 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/item-edit.c (item_edit_update_bounds): remove duplicated code
+ * src/sheet-control-gui.c (scg_reload_item_edits): new
+ * src/sheet-control-gui.h (scg_reload_item_edits): new
+ * src/wbc-gtk-edit.c (workbook_edit_complete_notify): also reload
+ item edits
+
+2010-02-16 Morten Welinder <terra gnome org>
+
+ * configure.in: turn off -Wstrict-prototypes for stable builds.
+
+2010-02-16 Jean Brefort <jean brefort normalesup org>
+
+ * plugins/excelplugins/excelplugins.c
+ (scan_for_XLLs_and_register_functions): don't call a NULL function.
+ [#610012]
+
+2010-02-13 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 8618180..de92e6d 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.10/index.shtml
+++ b/projects.gnome.org/gnumeric/changelogs/1.10/index.shtml
@@ -18,8 +18,8 @@
<p>Click on a link to go to the change log for that Gnumeric release.</p>
<ul>
<!-- new entries go on top -->
- <li>Nothing yet</li>
- <!-- <li><a href="changelog-1.10.0.txt">1.10.0</a></i> -->
+ <li><a href="changelog-1.10.1.txt">1.10.1</a></i>
+ <li><a href="changelog-1.10.0.txt">1.10.0</a></i>
</ul>
</div>
<!--#include virtual="../../footer.shtml"-->
diff --git a/projects.gnome.org/gnumeric/header-end.shtml b/projects.gnome.org/gnumeric/header-end.shtml
index e43dd4a..96059f0 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.0.tar.gz">Latest
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.1.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 cd8a0d4..792b412 100644
--- a/projects.gnome.org/gnumeric/index.shtml
+++ b/projects.gnome.org/gnumeric/index.shtml
@@ -41,6 +41,11 @@
<a href="features.shtml">go here</a>.</p>
<h2>News</h2>
+ <p>March 2010:
+ <a href="announcements/1.10/gnumeric-1.10.l.shtml">Gnumeric 1.10.1
+ is out</a>. This is a bug-fix release. Get it
+ from <a href="downloads.shtml">here</a>!</p>
+
<p>Febuary 2010: We are pleased to announce
the <a href="announcements/1.10/gnumeric-1.10.shtml">new stable
Gnumeric 1.10.x series</a> with the release of
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]