[gnomeweb-wml] Gnumeric: prepare for 1.10
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] Gnumeric: prepare for 1.10
- Date: Wed, 20 Jan 2010 15:08:26 +0000 (UTC)
commit 205f7a24108ae703a6b39f32a9170569d13cacf1
Author: Morten Welinder <terra gnome org>
Date: Wed Jan 20 10:07:18 2010 -0500
Gnumeric: prepare for 1.10
configure.in | 2 +
.../gnumeric/announcements/1.10/Makefile.am | 8 +++
.../gnumeric/announcements/1.10/index.shtml | 27 ++++++++++
.../gnumeric/announcements/Makefile.am | 2 +-
.../gnumeric/announcements/index.shtml | 1 +
.../gnumeric/changelogs/1.10/Makefile.am | 7 +++
.../gnumeric/changelogs/1.10/index.shtml | 25 +++++++++
projects.gnome.org/gnumeric/changelogs/Makefile.am | 2 +-
projects.gnome.org/gnumeric/changelogs/index.shtml | 1 +
projects.gnome.org/gnumeric/index.shtml | 52 --------------------
projects.gnome.org/gnumeric/past-news.shtml | 52 ++++++++++++++++++++
.../nautilus-locked-folders/index.html~ | 45 -----------------
12 files changed, 125 insertions(+), 99 deletions(-)
---
diff --git a/configure.in b/configure.in
index 476be6a..6e6b2be 100644
--- a/configure.in
+++ b/configure.in
@@ -200,6 +200,7 @@ projects.gnome.org/gnumeric/announcements/1.6/Makefile
projects.gnome.org/gnumeric/announcements/1.7/Makefile
projects.gnome.org/gnumeric/announcements/1.8/Makefile
projects.gnome.org/gnumeric/announcements/1.9/Makefile
+projects.gnome.org/gnumeric/announcements/1.10/Makefile
projects.gnome.org/gnumeric/changelogs/Makefile
projects.gnome.org/gnumeric/changelogs/ancient/Makefile
projects.gnome.org/gnumeric/changelogs/1.0/Makefile
@@ -212,6 +213,7 @@ projects.gnome.org/gnumeric/changelogs/1.6/Makefile
projects.gnome.org/gnumeric/changelogs/1.7/Makefile
projects.gnome.org/gnumeric/changelogs/1.8/Makefile
projects.gnome.org/gnumeric/changelogs/1.9/Makefile
+projects.gnome.org/gnumeric/changelogs/1.10/Makefile
projects.gnome.org/gnumeric/style/Makefile
projects.gnome.org/libgsf/Makefile
projects.gnome.org/netspeed/Makefile
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am b/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am
new file mode 100644
index 0000000..c9ae938
--- /dev/null
+++ b/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am
@@ -0,0 +1,8 @@
+urlpath = /gnumeric/announcements/1.10
+
+page_SCRIPTS= \
+ gnumeric-1.10.0.shtml \
+ gnumeric-1.10.shtml \
+ index.shtml
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.0.shtml b/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.0.shtml
new file mode 100644
index 0000000..e69de29
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.shtml b/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.shtml
new file mode 100644
index 0000000..e69de29
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/index.shtml b/projects.gnome.org/gnumeric/announcements/1.10/index.shtml
new file mode 100644
index 0000000..004f067
--- /dev/null
+++ b/projects.gnome.org/gnumeric/announcements/1.10/index.shtml
@@ -0,0 +1,27 @@
+<!--#set var="title" value="Gnumeric Release Announcements" --><!--#set var="rootdir" value="../.." --><!--#include virtual="../../header-begin.shtml" -->
+<style type="text/css">
+ <!--
+ html {
+ height: 100%;
+ width: 100%;
+ }
+ body {
+ height: 100%;
+ width: 100%;
+ background: #F0F0F0;
+ }
+ -->
+</style>
+<!--#include virtual="../../header-end.shtml" -->
+
+<div>
+<h1>Gnumeric 1.10.x Stable Series</h1>
+<p>These are all the releases in the 1.10.x series of Gnumeric.
+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.0.shtml">1.10.0</a></li>
+ <li><a href="gnumeric-1.10.shtml">1.10 Series</a></li>
+</ul>
+</div>
+<!--#include virtual="../../footer.shtml"-->
diff --git a/projects.gnome.org/gnumeric/announcements/Makefile.am b/projects.gnome.org/gnumeric/announcements/Makefile.am
index 5b57b67..1fd21bf 100644
--- a/projects.gnome.org/gnumeric/announcements/Makefile.am
+++ b/projects.gnome.org/gnumeric/announcements/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS= ancient 1.0 1.1 1.2 1.4 1.3 1.4 1.5 1.6 1.7 1.8 1.9
+SUBDIRS= ancient 1.0 1.1 1.2 1.4 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10
urlpath = /gnumeric/announcements
diff --git a/projects.gnome.org/gnumeric/announcements/index.shtml b/projects.gnome.org/gnumeric/announcements/index.shtml
index 42d521a..6429582 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.10/index.shtml">1.10</a></li> -->
<li><a href="1.9/index.shtml">1.9</a> (development)</li>
<li><a href="1.8/index.shtml">1.8</a></li>
<li><a href="1.7/index.shtml">1.7</a> (development)</li>
diff --git a/projects.gnome.org/gnumeric/changelogs/1.10/Makefile.am b/projects.gnome.org/gnumeric/changelogs/1.10/Makefile.am
new file mode 100644
index 0000000..37cac0c
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.10/Makefile.am
@@ -0,0 +1,7 @@
+urlpath = /gnumeric/changelogs/1.10
+
+page_SCRIPTS= \
+ changelog-1.10.0.txt \
+ index.shtml
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.0.txt b/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.0.txt
new file mode 100644
index 0000000..e69de29
diff --git a/projects.gnome.org/gnumeric/changelogs/1.10/index.shtml b/projects.gnome.org/gnumeric/changelogs/1.10/index.shtml
new file mode 100644
index 0000000..8618180
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.10/index.shtml
@@ -0,0 +1,25 @@
+<!--#set var="title" value="Gnumeric Release Change Logs" --><!--#set var="rootdir" value="../.." --><!--#include virtual="../../header-begin.shtml" -->
+<style type="text/css">
+ <!--
+ html {
+ height: 100%;
+ width: 100%;
+ }
+ body {
+ height: 100%;
+ width: 100%;
+ background: #F0F0F0;
+ }
+ -->
+</style>
+<!--#include virtual="../../header-end.shtml" -->
+
+<div>
+<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> -->
+</ul>
+</div>
+<!--#include virtual="../../footer.shtml"-->
diff --git a/projects.gnome.org/gnumeric/changelogs/Makefile.am b/projects.gnome.org/gnumeric/changelogs/Makefile.am
index d848c8f..55e3023 100644
--- a/projects.gnome.org/gnumeric/changelogs/Makefile.am
+++ b/projects.gnome.org/gnumeric/changelogs/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS= ancient 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9
+SUBDIRS= ancient 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10
urlpath = /gnumeric/changelogs
diff --git a/projects.gnome.org/gnumeric/changelogs/index.shtml b/projects.gnome.org/gnumeric/changelogs/index.shtml
index 851c18c..29fe23c 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.10/index.shtml">1.10</a></li> -->
<li><a href="1.9/index.shtml">1.9</a></li>
<li><a href="1.8/index.shtml">1.8</a></li>
<li><a href="1.6/index.shtml">1.6</a></li>
diff --git a/projects.gnome.org/gnumeric/index.shtml b/projects.gnome.org/gnumeric/index.shtml
index 4d5fa24..7c8abf9 100644
--- a/projects.gnome.org/gnumeric/index.shtml
+++ b/projects.gnome.org/gnumeric/index.shtml
@@ -47,58 +47,6 @@
the bleeding edge. Get it
from <a href="downloads.shtml">here</a>!</p>
- <p>December 2009:
- <a href="announcements/1.9/gnumeric-1.9.17.shtml">Gnumeric 1.9.17
- is out</a>. This is a development release for those who want
- the bleeding edge. Get it
- from <a href="downloads.shtml">here</a>!</p>
-
- <p>November 2009:
- <a href="announcements/1.9/gnumeric-1.9.16.shtml">Gnumeric 1.9.16
- is out</a>. This is a development release for those who want
- the bleeding edge. Get it
- from <a href="downloads.shtml">here</a>! We have
- a <a href="http://www.gnome.org/~jody/gnumeric/win32/gnumeric-1.9.16-20091130.exe">Win32
- build</a> of that too.</p>
-
- <p>November 2009:
- <a href="announcements/1.9/gnumeric-1.9.15.shtml">Gnumeric 1.9.15
- is out</a>. This is a development release for those who want
- the bleeding edge. Get it
- from <a href="downloads.shtml">here</a>!</p>
-
- <p>October 2009:
- <a href="announcements/1.9/gnumeric-1.9.14.shtml">Gnumeric 1.9.14
- is out</a>. This is a development release for those who want
- the bleeding edge. Get it
- from <a href="downloads.shtml">here</a>!</p>
-
- <p>September 2009:
- <a href="announcements/1.9/gnumeric-1.9.13.shtml">Gnumeric 1.9.13
- is out</a>. This is a development release for those who want
- the bleeding edge. Get it
- from <a href="downloads.shtml">here</a>!</p>
-
- <p>September 2009:
- <a href="announcements/1.9/gnumeric-1.9.12.shtml">Gnumeric 1.9.12
- is out</a>. This is a development release for those who want
- the bleeding edge. Get it
- from <a href="downloads.shtml">here</a>!</p>
-
- <p>August 2009:
- <a href="announcements/1.9/gnumeric-1.9.11.shtml">Gnumeric 1.9.11
- is out</a>. This is a development release for those who want
- the bleeding edge. Get it
- from <a href="downloads.shtml">here</a>! We have
- an updated <a href="http://www.gnome.org/~jody/gnumeric/win32/gnumeric-1.9.12-20090902-debug.exe">Win32
- build</a> of that.</p>
-
- <p>August 2009:
- <a href="announcements/1.9/gnumeric-1.9.10.shtml">Gnumeric 1.9.10
- is out</a>. This is a development release for those who want
- the bleeding edge. Get it
- from <a href="downloads.shtml">here</a>!</p>
-
<p><a href="past-news.shtml">Older news...</a></p>
diff --git a/projects.gnome.org/gnumeric/past-news.shtml b/projects.gnome.org/gnumeric/past-news.shtml
index 69c0a2b..ba98ab3 100644
--- a/projects.gnome.org/gnumeric/past-news.shtml
+++ b/projects.gnome.org/gnumeric/past-news.shtml
@@ -5,6 +5,58 @@
the years pass. Welcome to our news cellar.</p>
<h2>2009</h2>
+ <p>December 2009:
+ <a href="announcements/1.9/gnumeric-1.9.17.shtml">Gnumeric 1.9.17
+ is out</a>. This is a development release for those who want
+ the bleeding edge. Get it
+ from <a href="downloads.shtml">here</a>!</p>
+
+ <p>November 2009:
+ <a href="announcements/1.9/gnumeric-1.9.16.shtml">Gnumeric 1.9.16
+ is out</a>. This is a development release for those who want
+ the bleeding edge. Get it
+ from <a href="downloads.shtml">here</a>! We have
+ a <a href="http://www.gnome.org/~jody/gnumeric/win32/gnumeric-1.9.16-20091130.exe">Win32
+ build</a> of that too.</p>
+
+ <p>November 2009:
+ <a href="announcements/1.9/gnumeric-1.9.15.shtml">Gnumeric 1.9.15
+ is out</a>. This is a development release for those who want
+ the bleeding edge. Get it
+ from <a href="downloads.shtml">here</a>!</p>
+
+ <p>October 2009:
+ <a href="announcements/1.9/gnumeric-1.9.14.shtml">Gnumeric 1.9.14
+ is out</a>. This is a development release for those who want
+ the bleeding edge. Get it
+ from <a href="downloads.shtml">here</a>!</p>
+
+ <p>September 2009:
+ <a href="announcements/1.9/gnumeric-1.9.13.shtml">Gnumeric 1.9.13
+ is out</a>. This is a development release for those who want
+ the bleeding edge. Get it
+ from <a href="downloads.shtml">here</a>!</p>
+
+ <p>September 2009:
+ <a href="announcements/1.9/gnumeric-1.9.12.shtml">Gnumeric 1.9.12
+ is out</a>. This is a development release for those who want
+ the bleeding edge. Get it
+ from <a href="downloads.shtml">here</a>!</p>
+
+ <p>August 2009:
+ <a href="announcements/1.9/gnumeric-1.9.11.shtml">Gnumeric 1.9.11
+ is out</a>. This is a development release for those who want
+ the bleeding edge. Get it
+ from <a href="downloads.shtml">here</a>! We have
+ an updated <a href="http://www.gnome.org/~jody/gnumeric/win32/gnumeric-1.9.12-20090902-debug.exe">Win32
+ build</a> of that.</p>
+
+ <p>August 2009:
+ <a href="announcements/1.9/gnumeric-1.9.10.shtml">Gnumeric 1.9.10
+ is out</a>. This is a development release for those who want
+ the bleeding edge. Get it
+ from <a href="downloads.shtml">here</a>!</p>
+
<p>July 2009:
<a href="announcements/1.9/gnumeric-1.9.9.shtml">Gnumeric 1.9.9
is out</a>. This is a development release for those who want
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]