Author: elecharny
Date: Tue Apr 25 07:10:57 2017
New Revision: 1792573

URL: http://svn.apache.org/viewvc?rev=1792573&view=rev
Log:
Updated the site for ftpServer 1.1.1

Added:
    mina/site/trunk/content/ftpserver-project/download_1.1.1.mdtext
Modified:
    mina/site/trunk/content/ftpserver-project/contributors.mdtext
    mina/site/trunk/content/ftpserver-project/downloads.mdtext
    mina/site/trunk/lib/path.pm

Modified: mina/site/trunk/content/ftpserver-project/contributors.mdtext
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver-project/contributors.mdtext?rev=1792573&r1=1792572&r2=1792573&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver-project/contributors.mdtext (original)
+++ mina/site/trunk/content/ftpserver-project/contributors.mdtext Tue Apr 25 
07:10:57 2017
@@ -27,5 +27,6 @@ The following is a list of developers wi
 * [Niklas Gustavsson](http://protocol7.com/)
 * Paul Hammant
 * David Latorre
+* Emmanuel Lécharny
 * Sai Pullabhotla
 * Sergey M Vladimirov

Added: mina/site/trunk/content/ftpserver-project/download_1.1.1.mdtext
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver-project/download_1.1.1.mdtext?rev=1792573&view=auto
==============================================================================
--- mina/site/trunk/content/ftpserver-project/download_1.1.1.mdtext (added)
+++ mina/site/trunk/content/ftpserver-project/download_1.1.1.mdtext Tue Apr 25 
07:10:57 2017
@@ -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 | 
[apache-ftpserver-1.1.0.zip](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.zip)
 | 
[MD5](http://www.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.zip.md5)
 / 
[SHA1](http://www.apache.org/dist/mina/apache-ftpserver/1.1.0/dist/ftpserver-1.1.0.zip.sha1)
 | 
[ASC](http://www.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.zip.asc)
 |
+| tar.gz distribution | 
[apache-ftpserver-1.1.0.tar.gz](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.gz)
 |  
[MD5](http://www.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.gz.md5)
 / 
[SHA1](http://www.apache.org/dist/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.gz.sha1)
 | 
[ASC](http://www.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.gz.asc)
 | 
+| tar.bz2 distribution | 
[apache-ftpserver-1.1.0.tar.bz2](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.bz2)
 |  
[MD5](http://www.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.bz2.md5)
 / 
[SHA1](http://www.apache.org/dist/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.bz2.sha1)
 | 
[ASC](http://www.apache.org/dist/mina/ftpserver/1.1.0/dist/apache-ftpserver-1.1.0.tar.bz2.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 | 
[apache-ftpserver-1.1.0-src.zip](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.zip)
 |  
[MD5](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.zip.md5)
 / 
[SHA1](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.zip.sha1)|
 
[ASC](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.zip.asc)
 |
+| tar.gz sources | 
[apache-ftpserver-1.1.0-src.tar.gz](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.gz)
 |  
[MD5](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.gz.md5)
 / 
[SHA1](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.gz.sha1)
 | 
[ASC](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.gz.asc)
 |
+| tar.bz2 sources | 
[apache-ftpserver-1.1.0-src.tar.bz2](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.bz2)
 |  
[MD5](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.bz2.md5)
 / 
[SHA1](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.bz2.sha1)
 | 
[ASC](http://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.0/apache-ftpserver-1.1.0-src.tar.bz2.asc)
 |
+
+### SVN Tag Checkout
+
+       svn co http://svn.apache.org/repos/asf/mina/ftpserver/tags/1.1.0

Modified: mina/site/trunk/content/ftpserver-project/downloads.mdtext
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/content/ftpserver-project/downloads.mdtext?rev=1792573&r1=1792572&r2=1792573&view=diff
==============================================================================
--- mina/site/trunk/content/ftpserver-project/downloads.mdtext (original)
+++ mina/site/trunk/content/ftpserver-project/downloads.mdtext Tue Apr 25 
07:10:57 2017
@@ -19,9 +19,10 @@ Notice:    Licensed to the Apache Softwa
 
 # Latest FTPServer Releases
 
-The latest release is the [Apache FtpServer 1.1.0 Release](download_1.1.0.html)
+The latest release is the [Apache FtpServer 1.1.1 Release](download_1.1.1.html)
 
 # All Releases
+* [Apache FtpServer 1.1.1 Release](download_1.1.1.html)
 * [Apache FtpServer 1.1.0 Release](download_1.1.0.html)
 * [Apache FtpServer 1.0.6 Release](download_1.0.6.html)
 * [Apache FtpServer 1.0.5 Release](download_1.0.5.html)

Modified: mina/site/trunk/lib/path.pm
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/lib/path.pm?rev=1792573&r1=1792572&r2=1792573&view=diff
==============================================================================
--- mina/site/trunk/lib/path.pm (original)
+++ mina/site/trunk/lib/path.pm Tue Apr 25 07:10:57 2017
@@ -3,7 +3,7 @@ package path;
 # Versions (for download links)
 our $version_asyncweb = "2.0.0-SNAPSHOT";
 our $version_mina = "2.0.16";
-our $version_ftpserver = "1.1.0";
+our $version_ftpserver = "1.1.1";
 our $version_sshd = "1.2.0";
 our $version_vysper = "0.7";
 


Reply via email to