You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2008/11/20 23:34:53 UTC

svn commit: r719412 - in /turbine/fulcrum/trunk/yaafi-crypto: src/site/resources/ src/site/resources/announcements/ src/site/resources/announcements/announcement-1.0.6.txt xdocs/changes.xml xdocs/downloads.xml xdocs/index.xml

Author: sgoeschl
Date: Thu Nov 20 14:34:52 2008
New Revision: 719412

URL: http://svn.apache.org/viewvc?rev=719412&view=rev
Log:
Preparing 1.0.6 release

Added:
    turbine/fulcrum/trunk/yaafi-crypto/src/site/resources/
    turbine/fulcrum/trunk/yaafi-crypto/src/site/resources/announcements/
    turbine/fulcrum/trunk/yaafi-crypto/src/site/resources/announcements/announcement-1.0.6.txt
    turbine/fulcrum/trunk/yaafi-crypto/xdocs/downloads.xml
Modified:
    turbine/fulcrum/trunk/yaafi-crypto/xdocs/changes.xml
    turbine/fulcrum/trunk/yaafi-crypto/xdocs/index.xml

Added: turbine/fulcrum/trunk/yaafi-crypto/src/site/resources/announcements/announcement-1.0.6.txt
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi-crypto/src/site/resources/announcements/announcement-1.0.6.txt?rev=719412&view=auto
==============================================================================
--- turbine/fulcrum/trunk/yaafi-crypto/src/site/resources/announcements/announcement-1.0.6.txt (added)
+++ turbine/fulcrum/trunk/yaafi-crypto/src/site/resources/announcements/announcement-1.0.6.txt Thu Nov 20 14:34:52 2008
@@ -0,0 +1 @@
+The fulcrum-yaafi-crypto-team is pleased to announce the fulcrum-yaafi-crypto-1.0.6.jar release!

Fulcrum YAAFI Crypto Library

Changes in this version include:

New features:
o Moving the code out of YAAFI and make a standalone library. 


Changes:
o Using the official fulcrum-parent-1 pom. 


Have fun!
-fulcrum-yaafi-crypto-team
\ No newline at end of file

Modified: turbine/fulcrum/trunk/yaafi-crypto/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi-crypto/xdocs/changes.xml?rev=719412&r1=719411&r2=719412&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi-crypto/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/yaafi-crypto/xdocs/changes.xml Thu Nov 20 14:34:52 2008
@@ -24,7 +24,7 @@
   </properties>
 
   <body>
-    <release version="1.0.6-SNAPSHOT" date="as in SVN">
+    <release version="1.0.6" date="as in SVN">
       <action dev="sgoeschl" type="update">
         Using the official fulcrum-parent-1 pom.	
       </action>

Added: turbine/fulcrum/trunk/yaafi-crypto/xdocs/downloads.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi-crypto/xdocs/downloads.xml?rev=719412&view=auto
==============================================================================
--- turbine/fulcrum/trunk/yaafi-crypto/xdocs/downloads.xml (added)
+++ turbine/fulcrum/trunk/yaafi-crypto/xdocs/downloads.xml Thu Nov 20 14:34:52 2008
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
+<document>
+  <properties>
+    <title>Fulcrum YAAFI Avalon Container</title>
+  </properties>
+  <body>
+    <section name="Downloads">
+      <p>List of available downloads.</p>
+      <table>
+        <tr>
+          <th>Download Links</th>
+          <th>Release Notes</th>
+        </tr>
+        <tr>
+          <td>
+            <a href="http://www.apache.org/dyn/closer.cgi/turbine/fulcrum/fulcrum-yaafi-crypto/binaries/fulcrum-yaafi-crypto-1.0.6.zip">Fulcrum's YAAFI Crypto v1.0.6</a>
+          </td>
+          <td>
+            <a href="announcements/announcement-1.0.6.txt">1.0.6</a>
+          </td>
+        </tr>
+      </table>
+    </section>
+  </body>
+</document>

Modified: turbine/fulcrum/trunk/yaafi-crypto/xdocs/index.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi-crypto/xdocs/index.xml?rev=719412&r1=719411&r2=719412&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi-crypto/xdocs/index.xml (original)
+++ turbine/fulcrum/trunk/yaafi-crypto/xdocs/index.xml Thu Nov 20 14:34:52 2008
@@ -37,7 +37,7 @@
     <section name="Cryptography Support">
 
       <p>
-        The YAAFI container supports decryption of configuration files using
+        This library supports decryption of configuration files using
         Sun's JCA (Java Crypto Architecture). The encryption/decryption is 
         based on DES using 56 bit key length.
       </p>