|
From: <di...@us...> - 2007-10-19 17:39:48
|
Revision: 559
http://safekeep.svn.sourceforge.net/safekeep/?rev=559&view=rev
Author: dimi
Date: 2007-10-19 10:39:43 -0700 (Fri, 19 Oct 2007)
Log Message:
-----------
Announce safekeep 1.0.3.
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-10-19 17:24:37 UTC (rev 558)
+++ website/trunk/WebContent/download.shtml 2007-10-19 17:39:43 UTC (rev 559)
@@ -13,16 +13,17 @@
<a name="releases"></a>
<h2>Releases</h2>
-<a name="1.0.1"></a>
+<a name="1.0.3"></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:
+<a href="http://sourceforge.net/project/showfiles.php?group_id=185128&package_id=215518&release_id=548214">SafeKeep 1.0.3</a>
+was released Oct 19, 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>
+ <li>Clarify licensing in lite of the new GPLv3 license;</li>
+ <li>New <tt>--force</tt> option to handle unexpected problems with the data repository;</li>
+ <li>Better logging and status handling when we invoke external commands;</li>
+ <li>Clearer backup status on job end;</li>
+ <li>A small packaging bug got fixes.</li>
</ul>
<table>
<tr>
@@ -36,12 +37,12 @@
<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.1-1.fc7.src.rpm">safekeep-1.0.1-1.fc7.src.rpm</a>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.3-1.fc7.src.rpm">safekeep-1.0.3-1.fc7.src.rpm</a>
</td>
<td>
- <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>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-common-1.0.3-1.fc7.noarch.rpm">safekeep-common-1.0.3-1.fc7.noarch.rpm</a> <br>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-client-1.0.3-1.fc7.noarch.rpm">safekeep-client-1.0.3-1.fc7.noarch.rpm</a> <br>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-server-1.0.3-1.fc7.noarch.rpm">safekeep-server-1.0.3-1.fc7.noarch.rpm</a>
</td>
</tr>
<tr>
@@ -52,12 +53,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.1.tar.gz">safekeep-1.0.1.tar.gz</a>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.3.tar.gz">safekeep-1.0.3.tar.gz</a>
</td>
<td>
- <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>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-common_1.0.3_all.deb">safekeep-common_1.0.3_all.deb</a> <br>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-client_1.0.3_all.deb">safekeep-client_1.0.3_all.deb</a> <br>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-server_1.0.3_all.deb">safekeep-server_1.0.3_all.deb</a>
</td>
</tr>
<tr>
@@ -68,7 +69,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.1.tar.gz">safekeep-1.0.1.tar.gz</a>
+ <a href="http://prdownloads.sourceforge.net/safekeep/safekeep-1.0.3.tar.gz">safekeep-1.0.3.tar.gz</a>
</td>
<td>
N/A
Modified: website/trunk/WebContent/index.shtml
===================================================================
--- website/trunk/WebContent/index.shtml 2007-10-19 17:24:37 UTC (rev 558)
+++ website/trunk/WebContent/index.shtml 2007-10-19 17:39:43 UTC (rev 559)
@@ -39,18 +39,19 @@
<div class="NewsBox">
-<p class="NewsTitle">June 17, 2007: SafeKeep version 1.0.1 (stable) released
+<p class="NewsTitle">Oct 19, 2007: SafeKeep version 1.0.3 (stable) released
<img src="images/grey_pixel.gif" width="100%" height="1" alt="">
</p>
<blockquote>
<p>
-SafeKeep 1.0.1 was released today. What's new in this release:
+SafeKeep 1.0.3 was released today. What's new in this release:
</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>
+ <li>Clarify licensing in lite of the new GPLv3 license;</li>
+ <li>New <tt>--force</tt> option to handle unexpected problems with the data repository;</li>
+ <li>Better logging and status handling when we invoke external commands;</li>
+ <li>Clearer backup status on job end;</li>
+ <li>A small packaging bug got fixes.</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-10-19 17:24:37 UTC (rev 558)
+++ website/trunk/WebContent/releases.shtml 2007-10-19 17:39:43 UTC (rev 559)
@@ -4,6 +4,7 @@
<h1>Releases</h1>
<div id="PageMenu">
<span class="PageMenuTitle">On This Page:</span>
+ <a href="#1.0.3">1.0.3</a>
<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>
@@ -12,10 +13,23 @@
<a href="#0.9.0">0.9.0</a>
</div>
+<a name="1.0.3"></a>
+<p>
+<a href="http://sourceforge.net/project/showfiles.php?group_id=185128&package_id=215518&release_id=548214">SafeKeep 1.0.3</a>
+was released Oct 19, 2007, containing the following main features:
+</p>
+<ul>
+ <li>Clarify licensing in lite of the new GPLv3 license;</li>
+ <li>New <tt>--force</tt> option to handle unexpected problems with the data repository;</li>
+ <li>Better logging and status handling when we invoke external commands;</li>
+ <li>Clearer backup status on job end;</li>
+ <li>A small packaging bug got fixes.</li>
+</ul>
+
<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:
+was released Jun 17, 2007, containing the following main features:
</p>
<ul>
<li>The safekeep user no longer requires a working shell;</li>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|