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:09:12 UTC

svn commit: r719396 - in /turbine/fulcrum/trunk/yaafi: pom.xml src/site/resources/announcements/announcement-1.0.6.txt src/site/xdoc/downloads.xml xdocs/changes.xml xdocs/cryptography.xml

Author: sgoeschl
Date: Thu Nov 20 14:09:12 2008
New Revision: 719396

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

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

Modified: turbine/fulcrum/trunk/yaafi/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/pom.xml?rev=719396&r1=719395&r2=719396&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/pom.xml (original)
+++ turbine/fulcrum/trunk/yaafi/pom.xml Thu Nov 20 14:09:12 2008
@@ -20,9 +20,9 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>fulcrum</groupId>
+    <groupId>org.apache.fulcrum</groupId>
     <artifactId>fulcrum-parent</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Added: turbine/fulcrum/trunk/yaafi/src/site/resources/announcements/announcement-1.0.6.txt
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/src/site/resources/announcements/announcement-1.0.6.txt?rev=719396&view=auto
==============================================================================
--- turbine/fulcrum/trunk/yaafi/src/site/resources/announcements/announcement-1.0.6.txt (added)
+++ turbine/fulcrum/trunk/yaafi/src/site/resources/announcements/announcement-1.0.6.txt Thu Nov 20 14:09:12 2008
@@ -0,0 +1,22 @@
+The fulcrum-yaafi-team is pleased to announce the fulcrum-yaafi-1.0.6-SNAPSHOT.jar release!
+
+A light-weight Avalon container
+
+Changes in this version include:
+
+New features:
+o Addded M2 build 
+
+Fixed Bugs:
+o Setting custom JAMon ranges for every invocation because those ranges
+        are discarded when resetting JAMon through the GUI. 
+
+Changes:
+o Moved the code regarding transparent decryption of configuration files
+        into 'fuclrum-yaafi-crypto' project and decouple the code using
+        dynamic class loading and reflection. 
+
+
+Have fun!
+-fulcrum-yaafi-team
+

Modified: turbine/fulcrum/trunk/yaafi/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/src/site/xdoc/downloads.xml?rev=719396&r1=719395&r2=719396&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/src/site/xdoc/downloads.xml (original)
+++ turbine/fulcrum/trunk/yaafi/src/site/xdoc/downloads.xml Thu Nov 20 14:09:12 2008
@@ -31,6 +31,14 @@
         </tr>
         <tr>
           <td>
+            <a href="http://www.apache.org/dyn/closer.cgi/turbine/fulcrum/fulcrum-yaafi/binaries/fulcrum-yaafi-1.0.6.zip">Fulcrum's YAAFI v1.0.6</a>
+          </td>
+          <td>
+            <a href="announcements/announcement-1.0.6.txt">1.0.6</a>
+          </td>
+        </tr>
+        <tr>
+          <td>
             <a href="http://www.apache.org/dyn/closer.cgi/turbine/fulcrum/fulcrum-yaafi/binaries/fulcrum-yaafi-1.0.5.zip">Fulcrum's YAAFI v1.0.5</a>
           </td>
           <td>

Modified: turbine/fulcrum/trunk/yaafi/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/xdocs/changes.xml?rev=719396&r1=719395&r2=719396&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/yaafi/xdocs/changes.xml Thu Nov 20 14:09:12 2008
@@ -66,7 +66,7 @@
         of the LoggingInterceptorService.
       </action>
       <action dev="sgoeschl" type="fix">
-      	Fixed a few JavaDoc warnings
+        Fixed a few JavaDoc warnings
       </action>
       <action dev="sgoeschl" type="add">
         Using the parent ServiceManager (if available) during

Modified: turbine/fulcrum/trunk/yaafi/xdocs/cryptography.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/xdocs/cryptography.xml?rev=719396&r1=719395&r2=719396&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/xdocs/cryptography.xml (original)
+++ turbine/fulcrum/trunk/yaafi/xdocs/cryptography.xml Thu Nov 20 14:09:12 2008
@@ -32,7 +32,8 @@
       <p>
         The YAAFI container supports decryption of configuration files using
         Sun's JCA (Java Crypto Architecture). The encryption/decryption is 
-        based on DES using 56 bit key length.
+        based on DES using 56 bit key length. Starting with fulcrum-yaafi-1.0.6
+        the decryption support was moved to fulcrum-yaafi-crypto.
       </p>
 
       <subsection name="JDK 1.3.x">
@@ -58,6 +59,13 @@
         </p>
       </subsection>
 
+      <subsection name="JDK 1.5.x">
+        <p>
+          The current JDK's have the JCA built-in therefore no extra configuration
+          is required.
+        </p>
+      </subsection>
+      
       <subsection name="Availabe Algorithms">
         <table>
           <tr>