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/07/21 18:44:08 UTC

svn commit: r678474 - /turbine/fulcrum/trunk/yaafi/xdocs/changes.xml

Author: sgoeschl
Date: Mon Jul 21 09:44:08 2008
New Revision: 678474

URL: http://svn.apache.org/viewvc?rev=678474&view=rev
Log:
Refactored the transparent decryption of configuration files into seperate/optional project because most people don't need that functionality.

Modified:
    turbine/fulcrum/trunk/yaafi/xdocs/changes.xml

Modified: turbine/fulcrum/trunk/yaafi/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/xdocs/changes.xml?rev=678474&r1=678473&r2=678474&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/yaafi/xdocs/changes.xml Mon Jul 21 09:44:08 2008
@@ -25,6 +25,11 @@
 
   <body>
     <release version="1.0.6" date="as in SVN">
+      <action dev="sgoeschl" type="update">
+        Moved the code regarding transparent decryption of configuration files
+        into 'fuclrum-yaafi-crypto' project and decouple the code using
+        dynamic class loading and reflection.
+      </action>
       <action dev="sgoeschl" type="fix">
         Setting custom JAMon ranges for every invocation because those ranges
         are discarded when resetting JAMon through the GUI.