[gnomeweb-wml] Gnumeric: 1.12



commit 84826f9587a8ba73e0ee88ef58b73a0e4a4828c0
Author: Morten Welinder <terra gnome org>
Date:   Tue Dec 18 19:27:10 2012 -0500

    Gnumeric: 1.12

 .../gnumeric/announcements/1.12/Makefile.am        |    1 +
 .../announcements/1.12/gnumeric-1.12.0.shtml       |   30 +++++++++++++++
 .../announcements/1.12/gnumeric-1.12.shtml         |   19 ++++++++++
 .../gnumeric/announcements/1.12/index.shtml        |    1 +
 .../gnumeric/announcements/index.shtml             |    1 +
 .../gnumeric/changelogs/1.12/Makefile.am           |    1 +
 .../gnumeric/changelogs/1.12/changelog-1.12.0.txt  |    7 ++++
 .../gnumeric/changelogs/1.12/index.shtml           |    1 +
 projects.gnome.org/gnumeric/changelogs/index.shtml |    1 +
 projects.gnome.org/gnumeric/downloads.shtml        |   38 +++++++++-----------
 projects.gnome.org/gnumeric/header-end.shtml       |    6 ++--
 projects.gnome.org/gnumeric/index.shtml            |    6 +++
 12 files changed, 88 insertions(+), 24 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/announcements/1.12/Makefile.am b/projects.gnome.org/gnumeric/announcements/1.12/Makefile.am
index b0a8d69..0cb9364 100644
--- a/projects.gnome.org/gnumeric/announcements/1.12/Makefile.am
+++ b/projects.gnome.org/gnumeric/announcements/1.12/Makefile.am
@@ -2,6 +2,7 @@ urlpath = /gnumeric/announcements/1.12
 
 page_SCRIPTS= \
 	gnumeric-1.12.0.shtml \
+	gnumeric-1.12.0.shtml \
 	gnumeric-1.12.shtml \
 	index.shtml
 
diff --git a/projects.gnome.org/gnumeric/announcements/1.12/gnumeric-1.12.0.shtml b/projects.gnome.org/gnumeric/announcements/1.12/gnumeric-1.12.0.shtml
index e69de29..9adbf26 100644
--- a/projects.gnome.org/gnumeric/announcements/1.12/gnumeric-1.12.0.shtml
+++ b/projects.gnome.org/gnumeric/announcements/1.12/gnumeric-1.12.0.shtml
@@ -0,0 +1,30 @@
+<!--#set var="title" value="Gnumeric 1.12.0" --><!--#set var="rootdir" value="../.." --><!--#include virtual="../../header-begin.shtml" -->
+<!--#include virtual="../../header-end.shtml" -->
+
+  <h2>Gnumeric 1.12.0 aka &quot;TBD&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+  Gnumeric version 1.12.0.  This is mostly the same as the release
+  candidate 1.11.91.</p>
+  <ul>
+  <li>Andreas
+    <ul>
+      <li>
+	Fix xlsx save problem.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=690203";>Bug 690203</a>].
+      </li>
+    </ul>
+  </li>
+  </ul>
+
+  <h2>goffice 0.10.0 aka &quot;TBD&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+    goffice version 0.10.0.  This is mostly the same as the release
+    candidate 0.9.91.</p>
+
+  <ul>
+  </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/gnumeric-1.12.shtml b/projects.gnome.org/gnumeric/announcements/1.12/gnumeric-1.12.shtml
index c35e105..f3e679a 100644
--- a/projects.gnome.org/gnumeric/announcements/1.12/gnumeric-1.12.shtml
+++ b/projects.gnome.org/gnumeric/announcements/1.12/gnumeric-1.12.shtml
@@ -5,6 +5,25 @@
     product of almost two years of development.</p>
 
   <h3>What's New?</h3>
+  <ul>
+    <li>Gnumeric is now based on Gtk+ 3.x.</li>
+    <li>Dual license: Gnumeric is now dual licensed GPLv2/GPLv3.</li>
+    <li>Better ODS import and export.</li>
+    <li>Graph improvements: data labels; scattered min-max plot type;
+    rich text in labels.</li>
+    <li>Gnumeric is now even more accurate.  For example, we have eliminated
+      rounding of intermediate results so functions like SUM are now even
+      more accurate.  For example, computing SUM(1,1E-20,-1) now produces
+      1E-20.</li>
+    <li>Gnumeric is slightly faster and uses slightly less memory for
+      large workbooks.</li>
+    <li>Start-up time has been improved by embedding, for example, the
+      user interface files into the executable.</li>
+    <li>The test suite has been improved, causing us to identify and
+      fix a number of minor bugs related to XLS, XLSX, and ODS filters.</li>
+    <li>It is now possible to format numbers as SI units causing the
+    proper prefix to be used.</li>
+  </ul>
 
   <h3>Requirements</h3>
   <p>Gnumeric 1.12.x requires the new Goffice 0.10.x library series, a fairly
diff --git a/projects.gnome.org/gnumeric/announcements/1.12/index.shtml b/projects.gnome.org/gnumeric/announcements/1.12/index.shtml
index 2ea840b..50168c3 100644
--- a/projects.gnome.org/gnumeric/announcements/1.12/index.shtml
+++ b/projects.gnome.org/gnumeric/announcements/1.12/index.shtml
@@ -21,6 +21,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.0.shtml">1.12.0</a></li>
+  <li><a href="gnumeric-1.12.0.shtml">1.12.0</a></li>
   <li><a href="gnumeric-1.12.shtml">1.12 Series</a></li>
 </ul>
 </div>
diff --git a/projects.gnome.org/gnumeric/announcements/index.shtml b/projects.gnome.org/gnumeric/announcements/index.shtml
index 45dab20..33a8845 100644
--- a/projects.gnome.org/gnumeric/announcements/index.shtml
+++ b/projects.gnome.org/gnumeric/announcements/index.shtml
@@ -18,6 +18,7 @@
 <p>Click on a link to go to an index of the release announcements for that
   Gnumeric release series.</p>
 <ul>
+  <li><a href="1.12/index.shtml">1.12</a></li>
   <li><a href="1.11/index.shtml">1.11</a> (development)</li>
   <li><a href="1.10/index.shtml">1.10</a></li>
   <li><a href="1.9/index.shtml">1.9</a> (development)</li>
diff --git a/projects.gnome.org/gnumeric/changelogs/1.12/Makefile.am b/projects.gnome.org/gnumeric/changelogs/1.12/Makefile.am
index 59eb698..961fba7 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.0.txt	\
 	index.shtml
 
 include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/gnumeric/changelogs/1.12/changelog-1.12.0.txt b/projects.gnome.org/gnumeric/changelogs/1.12/changelog-1.12.0.txt
new file mode 100644
index 0000000..762fe36
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.12/changelog-1.12.0.txt
@@ -0,0 +1,7 @@
+2012-12-18  Morten Welinder <terra gnome org>
+
+	* Release 1.12.0
+
+2012-11-29  Morten Welinder <terra gnome org>
+
+	* configure.in: 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 c10269e..3b2f424 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.0.txt">1.12.0</a></li>
 </ul>
 </div>
 <!--#include virtual="../../footer.shtml"-->
diff --git a/projects.gnome.org/gnumeric/changelogs/index.shtml b/projects.gnome.org/gnumeric/changelogs/index.shtml
index 801269c..cdf3c88 100644
--- a/projects.gnome.org/gnumeric/changelogs/index.shtml
+++ b/projects.gnome.org/gnumeric/changelogs/index.shtml
@@ -17,6 +17,7 @@
     <p>Click on a link to go to an index of the release changelog for that
       Gnumeric release series.</p>
     <ul>
+      <li><a href="1.12/index.shtml">1.12</a></li>
       <li><a href="1.11/index.shtml">1.11</a></li>
       <li><a href="1.10/index.shtml">1.10</a></li>
       <li><a href="1.9/index.shtml">1.9</a></li>
diff --git a/projects.gnome.org/gnumeric/downloads.shtml b/projects.gnome.org/gnumeric/downloads.shtml
index aee7a10..e059744 100644
--- a/projects.gnome.org/gnumeric/downloads.shtml
+++ b/projects.gnome.org/gnumeric/downloads.shtml
@@ -97,13 +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.10.17.  Please read the
-<a href="announcements/1.10/gnumeric-1.10.17.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.17.tar.gz";>gzip'd
-tarball</a> or <a
-href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.17.tar.bz2";>bzip'd
-tarball</a>.  Dependencies for this version are:</p>
+<p>The current stable version of Gnumeric is 1.12.0.  Please read the
+<a href="announcements/1.12/gnumeric-1.12.0.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.0.tar.xz";>xz compressed tarball</a>.  Dependencies for this version are:</p>
 <div id="deptable">
 <table class="dependencies">
   <thead>
@@ -116,22 +113,22 @@ tarball</a>.  Dependencies for this version are:</p>
   <tbody class="deps">
     <tr>
       <td><a href="http://ftp.gnome.org/pub/GNOME/sources/glib";>glib</a></td>
-      <td>&gt;= 2.12.0</td>
-      <td>&gt;= 2.16.0 effectively required through goffice</td>
+      <td>&gt;= 2.28.0</td>
+      <td></td>
     </tr>
     <tr>
       <td><a href="http://ftp.gnome.org/pub/GNOME/sources/gtk+";>gtk+</a></td>
-      <td>&gt;= 2.12.0</td>
+      <td>&gt;= 3.0.0</td>
       <td></td>
     </tr>
     <tr>
       <td><a href="http://ftp.gnome.org/pub/GNOME/sources/pango";>pango</a></td>
-      <td>&gt;= 1.12.0</td>
+      <td>&gt;= 1.24.0</td>
       <td></td>
     </tr>
     <tr>
       <td><a href="http://ftp.gnome.org/pub/GNOME/sources/libgsf";>libgsf</a></td>
-      <td>&gt;= 1.14.18</td>
+      <td>&gt;= 1.14.24</td>
       <td></td>
     </tr>
     <tr>
@@ -140,13 +137,8 @@ tarball</a>.  Dependencies for this version are:</p>
       <td></td>
     </tr>
     <tr>
-      <td><a href="http://ftp.gnome.org/pub/GNOME/sources/libglade";>libglade</a></td>
-      <td>&gt;= 2.3.6</td>
-      <td></td>
-    </tr>
-    <tr>
       <td><a href="http://ftp.gnome.org/pub/GNOME/sources/intltool";>intltool</a></td>
-      <td>&gt;= 0.29.0</td>
+      <td>&gt;= 0.35.0</td>
       <td>Needed to compile, not to run</td>
     </tr>
     <tr>
@@ -185,7 +177,8 @@ tarball</a>.  Dependencies for this version are:</p>
 <p></p>
 
 <h3>Development Branch</h3>
-<!--<p>There currently is no development branch.</p>-->
+<p>There currently is no development branch.</p>
+<!--
 <p>Development is taking place in git trunk (aka 1.11.x).  The current stable
 release is in the gnumeric-1-10 branch.  Dependencies for the development
 branch are the following in addition to dependencies listed for the stable
@@ -228,6 +221,7 @@ branch.</p>
   </tbody>
 </table>
 </div>
+-->
 <p></p>
 
 <h3>Getting Old Versions of Gnumeric</h3>
@@ -235,10 +229,12 @@ branch.</p>
 too.  Old release announcements can be
 <a href="announcements/index.shtml">found here</a>.</p>
 <ul>
+<li><a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/";>1.12
+series</a> (current stable branch)</li>
 <li><a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.11/";>1.11
-series</a> (current development branch)</li>
+series</a></li>
 <li><a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/";>1.10
-series</a> (current stable branch)</li>
+series</a></li>
 <li><a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.9/";>1.9
 series</a></li>
 <li><a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.8/";>1.8
diff --git a/projects.gnome.org/gnumeric/header-end.shtml b/projects.gnome.org/gnumeric/header-end.shtml
index 4fd8229..019ecc3 100644
--- a/projects.gnome.org/gnumeric/header-end.shtml
+++ b/projects.gnome.org/gnumeric/header-end.shtml
@@ -15,11 +15,11 @@
 	  <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.17.tar.xz";>Latest
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.0.tar.xz";>Latest
 Source</a></li>
-	  <li><a
+<!--	  <li><a
 href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.11/gnumeric-1.11.91.tar.xz";>Latest
-Devel Source</a></li>
+Devel Source</a></li>-->
 	</ul>
       </div>
     </div>
diff --git a/projects.gnome.org/gnumeric/index.shtml b/projects.gnome.org/gnumeric/index.shtml
index d4ee059..f5891bc 100644
--- a/projects.gnome.org/gnumeric/index.shtml
+++ b/projects.gnome.org/gnumeric/index.shtml
@@ -42,6 +42,12 @@
       <a href="features.shtml">go here</a>.</p>
 
       <h2>News</h2>
+      <p>December 2012: We are pleased to announce
+      the <a href="announcements/1.12/gnumeric-1.12.shtml">new stable
+      Gnumeric 1.12.x series</a> with the release of
+      <a href="announcements/1.12/gnumeric-1.12.0.shtml">Gnumeric 1.12.0</a>.
+      Get it from <a href="downloads.shtml">here</a>!</p>
+
       <p>November 2012:
       <a href="announcements/1.11/gnumeric-1.11.91.shtml">Gnumeric
       1.11.91 is out</a>.  Get it



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