Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
h2. New Features in 1.0.0-M4

This release mainly contains bug fixes and minor enhancements from the previous release.
 
h2. Changelog
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&styleName=Html&version=12313395]

h2. Getting the Binary Distributions

||Description||Download Link|| MD5/SHA1 hashes ||PGP Signature file of download
|Windows Distribution| [ftpserver-1.0.0-M4.zip|http://archive.apache.org//wwwdist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.zip] | [MD5|http://archive.apache.org/dyn/closer.cgi/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.zip.md5]/[SHA1|http://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.zip.sha1] | [ftpserver-1.0.0-M4.zip.asc|http://wwwarchive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.zip.asc]|
|Unix/Linux/Cygwin Distribution| [ftpserver-1.0.0-M4.tar.gz|http://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.tar.gz] | [MD5|http://wwwarchive.apache.org/dyn/closer.cgi/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.tar.gz.md5]/[SHA1|http://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.tar.gz.sha1] | [ftpserver-1.0.0-M4.tar.gz.asc|http://wwwarchive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4.tar.gz.asc]|

h2. Verify the Integrity of Downloads
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:
# Download the [KEYS|http://archive.apache.org/dist/mina/KEYS]
# Download the asc signature file for the relevant distribution
# Verify the signatures using the following commands, depending on your use of PGP or GPG:
{noformat}
$ pgpk -a KEYS
$ pgpv ftpserver-1.0.0-M4.tar.gz.asc
{noformat}
or
{noformat}
$ pgp -ka KEYS
$ pgp ftpserver-1.0.0-M4.tar.gz.asc
{noformat}
or
{noformat}
$ gpg --import KEYS
$ gpg --verify ftpserver-1.0.0-M4.tar.gz.asc
{noformat}

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:
* [md5|http://www.fourmilab.ch/md5/]
* [md5sums|http://www.pc-tools.net/win32/md5sums/]
* [SlavaSoft FSUM|http://www.slavasoft.com/fsum/]

h2. Getting the Binaries using Maven 2
 
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:

{code:xml}
<dependency>
  <groupId>org.apache.ftpserver</groupId>
  <artifactId>ftpserver-core</artifactId>
  <version>1.0.0-M4</version>
</dependency>
{code}

{div}

h2. Getting the Source Code

h3. Source Distributions

||Description||Download Link||MD5/SHA1 hashes ||PGP Signature file of download
|Source for Windows| [ftpserver-1.0.0-M4-src.zip|http://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.zip] | [MD5|http://wwwarchive.apache.org/dyn/closer.cgi/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.zip.md5]/[SHA1|http://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.zip.sha1] | [ftpserver-1.0.0-M4-src.zip.asc|http://wwwarchive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.zip.asc]|
|Source for Unix/Linux/Cygwin| [ftpserver-1.0.0-M4-src.tar.gz|http://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.tar.gz]| [MD5|http://wwwarchive.apache.org/dyn/closer.cgi/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.tar.gz.md5]/[SHA1|http://archive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.tar.gz.sha1] | [ftpserver-1.0.0-M4-src.tar.gz.asc|http://wwwarchive.apache.org/dist/mina/ftpserver/1.0.0-M4/ftpserver-1.0.0-M4-src.tar.gz.asc]|

h3. SVN Tag Checkout

{code}
svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.0.0-M4
{code}

h2. Changelog
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&styleName=Html&version=12313395]

{jiraissues:url=http://issues.apache.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?&pid=10571&fixfor=12313395&sorter/field=issuekey&sorter/order=DESC|columns=type;key;summary|columns=type;key;summary}