|
From: <di...@us...> - 2007-06-18 01:18:13
|
Revision: 535
http://safekeep.svn.sourceforge.net/safekeep/?rev=535&view=rev
Author: dimi
Date: 2007-06-17 18:18:12 -0700 (Sun, 17 Jun 2007)
Log Message:
-----------
Announce safekeep 1.0.1 on the website.
Modified Paths:
--------------
website/trunk/WebContent/download.shtml
website/trunk/WebContent/index.shtml
website/trunk/WebContent/releases.shtml
Modified: website/trunk/WebContent/download.shtml
===================================================================
--- website/trunk/WebContent/download.shtml 2007-06-18 01:07:45 UTC (rev 534)
+++ website/trunk/WebContent/download.shtml 2007-06-18 01:18:12 UTC (rev 535)
@@ -13,14 +13,16 @@
<a name="releases"></a>
<h2>Releases</h2>
-<a name="1.0.0"></a>
+<a name="1.0.1"></a>
<p>
-<a href="http://sourceforge.net/project/showfiles.php?group_id=185128&package_id=215518&release_id=508862">SafeKeep 1.0.0</a>
-was released May 16, 2007, containing the following main features:
+<a href="http://sourceforge.net/project/showfiles.php?group_id=185128&package_id=215518&release_id=516866">SafeKeep 1.0.1</a>
+was released June 17, 2007, containing the following main features:
</p>
<ul>
- <li>Tested support for database (MySQL and PostgreSQL) dumps;</li>
- <li>Small documentation improvements.</li>
+ <li>The safekeep user no longer requires a working shell;</li>
+ <li>Add support for Fedora 7 to the testing script;</li>
+ <li>Packaging improvements for integration into Fedora;</li>
+ <li>Removed the old configuration migration scripts.</li>
</ul>
<table>
<tr>
@@ -31,15 +33,15 @@
<img src="images/redhat.png" width="50" height="50" alt="RedHat Linux" border="0">
</td>
<td>
- <b>Red Hat / Fedora</b> binary and source .rpms for RedHat EL 3, 4; Fedora Core 4, 5, 6; CentOS 3, 4, and compatible distributions.
+ <b>Red Hat / Fedora</b> binary and source .rpms for RedHat EL 3, 4, 5; Fedora Core 4, 5, 6, 7; CentOS 3, 4, 5, and compatible distributions.
</td>
<td>
- <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.0-1.src.rpm">safekeep-1.0.0-1.src.rpm</a>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.1-1.fc7.src.rpm">safekeep-1.0.1-1.fc7.src.rpm</a>
</td>
<td>
- <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-common-1.0.0-1.noarch.rpm">safekeep-common-1.0.0-1.noarch.rpm</a> <br>
- <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-client-1.0.0-1.noarch.rpm">safekeep-client-1.0.0-1.noarch.rpm</a> <br>
- <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-server-1.0.0-1.noarch.rpm">safekeep-server-1.0.0-1.noarch.rpm</a>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-common-1.0.1-1.fc7.noarch.rpm">safekeep-common-1.0.1-1.fc7.noarch.rpm</a> <br>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-client-1.0.1-1.fc7.noarch.rpm">safekeep-client-1.0.1-1.fc7.noarch.rpm</a> <br>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-server-1.0.1-1.fc7.noarch.rpm">safekeep-server-1.0.1-1.fc7.noarch.rpm</a>
</td>
</tr>
<tr>
@@ -50,12 +52,12 @@
<b>Ubuntu</b> binary and source .debs for Ubuntu Edgy, Dapper, and Breezy
</td>
<td>
- <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.0.tar.gz">safekeep-1.0.0.tar.gz</a>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.1.tar.gz">safekeep-1.0.1.tar.gz</a>
</td>
<td>
- <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-common_1.0.0_all.deb">safekeep-common_1.0.0_all.deb</a> <br>
- <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-client_1.0.0_all.deb">safekeep-client_1.0.0_all.deb</a> <br>
- <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-server_1.0.0_all.deb">safekeep-server_1.0.0_all.deb</a>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-common_1.0.1_all.deb">safekeep-common_1.0.1_all.deb</a> <br>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-client_1.0.1_all.deb">safekeep-client_1.0.1_all.deb</a> <br>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-server_1.0.1_all.deb">safekeep-server_1.0.1_all.deb</a>
</td>
</tr>
<tr>
@@ -66,7 +68,7 @@
<b>Linux</b> source tarball for most distributions running Python 2.4 or newer
</td>
<td>
- <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.0.tar.gz">safekeep-1.0.0.tar.gz</a>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.1.tar.gz">safekeep-1.0.1.tar.gz</a>
</td>
<td>
N/A
Modified: website/trunk/WebContent/index.shtml
===================================================================
--- website/trunk/WebContent/index.shtml 2007-06-18 01:07:45 UTC (rev 534)
+++ website/trunk/WebContent/index.shtml 2007-06-18 01:18:12 UTC (rev 535)
@@ -39,16 +39,18 @@
<div class="NewsBox">
-<p class="NewsTitle">May 16, 2007: SafeKeep version 1.0.0 (stable) released
+<p class="NewsTitle">June 17, 2007: SafeKeep version 1.0.1 (stable) released
<img src="images/grey_pixel.gif" width="100%" height="1" alt="">
</p>
<blockquote>
<p>
-SafeKeep 1.0.0 was released today. What's new in this release:
+SafeKeep 1.0.1 was released today. What's new in this release:
</p>
<ul>
- <li>Tested support for database (MySQL and PostgreSQL) dumps;</li>
- <li>Small documentation improvements.</li>
+ <li>The safekeep user no longer requires a working shell;</li>
+ <li>Add support for Fedora 7 to the testing script;</li>
+ <li>Packaging improvements for integration into Fedora;</li>
+ <li>Removed the old configuration migration scripts.</li>
</ul>
<p>
Binary packages for RedHat-based (e.g. RedHat EL, CentOS, Fedora)
Modified: website/trunk/WebContent/releases.shtml
===================================================================
--- website/trunk/WebContent/releases.shtml 2007-06-18 01:07:45 UTC (rev 534)
+++ website/trunk/WebContent/releases.shtml 2007-06-18 01:18:12 UTC (rev 535)
@@ -4,6 +4,7 @@
<h1>Releases</h1>
<div id="PageMenu">
<span class="PageMenuTitle">On This Page:</span>
+ <a href="#1.0.1">1.0.1</a>
<a href="#1.0.0">1.0.0</a>
<a href="#0.9.3">0.9.3</a>
<a href="#0.9.2">0.9.2</a>
@@ -11,6 +12,18 @@
<a href="#0.9.0">0.9.0</a>
</div>
+<a name="1.0.1"></a>
+<p>
+<a href="http://sourceforge.net/project/showfiles.php?group_id=185128&package_id=215518&release_id=516866">SafeKeep 1.0.1</a>
+was released June 17, 2007, containing the following main features:
+</p>
+<ul>
+ <li>The safekeep user no longer requires a working shell;</li>
+ <li>Add support for Fedora 7 to the testing script;</li>
+ <li>Packaging improvements for integration into Fedora;</li>
+ <li>Removed the old configuration migration scripts.</li>
+</ul>
+
<a name="1.0.0"></a>
<p>
<a href="http://sourceforge.net/project/showfiles.php?group_id=185128&package_id=215518&release_id=508862">SafeKeep 1.0.0</a>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|