Author: elecharny
Date: Mon Oct 31 14:51:59 2016
New Revision: 1767300

URL: http://svn.apache.org/viewvc?rev=1767300&view=rev
Log:
Forgot to commit a FTPServer 1.0.0 page

Added:
    mina/site/trunk/content/ftpserver-project/download_1.1.0.mdtext

Added: mina/site/trunk/content/ftpserver-project/download_1.1.0.mdtext
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver-project/download_1.1.0.mdtext?rev=1767300&view=auto
==============================================================================
--- mina/site/trunk/content/ftpserver-project/download_1.1.0.mdtext (added)
+++ mina/site/trunk/content/ftpserver-project/download_1.1.0.mdtext Mon Oct 31 
14:51:59 2016
@@ -0,0 +1,88 @@
+Title: Apache FtpServer 1.1.0 Release
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+
+# Apache FtpServer 1.1.0 Release
+
+## New Features in 1.1.0
+
+This release fixes a few issues found since the release of 1.1.0, mainly 
making it using MINA 2.0.16, the latest MINA build.
+
+## Changelog
+
+For a more detailed view of new features and bug fixes, see the [release 
notes](https://issues.apache.org/jira/browse/FTPSERVER/fixforversion/12313458)
+
+## Getting the Binary Distributions
+
+| Description | Download Link | MD5/SHA1 hashes  | PGP Signature file of 
download |
+|---|---|---|---|
+| zip distribution | 
[ftpserver-1.1.0.zip](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/dist/ftpserver-1.1.0.zip)
 | 
[MD5](http://www.apache.org/dist/mina/ftpserver/1.1.0/dist/ftpserver-1.1.0.zip.md5)/[SHA1](http://www.apache.org/dist/mina/ftpserver/1.1.0/ftpserver-1.1.0.zip.sha1)
 | 
[ftpserver-1.1.0.zip.asc](http://www.apache.org/dist/mina/ftpserver/1.1.0/ftpserver-1.1.0.zip.asc)
 |
+| tar.gz distribution | 
[ftpserver-1.1.0.tar.gz](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/dist/ftpserver-1.1.0.tar.gz)
 |  
[MD5](http://www.apache.org/dist/mina/ftpserver/1.1.0/ftpserver-1.1.0.tar.gz.md5)/[SHA1](http://www.apache.org/dist/mina/ftpserver/1.1.0/ftpserver-1.1.0.tar.gz.sha1)
 | 
[ftpserver-1.1.0.tar.gz.asc](http://www.apache.org/dist/mina/ftpserver/1.1.0/ftpserver-1.1.0.tar.gz.asc)
 | 
+
+
+## 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:
+
+1. Download the [KEYS](http://archive.apache.org/dist/mina/KEYS)
+2. Download the asc signature file for the relevant distribution
+3. Verify the signatures using the following commands, depending on your use 
of PGP or GPG:
+
+               $ pgpk -a KEYS
+               $ pgpv ftpserver-1.1.0.tar.gz.asc
+
+       or 
+
+               $ pgp -ka KEYS
+               $ pgp ftpserver-1.1.0.tar.gz.asc
+
+       or
+
+               $ gpg --import KEYS
+               $ gpg --verify ftpserver-1.1.0.tar.gz.asc
+
+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. 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/)
+
+## 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:
+
+       :::XML
+       <dependency>
+               <groupId>org.apache.ftpserver</groupId>
+               <artifactId>ftpserver-core</artifactId>
+               <version>1.1.0</version>
+       </dependency>
+
+## Getting the Source Code
+
+### Source Distributions
+
+| Description | Download Link | MD5/SHA1 hashes  | PGP Signature file of 
download |
+|---|---|---|---|
+| zip sources | 
[ftpserver-1.1.0-src.zip](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/ftpserver-1.1.0-src.zip)
 |  
[MD5](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/ftpserver-1.1.0-src.zip.md5)/[SHA1](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/ftpserver-1.1.0-src.zip.sha1)|
 
[ftpserver-1.1.0-src.zip.asc](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/ftpserver-1.1.0-src.zip.asc)
 |
+| tar.gz sources | 
[ftpserver-1.1.0-src.tar.gz](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/ftpserver-1.1.0-src.tar.gz)
 |  
[MD5](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/ftpserver-1.1.0-src.tar.gz.md5)/[SHA1](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/ftpserver-1.1.0-src.tar.gz.sha1)
 | 
[ftpserver-1.1.0-src.tar.gz.asc](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/ftpserver-1.1.0-src.tar.gz.asc)
 |
+
+
+### SVN Tag Checkout
+
+       svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.1.0


Reply via email to