You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2016/02/07 01:44:47 UTC

svn commit: r1728902 - in /mina/site/trunk: content/mina-project/developer-guide.mdtext content/mina-project/downloads.mdtext content/mina-project/news.mdtext lib/path.pm

Author: elecharny
Date: Sun Feb  7 00:44:47 2016
New Revision: 1728902

URL: http://svn.apache.org/viewvc?rev=1728902&view=rev
Log:
Updated the web site for MINA 2.0.12

Modified:
    mina/site/trunk/content/mina-project/developer-guide.mdtext
    mina/site/trunk/content/mina-project/downloads.mdtext
    mina/site/trunk/content/mina-project/news.mdtext
    mina/site/trunk/lib/path.pm

Modified: mina/site/trunk/content/mina-project/developer-guide.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/developer-guide.mdtext?rev=1728902&r1=1728901&r2=1728902&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/developer-guide.mdtext (original)
+++ mina/site/trunk/content/mina-project/developer-guide.mdtext Sun Feb  7 00:44:47 2016
@@ -275,39 +275,38 @@ You can get the keys by typing :
 
 You'll get something like :
 
-  $ gpg --list-keys
-  /Users/elecharny/.gnupg/pubring.gpg
-  -----------------------------------
-  pub   2048D/xxxxxxxx 2009-12-03
-  uid                  Emmanuel Lecharny <el...@nextury.com>
-  sub   2048g/yyyyyyyy 2009-12-03
-
-  pub   4096R/zzzzzzzz 2010-09-13
-  uid                  Emmanuel Lecharny (CODE SIGNING KEY) <el...@apache.org>
-  sub   4096R/tttttttt 2010-09-13
-  ...
+    localhost:target elecharny$ gpg --list-keys
+    /Users/elecharny/.gnupg/pubring.gpg
+    -----------------------------------
+    pub   2048D/xxxxxxxx 2009-12-03
+    uid                  Emmanuel Lecharny <el...@nextury.com>
+    sub   2048g/yyyyyyyy 2009-12-03
+    
+    pub   4096R/zzzzzzzz 2010-09-13
+    uid                  Emmanuel Lecharny (CODE SIGNING KEY) <el...@apache.org>
+    sub   4096R/tttttttt 2010-09-13
+    ...
 
 Take the <zzzzzzzz> part of your 4096 bit key.
 
 Use a shell script to sign the packages which are stored in target/checkout/distribution/target. You will first have to delete the created .asc files :
 
-7C6B7034
-  localhost:target elecharny$ rm *.asc
-  localhost:target elecharny$ ~/sign.sh 
-  PGP Key ID: 
-  <your PGP key>
-  PGP Key Password: 
-  <Your PGP passphrase>
-
-  -n Signing: ./apache-mina-2.0.9-bin.tar.bz2 ... 
-    - Generated './apache-mina-2.0.9-bin.tar.bz2.md5'
-    - Generated './apache-mina-2.0.9-bin.tar.bz2.sha1'
-    - Generated './apache-mina-2.0.9-bin.tar.bz2.asc'
-  -n Signing: ./apache-mina-2.0.9-bin.tar.gz ... 
-    - Generated './apache-mina-2.0.9-bin.tar.gz.md5'
-    - Generated './apache-mina-2.0.9-bin.tar.gz.sha1'
-    - Generated './apache-mina-2.0.9-bin.tar.gz.asc'
-  ...
+    localhost:target elecharny$ rm *.asc
+    localhost:target elecharny$ ~/sign.sh 
+    PGP Key ID: 
+    <your PGP key>
+    PGP Key Password: 
+    <Your PGP passphrase>
+    
+    -n Signing: ./apache-mina-2.0.9-bin.tar.bz2 ... 
+      - Generated './apache-mina-2.0.9-bin.tar.bz2.md5'
+      - Generated './apache-mina-2.0.9-bin.tar.bz2.sha1'
+      - Generated './apache-mina-2.0.9-bin.tar.bz2.asc'
+    -n Signing: ./apache-mina-2.0.9-bin.tar.gz ... 
+      - Generated './apache-mina-2.0.9-bin.tar.gz.md5'
+      - Generated './apache-mina-2.0.9-bin.tar.gz.sha1'
+      - Generated './apache-mina-2.0.9-bin.tar.gz.asc'
+    ...
 
 
 Here is the sign.sh script you can use :
@@ -521,7 +520,7 @@ Now, you have to update the staging site
 
 This file list the file on the production site that will not be overriden by the publication of the staging site. It has to be updated
 
-    $ cd ~/apacheds/staging/content/
+    $ cd ~/mina/staging/content/
     $ vi extpaths.txt
 
 The following lines should be present. If not, add them and commit the file :

Modified: mina/site/trunk/content/mina-project/downloads.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/downloads.mdtext?rev=1728902&r1=1728901&r2=1728902&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/downloads.mdtext (original)
+++ mina/site/trunk/content/mina-project/downloads.mdtext Sun Feb  7 00:44:47 2016
@@ -23,19 +23,19 @@ Notice:    Licensed to the Apache Softwa
 	The links will redirect you to a list of the nearest mirrors, if a mirror hasn't got the latest version yet due to propagation delay you can try another one.
 </DIV>
  
-## Apache MINA 2.0.11 <FONT color="green">stable</FONT> (Java 5+)
+## Apache MINA 2.0.12 <FONT color="green">stable</FONT> (Java 5+)
 
 ### Binaries
 
-* .tar.gz archive [mina-2.0.11](http://www.apache.org/dyn/closer.lua/mina/mina/2.0.11/apache-mina-2.0.11-bin.tar.gz) (signatures : [MD5](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-bin.tar.gz.md5) [SHA1](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-bin.tar.gz.sha1) [ASC](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-bin.tar.gz.asc))
-* .tar.bz2 archive [mina-2.0.11](http://www.apache.org/dyn/closer.lua/mina/mina/2.0.11/apache-mina-2.0.11-bin.tar.bz2.md5) (signatures : [MD5](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-bin.tar.bz2.md5) [SHA1](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-bin.tar.bz2.sha1) [ASC](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-bin.tar.bz2.asc))
-* .zip archive [mina-2.0.11](http://www.apache.org/dyn/closer.lua/mina/mina/2.0.11/apache-mina-2.0.11-bin.zip) (signatures : [MD5](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-bin.zip.md5) [SHA1](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-bin.zip.sha1) [ASC](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-bin.zip.asc))
+* .tar.gz archive [mina-2.0.12](http://www.apache.org/dyn/closer.lua/mina/mina/2.0.12/apache-mina-2.0.12-bin.tar.gz) (signatures : [MD5](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-bin.tar.gz.md5) [SHA1](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-bin.tar.gz.sha1) [ASC](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-bin.tar.gz.asc))
+* .tar.bz2 archive [mina-2.0.12](http://www.apache.org/dyn/closer.lua/mina/mina/2.0.12/apache-mina-2.0.12-bin.tar.bz2.md5) (signatures : [MD5](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-bin.tar.bz2.md5) [SHA1](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-bin.tar.bz2.sha1) [ASC](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-bin.tar.bz2.asc))
+* .zip archive [mina-2.0.12](http://www.apache.org/dyn/closer.lua/mina/mina/2.0.12/apache-mina-2.0.12-bin.zip) (signatures : [MD5](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-bin.zip.md5) [SHA1](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-bin.zip.sha1) [ASC](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-bin.zip.asc))
 
 ### Sources
 
-* .src.tar.gz archive [mina-2.0.11](http://www.apache.org/dyn/closer.lua/mina/mina/2.0.11/apache-mina-2.0.11-src.tar.gz)(signatures : [MD5](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-src.tar.gz.md5) [SHA1](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-src.tar.gz.sha1) [ASC](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-src.tar.gz.asc)
-* .src.tar.bz2 archive [mina-2.0.11](http://www.apache.org/dyn/closer.lua/mina/mina/2.0.11/apache-mina-2.0.11-src.tar.bz2) (signatures : [MD5](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-src.tar.bz2.md5) [SHA1](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-src.tar.bz2.sha1) [ASC](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-src.tar.bz2.asc)
-* .src.zip archive [mina-2.0.11](http://www.apache.org/dyn/closer.lua/mina/mina/2.0.11/apache-mina-2.0.11-src.zip) (signatures : [MD5](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-src.zip.md5) [SHA1](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-src.zip.sha1) [ASC](http://www.apache.org/dist/mina/mina/2.0.11/apache-mina-2.0.11-src.zip.asc)
+* .src.tar.gz archive [mina-2.0.12](http://www.apache.org/dyn/closer.lua/mina/mina/2.0.12/apache-mina-2.0.12-src.tar.gz)(signatures : [MD5](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-src.tar.gz.md5) [SHA1](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-src.tar.gz.sha1) [ASC](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-src.tar.gz.asc)
+* .src.tar.bz2 archive [mina-2.0.12](http://www.apache.org/dyn/closer.lua/mina/mina/2.0.12/apache-mina-2.0.12-src.tar.bz2) (signatures : [MD5](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-src.tar.bz2.md5) [SHA1](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-src.tar.bz2.sha1) [ASC](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-src.tar.bz2.asc)
+* .src.zip archive [mina-2.0.12](http://www.apache.org/dyn/closer.lua/mina/mina/2.0.12/apache-mina-2.0.12-src.zip) (signatures : [MD5](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-src.zip.md5) [SHA1](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-src.zip.sha1) [ASC](http://www.apache.org/dist/mina/mina/2.0.12/apache-mina-2.0.12-src.zip.asc)
 
 <DIV class="note" markdown="1">
 	For people wanting to use the <B>serial</B> package, we don't include the <B>rxtx.jar</B> library in the releases, as it's under a LGPL license. Please download it from <A href="http://rxtx.qbang.org/wiki/index.php/Download" class="external-link" rel="nofollow">http://rxtx.qbang.org/wiki/index.php/Download</A> or add the associated dependency in your maven pom.xml :
@@ -55,17 +55,17 @@ Notice:    Licensed to the Apache Softwa
 The PGP signatures can be verified using PGP or GPG. First download the [KEYS](https://svn.apache.org/repos/asf/mina/KEYS) as well as the asc signature file for the relevant distribution. Then verify the signatures using:
 
 	$ pgpk -a KEYS
-	$ pgpv mina-2.0.11.tar.gz.asc
+	$ pgpv mina-2.0.12.tar.gz.asc
 
 or
 
 	$ pgp -ka KEYS
-	$ pgp mina-2.0.11.tar.gz.asc
+	$ pgp mina-2.0.12.tar.gz.asc
 	
 or
 
 	$ gpg --import KEYS
-	$ gpg --verify mina-2.0.11.tar.gz.asc
+	$ gpg --verify mina-2.0.12.tar.gz.asc
 
 # Latest Pre-release Snapshots
 

Modified: mina/site/trunk/content/mina-project/news.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/news.mdtext?rev=1728902&r1=1728901&r2=1728902&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/news.mdtext (original)
+++ mina/site/trunk/content/mina-project/news.mdtext Sun Feb  7 00:44:47 2016
@@ -17,6 +17,24 @@ Notice:    Licensed to the Apache Softwa
 
 # News
 
+## MINA 2.0.12 released _posted on February, 07, 2016_
+
+This new release of MINA is a bug fix release. There are a few new bugs that were wound in the way we handle closure, leading to some infinite loop consuming 100% CPU, and a bad counter update forbidding the main loop to be exited.
+
+
+We urge you to switch to this version if you were using MINA 2.0.11.
+
+
+
+Bugs :
+------
+
+* [DIRMINA-1001](https://issues.apache.org/jira/browse/DIRMINA-1001) mina2.0.9 session.close cpu100%
+* [DIRMINA-1006](https://issues.apache.org/jira/browse/DIRMINA-1006) mina2.0.9 NioProcessor thread make cpu 100%
+* [DIRMINA-1024](https://issues.apache.org/jira/browse/DIRMINA-1024) There is no way to start a SslHandshake when the autoStart flag is set to false
+* [DIRMINA-1026](https://issues.apache.org/jira/browse/DIRMINA-1026) Session may be removed twice from the removedSession queue
+
+
 ## MINA 2.0.11 released _posted on January, 26, 2016_
 
 This new release of MINA is a bug fix release. We have found a critical bug in the SSL Handler, that may cause a loop when dealing with big messages being transmitted over an SSL connection. 

Modified: mina/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/mina/site/trunk/lib/path.pm?rev=1728902&r1=1728901&r2=1728902&view=diff
==============================================================================
--- mina/site/trunk/lib/path.pm (original)
+++ mina/site/trunk/lib/path.pm Sun Feb  7 00:44:47 2016
@@ -2,7 +2,7 @@ package path;
  
 # Versions (for download links)
 our $version_asyncweb = "2.0.0-SNAPSHOT";
-our $version_mina = "2.0.11";
+our $version_mina = "2.0.12";
 our $version_ftpserver = "1.0.6";
 our $version_sshd = "1.1.0";
 our $version_vysper = "0.7";