You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by ka...@apache.org on 2007/09/25 10:36:19 UTC

svn commit: r579123 - in /webservices/rampart/trunk/c: ChangeLog NEWS xdocs/docs/installationguide.html

Author: kaushalye
Date: Tue Sep 25 01:36:18 2007
New Revision: 579123

URL: http://svn.apache.org/viewvc?rev=579123&view=rev
Log:
Sync with the tag 1.0.0

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

Modified: webservices/rampart/trunk/c/ChangeLog
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/ChangeLog?rev=579123&r1=579122&r2=579123&view=diff
==============================================================================
--- webservices/rampart/trunk/c/ChangeLog (original)
+++ webservices/rampart/trunk/c/ChangeLog Tue Sep 25 01:36:18 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 <ra...@ws.apache.org> Tue 25 Sept 2007
+
+Rampart/C 0.90 
+
+  * Initial release 
+  * Usernametoken support
+  * Timestamp support
+  * Samples for clients and callbacks
 -- Axis2-C team <ax...@ws.apache.org>  Tue 13 June 2006

Modified: webservices/rampart/trunk/c/NEWS
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/NEWS?rev=579123&r1=579122&r2=579123&view=diff
==============================================================================
--- webservices/rampart/trunk/c/NEWS (original)
+++ webservices/rampart/trunk/c/NEWS Tue Sep 25 01:36:18 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/trunk/c/xdocs/docs/installationguide.html
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/xdocs/docs/installationguide.html?rev=579123&r1=579122&r2=579123&view=diff
==============================================================================
--- webservices/rampart/trunk/c/xdocs/docs/installationguide.html (original)
+++ webservices/rampart/trunk/c/xdocs/docs/installationguide.html Tue Sep 25 01:36:18 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>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 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>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>