Author: kaushalye
Date: Tue Sep 25 01:35:49 2007
New Revision: 579121

URL: http://svn.apache.org/viewvc?rev=579121&view=rev
Log:
Fixing documentation issues of the release

Modified:
    webservices/rampart/tags/c/1.0.0/ChangeLog
    webservices/rampart/tags/c/1.0.0/NEWS
    webservices/rampart/tags/c/1.0.0/xdocs/docs/installationguide.html

Modified: webservices/rampart/tags/c/1.0.0/ChangeLog
URL: 
http://svn.apache.org/viewvc/webservices/rampart/tags/c/1.0.0/ChangeLog?rev=579121&r1=579120&r2=579121&view=diff
==============================================================================
--- webservices/rampart/tags/c/1.0.0/ChangeLog (original)
+++ webservices/rampart/tags/c/1.0.0/ChangeLog Tue Sep 25 01:35:49 2007
@@ -1,7 +1,21 @@
-Rampart/C 
+Rampart/C 1.0.0
 
-* Initial release 
-* Usernametoken support
-* Timestamp support
-* Samples for clients and callbacks
+  * WS-Security Policy (spec 1.1) based configurations
+  * Replay detection support
+  * Improvements to the context model
+  * Authentication module implementation
+  * Credentials module implementation
+  * Impirovements to Key/Certificate loading mechanisms
+  * Easy to use deployment scripts
+  * Memory leak fixes
+  * Many bug fixes
+
+--Rampart-C team <[EMAIL PROTECTED]> Tue 25 Sept 2007
+
+Rampart/C 0.90 
+
+  * Initial release 
+  * Usernametoken support
+  * Timestamp support
+  * Samples for clients and callbacks
 -- Axis2-C team <[EMAIL PROTECTED]>  Tue 13 June 2006

Modified: webservices/rampart/tags/c/1.0.0/NEWS
URL: 
http://svn.apache.org/viewvc/webservices/rampart/tags/c/1.0.0/NEWS?rev=579121&r1=579120&r2=579121&view=diff
==============================================================================
--- webservices/rampart/tags/c/1.0.0/NEWS (original)
+++ webservices/rampart/tags/c/1.0.0/NEWS Tue Sep 25 01:35:49 2007
@@ -14,7 +14,7 @@
 
 Major Changes Since Last Release
 --------------------------------
-1. WS-Security policy based configurations
+1. WS-Security Policy (spec 1.1) based configurations 
 2. Replay detection support
 3. Improvements to the context model
 4. Authentication module implementation

Modified: webservices/rampart/tags/c/1.0.0/xdocs/docs/installationguide.html
URL: 
http://svn.apache.org/viewvc/webservices/rampart/tags/c/1.0.0/xdocs/docs/installationguide.html?rev=579121&r1=579120&r2=579121&view=diff
==============================================================================
--- webservices/rampart/tags/c/1.0.0/xdocs/docs/installationguide.html 
(original)
+++ webservices/rampart/tags/c/1.0.0/xdocs/docs/installationguide.html Tue Sep 
25 01:35:49 2007
@@ -126,9 +126,10 @@
 <ol>
   <li>Extract the binary distribution to a folder of your choice. (example:
     C:\rampartc).</li>
-  <li>Copy modules/rampart to %AXIS2C_HOME%\modules.</li>
+  <li>Copy modules\rampart to %AXIS2C_HOME%\modules.</li>
   <li>Engage Rampart/C as specified in the section <a href="#engage">Engage 
Rampart/C with Axis2/C</a>.
-  <li>Start the axis2_http_server and run the echo client in the 
samples/client/sec_echo to consume the secured service.
+  <li>Copy samples\server\sec_echo to %AXIS2C_HOME%\services </li>
+  <li>Start the axis2_http_server and run the echo client in the 
samples\client\sec_echo to consume the secured service.
 </ol>
 <a id="bin_run"></a>
 


Reply via email to