[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mina-commits
Subject:    [CONF] Apache MINA FtpServer > Apache FtpServer 1.0.0 Release
From:       confluence () apache ! org
Date:       2011-02-24 21:50:00
Message-ID: 13041196.7607.1298584200023.JavaMail.root () thor
[Download RAW message or body]

<html>
<head>
    <base href="https://cwiki.apache.org/confluence">
            <link rel="stylesheet" \
href="/confluence/s/2036/9/1/_/styles/combined.css?spaceKey=FTPSERVER&amp;forWysiwyg=true" \
type="text/css">  </head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
    <h2><a href="https://cwiki.apache.org/confluence/display/FTPSERVER/Apache+FtpServer+1.0.0+Release">Apache \
FtpServer 1.0.0 Release</a></h2>  <h4>Page <b>edited</b> by             <a \
href="https://cwiki.apache.org/confluence/display/~ngn">Niklas Gustavsson</a>  </h4>
        <br/>
                         <h4>Changes (11)</h4>
                                 
    
<div id="page-diffs">
                    <table class="diff" cellpadding="0" cellspacing="0">
    
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" >This is the first production ready \
release of FtpServer. In this, we have fixed all known bugs and have a stable API. \
<br> <br></td></tr>  <tr><td class="diff-added-lines" style="background-color: \
#dfd;">h2. Changelog <br>For a more detailed view of new features and bug fixes, see \
the [release notes|https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&amp;styleName=Html&amp;version=12312283] \
                <br> <br></td></tr>
            <tr><td class="diff-unchanged" >h2. Getting the Binary Distributions <br> \
<br></td></tr>  <tr><td class="diff-changed-lines" >||Description||Download <span \
class="diff-changed-words">Link||<span \
class="diff-added-chars"style="background-color: #dfd;"> MD5/SHA1 hashes \
||</span>PGP</span> Signature file of download <br></td></tr>  <tr><td \
class="diff-deleted-lines" \
style="color:#999;background-color:#fdd;text-decoration:line-through;">|Windows \
Distribution| [ftpserver-1.0.0.zip|http://www.apache.org/dyn/closer.cgi/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip] \
| [ftpserver-1.0.0.zip.asc|http://www.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.asc]| \
<br>|Unix/Linux/Cygwin Distribution| \
[ftpserver-1.0.0.tar.gz|http://www.apache.org/dyn/closer.cgi/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz] \
| [ftpserver-1.0.0.tar.gz.asc|http://www.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz.asc]| \
<br></td></tr>  <tr><td class="diff-added-lines" style="background-color: \
#dfd;">|Windows Distribution| \
[ftpserver-1.0.0.zip|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip] \
| [MD5|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.md5]/[S \
HA1|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.sha1] | \
[ftpserver-1.0.0.zip.asc|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.asc]| \
<br>|Unix/Linux/Cygwin Distribution| \
[ftpserver-1.0.0.tar.gz|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz] \
| [MD5|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz.md5] \
/[SHA1|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz.sha1] \
| [ftpserver-1.0.0.tar.gz.asc|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz.asc]| \
<br></td></tr>  <tr><td class="diff-unchanged" > <br></td></tr>
            <tr><td class="diff-deleted-lines" \
style="color:#999;background-color:#fdd;text-decoration:line-through;">h2. Getting \
the Binaries using Maven 2 <br></td></tr>  <tr><td class="diff-added-lines" \
style="background-color: #dfd;">h2. Verify the Integrity of Downloads <br>It is \
essential that you verify the integrity of the downloaded files using the PGP or MD5 \
signatures. The PGP signatures can be verified using PGP or GPG. Begin by following \
these steps: <br># Download the [KEYS|http://archive.apache.org/dist/mina/KEYS] <br># \
Download the asc signature file for the relevant distribution <br># Verify the \
signatures using the following commands, depending on your use of PGP or GPG: \
<br>{noformat} <br>$ pgpk -a KEYS <br>$ pgpv ftpserver-1.0.0.tar.gz.asc \
<br>{noformat} <br>or <br>{noformat} <br>$ pgp -ka KEYS <br>$ pgp \
ftpserver-1.0.0.tar.gz.asc <br>{noformat} <br>or <br>{noformat} <br>$ gpg --import \
KEYS <br>$ gpg --verify ftpserver-1.0.0.tar.gz.asc <br>{noformat} <br></td></tr>  \
<tr><td class="diff-unchanged" > <br></td></tr>  <tr><td class="diff-added-lines" \
style="background-color: #dfd;">Alternatively, you can verify the MD5 signature on \
the files. A Unix program called md5 or md5sum is included in most Linux and Unix \
distributions. It is also available as part of [GNU \
Textutils|http://www.gnu.org/software/textutils/textutils.html]. Windows users can \
utilize any of the following md5 programs: <br>* [md5|http://www.fourmilab.ch/md5/] \
<br>* [md5sums|http://www.pc-tools.net/win32/md5sums/] <br>* [SlavaSoft \
FSUM|http://www.slavasoft.com/fsum/] <br> <br>h2. Getting the Binaries using Maven 2 \
<br> <br></td></tr>  <tr><td class="diff-unchanged" >To use this release in your \
maven project, the proper dependency configuration that you should use in your [Maven \
POM|http://maven.apache.org/guides/introduction/introduction-to-the-pom.html] is: \
<br> <br></td></tr>  <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" >h3. Source Distributions <br> \
<br></td></tr>  <tr><td class="diff-changed-lines" >||Description||Download <span \
class="diff-changed-words">Link||<span \
class="diff-added-chars"style="background-color: #dfd;">MD5/SHA1 hashes \
||</span>PGP</span> Signature file of download <br></td></tr>  <tr><td \
class="diff-deleted-lines" \
style="color:#999;background-color:#fdd;text-decoration:line-through;">|Source for \
Windows| [ftpserver-1.0.0-src.zip|http://www.apache.org/dyn/closer.cgi/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.zip]| \
[ftpserver-1.0.0-src.zip.asc|http://www.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.zip.asc]| \
<br>|Source for Unix/Linux/Cygwin| \
[ftpserver-1.0.0-src.tar.gz|http://www.apache.org/dyn/closer.cgi/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.tar.gz]| \
[ftpserver-1.0.0-src.tar.gz.asc|http://www.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.tar.gz.asc]| \
<br></td></tr>  <tr><td class="diff-added-lines" style="background-color: \
#dfd;">|Source for Windows| \
[ftpserver-1.0.0-src.zip|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.zip] \
| [MD5|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.zip.md5 \
]/[SHA1|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.zip.sha1] \
| [ftpserver-1.0.0-src.zip.asc|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.zip.asc]| \
<br>|Source for Unix/Linux/Cygwin| \
[ftpserver-1.0.0-src.tar.gz|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.tar.gz]| \
[MD5|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.tar.gz.md \
5]/[SHA1|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.tar.gz.sha1] \
| [ftpserver-1.0.0-src.tar.gz.asc|http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.tar.gz.asc]| \
                <br></td></tr>
            <tr><td class="diff-unchanged" > <br>h3. SVN Tag Checkout <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" >svn co \
http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.0 <br>{code} <br></td></tr>  \
<tr><td class="diff-deleted-lines" \
style="color:#999;background-color:#fdd;text-decoration:line-through;"> <br>h2. \
Changelog <br>For a more detailed view of new features and bug fixes, see the \
[release notes|https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&amp;styleName=Html&amp;version=12312283] \
<br> <br>{jiraissues:url=http://issues.apache.org/jira/sr/jira.issueviews:searchreques \
t-xml/temp/SearchRequest.xml?&amp;pid=10571&amp;fixfor=12312283&amp;sorter/field=issuekey&amp;sorter/order=DESC|columns=type;key;summary|columns=type;key;summary} \
<br></td></tr>  
            </table>
    </div>                            <h4>Full Content</h4>
                    <div class="notificationGreySide">
        <h2><a name="ApacheFtpServer1.0.0Release-NewFeaturesin1.0.0"></a>New Features \
in 1.0.0</h2>

<p>This is the first production ready release of FtpServer. In this, we have fixed \
all known bugs and have a stable API.</p>

<h2><a name="ApacheFtpServer1.0.0Release-Changelog"></a>Changelog</h2>
<p>For a more detailed view of new features and bug fixes, see the <a \
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&amp;styleName=Html&amp;version=12312283" \
class="external-link" rel="nofollow">release notes</a></p>

<h2><a name="ApacheFtpServer1.0.0Release-GettingtheBinaryDistributions"></a>Getting \
the Binary Distributions</h2>

<div class='table-wrap'>
<table class='confluenceTable'><tbody>
<tr>
<th class='confluenceTh'>Description</th>
<th class='confluenceTh'>Download Link</th>
<th class='confluenceTh'> MD5/SHA1 hashes </th>
<th class='confluenceTh'>PGP Signature file of download</th>
</tr>
<tr>
<td class='confluenceTd'>Windows Distribution</td>
<td class='confluenceTd'> <a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip" \
class="external-link" rel="nofollow">ftpserver-1.0.0.zip</a> </td> <td \
class='confluenceTd'> <a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.md5" \
class="external-link" rel="nofollow">MD5</a>/<a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.sha1" \
class="external-link" rel="nofollow">SHA1</a> </td> <td class='confluenceTd'> <a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.zip.asc" \
class="external-link" rel="nofollow">ftpserver-1.0.0.zip.asc</a></td> </tr>
<tr>
<td class='confluenceTd'>Unix/Linux/Cygwin Distribution</td>
<td class='confluenceTd'> <a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz" \
class="external-link" rel="nofollow">ftpserver-1.0.0.tar.gz</a> </td> <td \
class='confluenceTd'> <a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz.md5" \
class="external-link" rel="nofollow">MD5</a>/<a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz.sha1" \
class="external-link" rel="nofollow">SHA1</a> </td> <td class='confluenceTd'> <a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0.tar.gz.asc" \
class="external-link" rel="nofollow">ftpserver-1.0.0.tar.gz.asc</a></td> </tr>
</tbody></table>
</div>


<h2><a name="ApacheFtpServer1.0.0Release-VerifytheIntegrityofDownloads"></a>Verify \
the Integrity of Downloads</h2> <p>It is essential that you verify the integrity of \
the downloaded files using the PGP or MD5 signatures. The PGP signatures can be \
verified using PGP or GPG. Begin by following these steps:</p> <ol>
	<li>Download the <a href="http://archive.apache.org/dist/mina/KEYS" \
class="external-link" rel="nofollow">KEYS</a></li>  <li>Download the asc signature \
file for the relevant distribution</li>  <li>Verify the signatures using the \
following commands, depending on your use of PGP or GPG: <div class="preformatted \
panel" style="border-width: 1px;"><div class="preformattedContent panelContent"> \
<pre>$ pgpk -a KEYS $ pgpv ftpserver-1.0.0.tar.gz.asc
</pre>
</div></div>
<p>or</p>
<div class="preformatted panel" style="border-width: 1px;"><div \
class="preformattedContent panelContent"> <pre>$ pgp -ka KEYS
$ pgp ftpserver-1.0.0.tar.gz.asc
</pre>
</div></div>
<p>or</p>
<div class="preformatted panel" style="border-width: 1px;"><div \
class="preformattedContent panelContent"> <pre>$ gpg --import KEYS
$ gpg --verify ftpserver-1.0.0.tar.gz.asc
</pre>
</div></div></li>
</ol>


<p>Alternatively, you can verify the MD5 signature on the files. A Unix program \
called md5 or md5sum is included in most Linux and Unix distributions. It is also \
available as part of <a href="http://www.gnu.org/software/textutils/textutils.html" \
class="external-link" rel="nofollow">GNU Textutils</a>. Windows users can utilize any \
of the following md5 programs:</p> <ul>
	<li><a href="http://www.fourmilab.ch/md5/" class="external-link" \
rel="nofollow">md5</a></li>  <li><a href="http://www.pc-tools.net/win32/md5sums/" \
class="external-link" rel="nofollow">md5sums</a></li>  <li><a \
href="http://www.slavasoft.com/fsum/" class="external-link" rel="nofollow">SlavaSoft \
FSUM</a></li> </ul>


<h2><a name="ApacheFtpServer1.0.0Release-GettingtheBinariesusingMaven2"></a>Getting \
the Binaries using Maven 2</h2>

<p>To use this release in your maven project, the proper dependency configuration \
that you should use in your <a \
href="http://maven.apache.org/guides/introduction/introduction-to-the-pom.html" \
class="external-link" rel="nofollow">Maven POM</a> is:</p>

<div class="code panel" style="border-width: 1px;"><div class="codeContent \
panelContent"> <pre class="code-xml">
<span class="code-tag">&lt;dependency&gt;</span>
  <span class="code-tag">&lt;groupId&gt;</span>org.apache.ftpserver<span \
class="code-tag">&lt;/groupId&gt;</span>  <span \
class="code-tag">&lt;artifactId&gt;</span>ftpserver-core<span \
class="code-tag">&lt;/artifactId&gt;</span>  <span \
class="code-tag">&lt;version&gt;</span>1.0.0<span \
class="code-tag">&lt;/version&gt;</span> <span \
class="code-tag">&lt;/dependency&gt;</span> </pre>
</div></div>

<div></div>

<h2><a name="ApacheFtpServer1.0.0Release-GettingtheSourceCode"></a>Getting the Source \
Code</h2>

<h3><a name="ApacheFtpServer1.0.0Release-SourceDistributions"></a>Source \
Distributions</h3>

<div class='table-wrap'>
<table class='confluenceTable'><tbody>
<tr>
<th class='confluenceTh'>Description</th>
<th class='confluenceTh'>Download Link</th>
<th class='confluenceTh'>MD5/SHA1 hashes </th>
<th class='confluenceTh'>PGP Signature file of download</th>
</tr>
<tr>
<td class='confluenceTd'>Source for Windows</td>
<td class='confluenceTd'> <a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.zip" \
class="external-link" rel="nofollow">ftpserver-1.0.0-src.zip</a> </td> <td \
class='confluenceTd'> <a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.zip.md5" \
class="external-link" rel="nofollow">MD5</a>/<a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.zip.sha1" \
class="external-link" rel="nofollow">SHA1</a> </td> <td class='confluenceTd'> <a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.zip.asc" \
class="external-link" rel="nofollow">ftpserver-1.0.0-src.zip.asc</a></td> </tr>
<tr>
<td class='confluenceTd'>Source for Unix/Linux/Cygwin</td>
<td class='confluenceTd'> <a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.tar.gz" \
class="external-link" rel="nofollow">ftpserver-1.0.0-src.tar.gz</a></td> <td \
class='confluenceTd'> <a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.tar.gz.md5" \
class="external-link" rel="nofollow">MD5</a>/<a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.tar.gz.sha1" \
class="external-link" rel="nofollow">SHA1</a> </td> <td class='confluenceTd'> <a \
href="http://archive.apache.org/dist/mina/ftpserver/1.0.0/ftpserver-1.0.0-src.tar.gz.asc" \
class="external-link" rel="nofollow">ftpserver-1.0.0-src.tar.gz.asc</a></td> </tr>
</tbody></table>
</div>


<h3><a name="ApacheFtpServer1.0.0Release-SVNTagCheckout"></a>SVN Tag Checkout</h3>

<div class="code panel" style="border-width: 1px;"><div class="codeContent \
panelContent"> <pre class="code-java">
svn co http:<span class="code-comment">//svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.0</span>
 </pre>
</div></div>

    </div>
        <div id="commentsSection" class="wiki-content pageSection">
        <div style="float: right;">
            <a href="https://cwiki.apache.org/confluence/users/viewnotifications.action" \
class="grey">Change Notification Preferences</a>  </div>
        <a href="https://cwiki.apache.org/confluence/display/FTPSERVER/Apache+FtpServer+1.0.0+Release">View \
Online</a>  |
        <a href="https://cwiki.apache.org/confluence/pages/diffpagesbyversion.action?pageId=111286&revisedVersion=3&originalVersion=2">View \
Changes</a>  |
        <a href="https://cwiki.apache.org/confluence/display/FTPSERVER/Apache+FtpServer+1.0.0+Release?showComments=true&amp;showCommentArea=true#addcomment">Add \
Comment</a>  </div>
</div>
</div>
</div>
</div>
</body>
</html>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic