You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/02/09 17:11:14 UTC

svn commit: r742595 - in /james/mailet/crypto/trunk: RELEASE_NOTES.txt src/site/apt/ src/site/apt/release-notes.apt src/site/site.xml

Author: rdonkin
Date: Mon Feb  9 16:11:14 2009
New Revision: 742595

URL: http://svn.apache.org/viewvc?rev=742595&view=rev
Log:
Added release notes

Added:
    james/mailet/crypto/trunk/RELEASE_NOTES.txt
    james/mailet/crypto/trunk/src/site/apt/
    james/mailet/crypto/trunk/src/site/apt/release-notes.apt
Modified:
    james/mailet/crypto/trunk/src/site/site.xml

Added: james/mailet/crypto/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/RELEASE_NOTES.txt?rev=742595&view=auto
==============================================================================
--- james/mailet/crypto/trunk/RELEASE_NOTES.txt (added)
+++ james/mailet/crypto/trunk/RELEASE_NOTES.txt Mon Feb  9 16:11:14 2009
@@ -0,0 +1,50 @@
+                Apache James Cryptographic Mailets
+                ----------------------------------    
+Release Notes
+-------------
+
+   Apache James Cryptographic Mailets encode, decode, sign and 
+   verify mail, together with related cryptology utilities.
+   They implement the Apache Mailet API (a framework
+   assisting the rapid development of email processing functionality
+   see http://james.apache.org/mailet). 
+   
+1.0
+---
+   This is the first independent release of this code. Previously 
+   it was shipped as part of the Apache James server (an advanced 
+   mail server http://james.apache.org/server). This release is 
+   not dependent on that server but can be used in any Mailet
+   container. 
+
+Cryptography Notice
+-------------------
+   This distribution includes cryptographic software.  The country in 
+   which you currently reside may have restrictions on the import, 
+   possession, use, and/or re-export to another country, of 
+   encryption software.  BEFORE using any encryption software, please 
+   check your country's laws, regulations and policies concerning the
+   import, possession, or use, and re-export of encryption software, to 
+   see if this is permitted.  See http://www.wassenaar.org for more
+   information.
+
+   The U.S. Government Department of Commerce, Bureau of Industry and
+   Security (BIS), has classified this software as Export Commodity 
+   Control Number (ECCN) 5D002.C.1, which includes information security
+   software using or performing cryptographic functions with asymmetric
+   algorithms.  The form and manner of this Apache Software Foundation
+   distribution makes it eligible for export under the License Exception
+   ENC Technology Software Unrestricted (TSU) exception (see the BIS 
+   Export Administration Regulations, Section 740.13) for both object 
+   code and source code.
+
+   The following provides more details on the included cryptographic
+   software:
+    		
+    		This library provides high level crytographic operations
+    		based on lower level crytographic libraries created
+    		by The Legion of the Bouncy Castle (http://www.bouncycastle.org/).
+
+    Export classifications and source links can be found
+    at http://www.apache.org/licenses/exports/.
+  
\ No newline at end of file

Added: james/mailet/crypto/trunk/src/site/apt/release-notes.apt
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/src/site/apt/release-notes.apt?rev=742595&view=auto
==============================================================================
--- james/mailet/crypto/trunk/src/site/apt/release-notes.apt (added)
+++ james/mailet/crypto/trunk/src/site/apt/release-notes.apt Mon Feb  9 16:11:14 2009
@@ -0,0 +1,73 @@
+ ------
+ Release Notes
+ ------
+ Apache JAMES Project Team
+ ------
+ 2009-02-09
+ ------
+
+~~ 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.
+
+Release Notes
+
+   Apache James Cryptographic Mailets encode, decode, sign and 
+   verify mail, together with related cryptology utilities.
+   Mailets are defined by the 
+   {{{http://james.apache.org/mailet}Apache Mailet API}} (a framework
+   assisting the rapid development of email processing functionality). 
+   
+1.0
+   
+   This is the first independent release of this code. Previously 
+   it was shipped as part of the 
+   {{{http://james.apache.org/mailet}Apache James Mail Server}} 
+   (an advanced mail server). This release is not dependent on 
+   that server but can be used in any Mailet container. 
+
+Cryptography Notice
+
+   This distribution includes cryptographic software.  The country in 
+   which you currently reside may have restrictions on the import, 
+   possession, use, and/or re-export to another country, of 
+   encryption software.  BEFORE using any encryption software, please 
+   check your country's laws, regulations and policies concerning the
+   import, possession, or use, and re-export of encryption software, to 
+   see if this is permitted.  See http://www.wassenaar.org for more
+   information.
+
+   The U.S. Government Department of Commerce, Bureau of Industry and
+   Security (BIS), has classified this software as Export Commodity 
+   Control Number (ECCN) 5D002.C.1, which includes information security
+   software using or performing cryptographic functions with asymmetric
+   algorithms.  The form and manner of this Apache Software Foundation
+   distribution makes it eligible for export under the License Exception
+   ENC Technology Software Unrestricted (TSU) exception (see the BIS 
+   Export Administration Regulations, Section 740.13) for both object 
+   code and source code.
+
+   The following provides more details on the included cryptographic
+   software:
+    		
+    		This library provides high level crytographic operations
+    		based on lower level crytographic libraries created
+    		by The Legion of the Bouncy Castle (http://www.bouncycastle.org/).
+
+    Export classifications and source links can be found
+    at http://www.apache.org/licenses/exports/.
+  
+  
\ No newline at end of file

Modified: james/mailet/crypto/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/src/site/site.xml?rev=742595&r1=742594&r2=742595&view=diff
==============================================================================
--- james/mailet/crypto/trunk/src/site/site.xml (original)
+++ james/mailet/crypto/trunk/src/site/site.xml Mon Feb  9 16:11:14 2009
@@ -36,6 +36,7 @@
       <item name="Overview" href="index.html"/>
       <item name="Configuration" href="conf.html"/>
       <item name="Catalog" href="mailet-report.html" />
+      <item name="Release Notes" href="release-notes.html" />
       <item 
       	name="DOAP" 
       	href="doap_crypto-mailets.rdf" 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org