[gnomeweb-wml] Gnumeric: 1.10.10



commit 69ad8420218e02ff96d44283da1a6a60fac8fa69
Author: Morten Welinder <terra gnome org>
Date:   Sat Sep 4 15:31:47 2010 -0400

    Gnumeric: 1.10.10

 .../gnumeric/announcements/1.10/Makefile.am        |    1 +
 .../announcements/1.10/gnumeric-1.10.10.shtml      |  160 ++++++++++++++++++++
 .../gnumeric/announcements/1.10/index.shtml        |    1 +
 .../gnumeric/changelogs/1.10/Makefile.am           |    1 +
 .../gnumeric/changelogs/1.10/changelog-1.10.10.txt |   80 ++++++++++
 .../gnumeric/changelogs/1.10/index.shtml           |    1 +
 projects.gnome.org/gnumeric/downloads.shtml        |   12 +-
 projects.gnome.org/gnumeric/header-end.shtml       |    2 +-
 projects.gnome.org/gnumeric/index.shtml            |    9 +
 9 files changed, 260 insertions(+), 7 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am b/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am
index 4be38e4..8092d5a 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.10.shtml \
 	gnumeric-1.10.9.shtml \
 	gnumeric-1.10.8.shtml \
 	gnumeric-1.10.7.shtml \
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.10.shtml b/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.10.shtml
new file mode 100644
index 0000000..484baee
--- /dev/null
+++ b/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.10.shtml
@@ -0,0 +1,160 @@
+<!--#set var="title" value="Gnumeric 1.10.10" --><!--#set var="rootdir" value="../.." --><!--#include virtual="../../header-begin.shtml" -->
+<!--#include virtual="../../header-end.shtml" -->
+
+  <h2>Gnumeric 1.10.10 aka &quot;Earl&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+  Gnumeric version 1.10.10.</p>
+  <p>Noteworthy news in this release:</p>
+  <ul>
+  <li>ODF import/export greatly improved.</li>
+  <li>Graph fixes.</li>
+  </ul>
+
+  <ul>
+  <li>Andreas
+    <ul>
+      <li>
+	Significantly improve chart export and import to/from ODF.
+      </li>
+      <li>
+	Improve handling of corrupted ODF files.
+      </li>
+      <li>
+	Fix percentage style import from ODF. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=627517";>Bug 627517</a>].
+      </li>
+      <li>
+	Fix INTERPOLATION documentation. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=627461";>Bug 627461</a>].
+      </li>
+      <li>
+	Provide progress info in ODF export.
+      </li>
+      <li>
+	Improve warnings dialog in ODF import.
+      </li>
+      <li>
+	Fix button sensitivity in sort dialog.
+      </li>
+    </ul>
+  <li>Jean
+    <ul>
+      <li>
+	Fix some interpolation and periodogram issues.
+      </li>
+      <li>
+	Fixed graph scalar data editor behavior. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=628721";>Bug 628721</a>].
+      </li>
+    </ul>
+  <li>Morten
+    <ul>
+      <li>
+	Plug sylk importer leak.
+      </li>
+      <li>
+	Plug xml importer leak.
+      </li>
+      <li>
+	Plug odf importer leak.  [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=627759";>Bug 627759</a>].
+      </li>
+      <li>
+	Extend domain of IMPOWER.  [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=627775";>Bug 627775</a>].
+      </li>
+      <li>
+	Allow use of glib's memory profiler.
+      </li>
+      <li>
+	Fix some confusion of char vs. xmlChar.
+      </li>
+      <li>
+	Fix elapsed-time entry.  [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=628082";>Bug 628082</a>].
+      </li>
+      <li>
+	Fix problems with limits for date axes.
+      </li>
+      <li>
+	Improve function docs self test.
+      </li>
+      <li>
+	Fix errors in function docs.
+      </li>
+    </ul>
+  </ul>
+  <h2>goffice 0.8.10 aka &quot;TBD&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+  goffice version 0.8.10.</p>
+  <ul>
+  <li>Andreas
+    <ul>
+      <li>
+	Make sure the first rather than the last error is shown.
+      </li>
+      <li>
+	Plug leak.
+      </li>
+      <li>
+	Provide the opportunity of all errors to be shown.
+      </li>
+    </ul>
+  <li>Jean
+    <ul>
+      <li>
+	Always use real line width when evaluating dashes. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=442546";>Bug 442546</a>].
+      </li>
+      <li>
+	Update x and y limits when data change for xyz plots. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=627288";>Bug 627288</a>].
+      </li>
+      <li>
+	Do not crash when displaying cubic spline with no abscissa. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=627507";>Bug 627507</a>].
+      </li>
+      <li>
+	Do not save image filling with no image. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=627690";>Bug 627690</a>].
+      </li>
+      <li>
+	Don't use g_free instead of xmlFree. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=627700";>Bug 627700</a>].
+      </li>
+      <li>
+	Optionnaly delete trendlines from legend. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=628031";>Bug 628031</a>].
+      </li>
+      <li>
+	Fix critical in go_doc_finalize. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=628467";>Bug 628467</a>].
+      </li>
+      <li>
+	Fixed a potential crasher in gog_styled_object_document_changed. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=628671";>Bug 628671</a>].
+      </li>
+      <li>
+	Fixed GOImage references management. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=628732";>Bug 628732</a>].
+      </li>
+    </ul>
+  <li>Morten
+    <ul>
+      <li>
+	Limit formats to sane number of decimals.  [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=627066";>Bug 627066</a>].
+      </li>
+      <li>
+	Fix minor go_string_replace issue.
+      </li>
+      <li>
+	Plug leaks.
+      </li>
+      <li>
+	Fix char-xmlChar confusion.
+      </li>
+      <li>
+	Fix graph crash.  [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=628259";>Bug 628259</a>].
+      </li>
+      <li>
+	Improve go_format_is_date.
+      </li>
+      <li>
+	Improve handling of date axes with time-of-day.
+      </li>
+      <li>
+	Fix FMR on image load.  [Part of <a href="http://bugzilla.gnome.org/show_bug.cgi?id=628467";>Bug 628467</a>].
+      </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 da58e08..119b77b 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.10.shtml">1.10.10</a></li>
   <li><a href="gnumeric-1.10.9.shtml">1.10.9</a></li>
   <li><a href="gnumeric-1.10.8.shtml">1.10.8</a></li>
   <li><a href="gnumeric-1.10.7.shtml">1.10.7</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 aa9b5fd..4ed9723 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.10.txt	\
 	changelog-1.10.9.txt	\
 	changelog-1.10.8.txt	\
 	changelog-1.10.7.txt	\
diff --git a/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.10.txt b/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.10.txt
new file mode 100644
index 0000000..8269c75
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.10.txt
@@ -0,0 +1,80 @@
+2010-09-04  Morten Welinder <terra gnome org>
+
+	* Release 1.10.10
+
+2010-09-04  Jean Brefort  <jean brefort normalesup org>
+
+	* src/wbc-gtk.c (set_entry_contents): fixed graph scalar data editor
+	behavior. [#628721]
+
+2010-09-01  Morten Welinder  <terra gnome org>
+
+	* src/func.c (check_argument_refs): Plug leak.  Fix the actual
+	test.
+
+2010-08-31  Morten Welinder  <terra gnome org>
+
+	* src/wbc-gtk.c (set_entry_contents): Set scalar values using the
+	editor's method for that.  That helps with formats.
+
+2010-08-30  Morten Welinder  <terra gnome org>
+
+	* src/clipboard.c (paste_cell): Also translate dates with
+	time-of-day.
+
+2010-08-27  Morten Welinder  <terra gnome org>
+
+	* src/number-match.c (valid_hms): Fix the case of elapsed minutes
+	and second.  Take extra argument identifying what kind of elapsed
+	format might be used.  Communicate whether the format needs to be
+	elapsed back to caller.  All callers changed.
+
+2010-08-24  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* configure.in: raise goffice requirement to 0.8.10
+
+2010-08-24  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/gui-util.h (gnumeric_go_error_info_list_dialog_new): new
+	(gnumeric_go_error_info_list_dialog_show): new
+	* src/gui-util.c (gnumeric_go_error_info_list_dialog_new): new
+	(gnumeric_go_error_info_list_dialog_show): new, maily code from
+	  gnumeric_go_error_info_dialog_new
+	(gnumeric_go_error_info_dialog_new): use
+	  gnumeric_go_error_info_list_dialog_show
+	* src/io-context-gtk.c (icg_error_error_info_list): new
+	(icg_set_num_files): connect icg_error_error_info_list
+	* src/wbc-gtk.c (wbcg_error_error_info_list): new
+	(wbcg_gnm_cmd_context_init): connect wbcg_error_error_info_list
+	* src/workbook-control.c (wbc_cmd_context_init): insert reminder stub
+
+2010-08-24  Morten Welinder  <terra gnome org>
+
+	* src/gnm-plugin.c (plugin_service_function_group_read_xml)
+	(plugin_service_ui_read_xml): Fix char-xmlChar confusion.
+
+	* src/libgnumeric.c (gnm_pre_parse_init): Make it possible to turn
+	on glib memory profiler.
+
+2010-08-23  Morten Welinder  <terra gnome org>
+
+	* src/xml-sax-read.c (xml_sax_colrow): Simplify and plug leak.
+	(xml_sax_finish_parse_wb_attr): Plug leak.
+
+2010-08-20  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* samples/chart-tests.gnumeric: update tab colours
+
+2010-08-18  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* samples/chart-tests.gnumeric: add tab colours to indicate ODF support
+	  for those pages (in round trip)
+
+2010-08-18  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* samples/chart-tests.gnumeric: test plot types separately from our
+	  ability to combine them.
+
+2010-08-16  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 4e3dfc3..c7712d6 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.10.txt">1.10.10</a></li>
   <li><a href="changelog-1.10.9.txt">1.10.9</a></i>
   <li><a href="changelog-1.10.8.txt">1.10.8</a></i>
   <li><a href="changelog-1.10.7.txt">1.10.7</a></i>
diff --git a/projects.gnome.org/gnumeric/downloads.shtml b/projects.gnome.org/gnumeric/downloads.shtml
index b3e2e46..94f099b 100644
--- a/projects.gnome.org/gnumeric/downloads.shtml
+++ b/projects.gnome.org/gnumeric/downloads.shtml
@@ -76,7 +76,7 @@ offer pre-compiled packages for others to use.</p>
 href="http://www.novell.com/linux/download/gnomes/i386/update_for_10_0/";>Novell</a>.</dd>
 <dt>Microsoft Windows</dt>
 <dd>There is a build of <a
-href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.10.9-20100816.exe";>1.10.9</a> available.
+href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.10.10-20100904.exe";>1.10.10</a> available.
 Please <a
 href="http://bugzilla.gnome.org/enter_bug.cgi?product=Gnumeric&amp;op_sys=Windows";>report
 bugs here</a>.  Here is a <a
@@ -97,12 +97,12 @@ method for people who wish to help test development versions of Gnumeric.</p>
 
 
 <h3>Stable Branch</h3>
-<p>The current stable version of Gnumeric is 1.10.9.  Please read the
-<a href="announcements/1.10/gnumeric-1.10.9.shtml">release notes</a>.
+<p>The current stable version of Gnumeric is 1.10.10.  Please read the
+<a href="announcements/1.10/gnumeric-1.10.10.shtml">release notes</a>.
 The source code is available from <a
-href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.9.tar.gz";>gzip'd
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.10.tar.gz";>gzip'd
 tarball</a> or <a
-href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.9.tar.bz2";>bzip'd
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.10.tar.bz2";>bzip'd
 tarball</a>.  Dependencies for this version are:</p>
 <div id="deptable">
 <table class="dependencies">
@@ -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>&gt;= 0.8.8</td>
+      <td>&gt;= 0.8.10</td>
       <td></td>
     </tr>
     <tr>
diff --git a/projects.gnome.org/gnumeric/header-end.shtml b/projects.gnome.org/gnumeric/header-end.shtml
index 8343b08..484178c 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.9.tar.gz";>Latest
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.10.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 9f9c79a..5708b37 100644
--- a/projects.gnome.org/gnumeric/index.shtml
+++ b/projects.gnome.org/gnumeric/index.shtml
@@ -41,6 +41,15 @@
       <a href="features.shtml">go here</a>.</p>
 
       <h2>News</h2>
+      <p>September 2010:
+      <a href="announcements/1.10/gnumeric-1.10.10.shtml">Gnumeric
+      1.10.10 is out</a>.  This is a stable release.  Get it
+      from <a href="downloads.shtml">here</a>!  We have
+      a <a href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.10.10-20100904.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>August 2010:
       <a href="announcements/1.10/gnumeric-1.10.9.shtml">Gnumeric
       1.10.9 is out</a>.  This is a stable release.  Get it



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]