[gnomeweb-wml] Gnumeric: 1.12.6



commit 08c1a32b5c5fedadfb7d302941630f89be4a15e7
Author: Morten Welinder <terra gnome org>
Date:   Tue Aug 27 19:46:20 2013 -0400

    Gnumeric: 1.12.6

 .../gnumeric/announcements/1.12/Makefile.am        |    1 +
 .../announcements/1.12/gnumeric-1.12.6.shtml       |   57 ++++++++++++++++++++
 .../gnumeric/announcements/1.12/index.shtml        |    1 +
 .../gnumeric/changelogs/1.12/Makefile.am           |    1 +
 .../gnumeric/changelogs/1.12/changelog-1.12.6.txt  |   19 +++++++
 .../gnumeric/changelogs/1.12/index.shtml           |    1 +
 projects.gnome.org/gnumeric/downloads.shtml        |    6 +-
 projects.gnome.org/gnumeric/header-end.shtml       |    2 +-
 projects.gnome.org/gnumeric/index.shtml            |   12 ++++
 9 files changed, 96 insertions(+), 4 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/announcements/1.12/Makefile.am 
b/projects.gnome.org/gnumeric/announcements/1.12/Makefile.am
index 4e76c11..097960e 100644
--- a/projects.gnome.org/gnumeric/announcements/1.12/Makefile.am
+++ b/projects.gnome.org/gnumeric/announcements/1.12/Makefile.am
@@ -1,6 +1,7 @@
 urlpath = /gnumeric/announcements/1.12
 
 page_SCRIPTS= \
+       gnumeric-1.12.6.shtml \
        gnumeric-1.12.5.shtml \
        gnumeric-1.12.4.shtml \
        gnumeric-1.12.3.shtml \
diff --git a/projects.gnome.org/gnumeric/announcements/1.12/gnumeric-1.12.6.shtml 
b/projects.gnome.org/gnumeric/announcements/1.12/gnumeric-1.12.6.shtml
new file mode 100644
index 0000000..1068d8d
--- /dev/null
+++ b/projects.gnome.org/gnumeric/announcements/1.12/gnumeric-1.12.6.shtml
@@ -0,0 +1,57 @@
+<!--#set var="title" value="Gnumeric 1.12.6" --><!--#set var="rootdir" value="../.." --><!--#include 
virtual="../../header-begin.shtml" -->
+<!--#include virtual="../../header-end.shtml" -->
+
+  <h2>Gnumeric 1.12.6 aka &quot;TBD&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+  Gnumeric version 1.12.6.  If you use a development version of gtk+
+  you will want to upgrade.</p>
+  <p>Noteworthy news in this release:</p>
+  <ul>
+  <li>A redraw problem with gtk+ 3.9.x has been fixed.</li>
+  <li>A performance problem with large sheets has been fixed.</li>
+  </ul>
+
+  <ul>
+  <li>Andreas
+    <ul>
+      <li>
+       Fix crash on corrupted files. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=706526";>Bug 
706526</a>].
+      </li>
+    </ul>
+  </li>
+  <li>Morten
+    <ul>
+      <li>
+       Fix crash on corrupted files.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=706413";>Bug 
706413</a>]  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=706417";>Bug 706417</a>].
+      </li>
+      <li>
+       Fix save style performance issue.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=699045";>Bug 
699045</a>].
+      </li>
+    </ul>
+  </li>
+  </ul>
+  <h2>goffice 0.10.6 aka &quot;TBD&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+  goffice version 0.10.6.</p>
+  <ul>
+  <li>Alexander Larsson
+    <ul>
+      <li>
+       Fix gtk+ 3.9 redraw problems.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=703124";>Bug 
703124</a>].
+      </li>
+    </ul>
+  </li>
+  <li>Jean
+    <ul>
+      <li>
+       Fix NULL pointer issue in line plots. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=706663";>Bug 706663</a>].
+      </li>
+    </ul>
+  </li>
+  </ul>
+  <h2>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>
+<!--#include virtual="../../footer.shtml" -->
diff --git a/projects.gnome.org/gnumeric/announcements/1.12/index.shtml 
b/projects.gnome.org/gnumeric/announcements/1.12/index.shtml
index da85f78..5b72675 100644
--- a/projects.gnome.org/gnumeric/announcements/1.12/index.shtml
+++ b/projects.gnome.org/gnumeric/announcements/1.12/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.12.6.shtml">1.12.6</a></li>
   <li><a href="gnumeric-1.12.5.shtml">1.12.5</a></li>
   <li><a href="gnumeric-1.12.4.shtml">1.12.4</a></li>
   <li><a href="gnumeric-1.12.3.shtml">1.12.3</a></li>
diff --git a/projects.gnome.org/gnumeric/changelogs/1.12/Makefile.am 
b/projects.gnome.org/gnumeric/changelogs/1.12/Makefile.am
index ef3e97d..e1c0add 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.12/Makefile.am
+++ b/projects.gnome.org/gnumeric/changelogs/1.12/Makefile.am
@@ -1,6 +1,7 @@
 urlpath = /gnumeric/changelogs/1.12
 
 page_SCRIPTS=                  \
+       changelog-1.12.6.txt    \
        changelog-1.12.5.txt    \
        changelog-1.12.4.txt    \
        changelog-1.12.3.txt    \
diff --git a/projects.gnome.org/gnumeric/changelogs/1.12/changelog-1.12.6.txt 
b/projects.gnome.org/gnumeric/changelogs/1.12/changelog-1.12.6.txt
new file mode 100644
index 0000000..99adcb4
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.12/changelog-1.12.6.txt
@@ -0,0 +1,19 @@
+2013-08-27  Morten Welinder <terra gnome org>
+
+       * Release 1.12.6
+
+2013-08-26  Morten Welinder  <terra gnome org>
+
+       * src/sheet-style.c (cell_tile_dump): New function for debugging.
+       (internal_style_list): Add fast pre-optimization to bring down the
+       number of entries before we start messing with hashes.  Fixes
+       #699045.
+
+2013-08-22  Jean Brefort  <jean brefort normalesup org>
+
+       * src/wbc-gtk.c (wbcg_data_allocator_editor): initialize
+       GraphDimEditor::changed. See bug 706591 comment #2.
+
+2013-08-19  Morten Welinder <terra gnome org>
+
+       * configure.ac: Post-release bump.
diff --git a/projects.gnome.org/gnumeric/changelogs/1.12/index.shtml 
b/projects.gnome.org/gnumeric/changelogs/1.12/index.shtml
index fb101be..3d14f6c 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.12/index.shtml
+++ b/projects.gnome.org/gnumeric/changelogs/1.12/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.12.6.txt">1.12.6</a></li>
   <li><a href="changelog-1.12.5.txt">1.12.5</a></li>
   <li><a href="changelog-1.12.4.txt">1.12.4</a></li>
   <li><a href="changelog-1.12.3.txt">1.12.3</a></li>
diff --git a/projects.gnome.org/gnumeric/downloads.shtml b/projects.gnome.org/gnumeric/downloads.shtml
index ffe7389..507041b 100644
--- a/projects.gnome.org/gnumeric/downloads.shtml
+++ b/projects.gnome.org/gnumeric/downloads.shtml
@@ -97,10 +97,10 @@ 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.12.5.  Please read the
-<a href="announcements/1.12/gnumeric-1.12.5.shtml">release notes</a>.
+<p>The current stable version of Gnumeric is 1.12.6.  Please read the
+<a href="announcements/1.12/gnumeric-1.12.6.shtml">release notes</a>.
 The source code is available as a <a
-href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.5.tar.xz";>xz compressed 
tarball</a>.  Dependencies for this version are:</p>
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.6.tar.xz";>xz compressed 
tarball</a>.  Dependencies for this version are:</p>
 <div id="deptable">
 <table class="dependencies">
   <thead>
diff --git a/projects.gnome.org/gnumeric/header-end.shtml b/projects.gnome.org/gnumeric/header-end.shtml
index e0547e5..b089422 100644
--- a/projects.gnome.org/gnumeric/header-end.shtml
+++ b/projects.gnome.org/gnumeric/header-end.shtml
@@ -15,7 +15,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.12/gnumeric-1.12.5.tar.xz";>Latest
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.6.tar.xz";>Latest
 Source</a></li>
 <!--     <li><a
 href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.11/gnumeric-1.11.91.tar.xz";>Latest
diff --git a/projects.gnome.org/gnumeric/index.shtml b/projects.gnome.org/gnumeric/index.shtml
index 327fbc9..94f7ecc 100644
--- a/projects.gnome.org/gnumeric/index.shtml
+++ b/projects.gnome.org/gnumeric/index.shtml
@@ -54,6 +54,18 @@
       found on this site.  Note, however, that recompilation is very
       difficult.)--></p>
 
+      <p>August 2013:
+      <a href="announcements/1.12/gnumeric-1.12.6.shtml">Gnumeric
+      1.12.6 is out</a>.  Get it
+      from <a href="downloads.shtml">here</a>!  We do not currently
+      have a Win32 build; we are waiting for GTK3/Win32 to be ready,
+      but if someone with the right set of skills want to give it a
+      try, we'll help with any Gnumeric-side problems.<!--We have
+      a <a href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.10.17-xxxxxxxx.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>July 2013:
       <a href="announcements/1.12/gnumeric-1.12.4.shtml">Gnumeric
       1.12.4 is out</a>.  Get it


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