Author: kaushalye
Date: Tue Apr 15 00:52:25 2008
New Revision: 648155

URL: http://svn.apache.org/viewvc?rev=648155&view=rev
Log:
Documentation update

Modified:
    webservices/rampart/trunk/c/ChangeLog
    webservices/rampart/trunk/c/INSTALL
    webservices/rampart/trunk/c/NEWS
    webservices/rampart/trunk/c/build.sh
    webservices/rampart/trunk/c/configure.ac
    webservices/rampart/trunk/c/project.properties
    webservices/rampart/trunk/c/sd.sh
    webservices/rampart/trunk/c/xdocs/download.html

Modified: webservices/rampart/trunk/c/ChangeLog
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/ChangeLog?rev=648155&r1=648154&r2=648155&view=diff
==============================================================================
--- webservices/rampart/trunk/c/ChangeLog (original)
+++ webservices/rampart/trunk/c/ChangeLog Tue Apr 15 00:52:25 2008
@@ -1,17 +1,26 @@
+Rampart/C 1.2.0
+  * WS-Secure Conversation Language support (Experimental)
+  * WS-Trust Language support (Experimental)
+  * SAML 1.1 Support
+  * Memory leak fixes
+  * Many bug fixes
+--Rampart-C team <[EMAIL PROTECTED]> 23 Apr 2008
+
 Rampart/C 1.1.0
 
- * MAC support with HMAC-SHA1
- * Derrived key encryption
- * Derived key signing
- * Symmetric policy bindings
- * New security header processor based on SOAP header layout
- * Security policy validator
- * Extensible Replay detection module
- * Signature confirmation support
- * Support for thumb prints
- * Easy to use deployment scripts
- * Memory leak fixes
- * Many bug fixes
+  * MAC support with HMAC-SHA1
+  * Derrived key encryption
+  * Derived key signing
+  * Symmetric policy bindings
+  * New security header processor based on SOAP header layout
+  * Security policy validator
+  * Extensible Replay detection module
+  * Signature confirmation support
+  * Support for thumb prints
+  * Easy to use deployment scripts
+  * Memory leak fixes
+  * Many bug fixes
+--Rampart-C team <[EMAIL PROTECTED]> 16 Jan 2008
 
 Rampart/C 1.0.0
 
@@ -24,8 +33,7 @@
   * Easy to use deployment scripts
   * Memory leak fixes
   * Many bug fixes
-
---Rampart-C team <[EMAIL PROTECTED]> Tue 25 Sept 2007
+--Rampart-C team <[EMAIL PROTECTED]> 05 Oct 2007
 
 Rampart/C 0.90 
 
@@ -33,4 +41,4 @@
   * Usernametoken support
   * Timestamp support
   * Samples for clients and callbacks
--- Axis2-C team <[EMAIL PROTECTED]>  Tue 13 June 2006
+--Rampart-C team <[EMAIL PROTECTED]> 25 Sept 2007

Modified: webservices/rampart/trunk/c/INSTALL
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/INSTALL?rev=648155&r1=648154&r2=648155&view=diff
==============================================================================
--- webservices/rampart/trunk/c/INSTALL (original)
+++ webservices/rampart/trunk/c/INSTALL Tue Apr 15 00:52:25 2008
@@ -14,7 +14,7 @@
 Build the source
 
 This can be done using the following command sequence:
-        ./configure --prefix=${AXIS2C_HOME} --enable-static=no 
--with-axis2=${AXIS2C_HOME}/include/axis2-1.2
+        ./configure --prefix=${AXIS2C_HOME} --enable-static=no 
--with-axis2=${AXIS2C_HOME}/include/axis2-1.3.1
         make
         make install
 

Modified: webservices/rampart/trunk/c/NEWS
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/NEWS?rev=648155&r1=648154&r2=648155&view=diff
==============================================================================
--- webservices/rampart/trunk/c/NEWS (original)
+++ webservices/rampart/trunk/c/NEWS Tue Apr 15 00:52:25 2008
@@ -70,7 +70,7 @@
 --------------------------------
 1. WS-Secure Conversation Language support (Experimental)
 2. WS-Trust Language support (Experimental)
-3. SAML Support
+3. SAML 1.1 Support
 4. Memory leak fixes
 5. Many bug fixes
 

Modified: webservices/rampart/trunk/c/build.sh
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/build.sh?rev=648155&r1=648154&r2=648155&view=diff
==============================================================================
--- webservices/rampart/trunk/c/build.sh (original)
+++ webservices/rampart/trunk/c/build.sh Tue Apr 15 00:52:25 2008
@@ -1,6 +1,6 @@
 #!/bin/bash
 set -e
 ./autogen.sh
-./configure --prefix=${AXIS2C_HOME} --enable-static=no 
--with-axis2=${AXIS2C_HOME}/include/axis2-1.3.0
+./configure --prefix=${AXIS2C_HOME} --enable-static=no 
--with-axis2=${AXIS2C_HOME}/include/axis2-1.3.1
 make
 make install

Modified: webservices/rampart/trunk/c/configure.ac
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/configure.ac?rev=648155&r1=648154&r2=648155&view=diff
==============================================================================
--- webservices/rampart/trunk/c/configure.ac (original)
+++ webservices/rampart/trunk/c/configure.ac Tue Apr 15 00:52:25 2008
@@ -80,8 +80,8 @@
     if test -d $withval; then
         axis2inc="-I$withval"
     dnl else find the axis2inc include dir in $(AXIS2C_HOME)/include
-    elif test -d '$(AXIS2C_HOME)/include/axis2-1.3.0'; then
-        axis2inc="-I$(AXIS2C_HOME)/include/axis2-1.3.0"
+    elif test -d '$(AXIS2C_HOME)/include/axis2-1.3.1'; then
+        axis2inc="-I$(AXIS2C_HOME)/include/axis2-1.3.1"
     else
         AC_MSG_ERROR(could not find axis2inc. stop)
     fi

Modified: webservices/rampart/trunk/c/project.properties
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/project.properties?rev=648155&r1=648154&r2=648155&view=diff
==============================================================================
--- webservices/rampart/trunk/c/project.properties (original)
+++ webservices/rampart/trunk/c/project.properties Tue Apr 15 00:52:25 2008
@@ -14,7 +14,7 @@
 # limitations under the License.
 # -------------------------------------------------------------------
 
-rampartc_version=1.1.0
+rampartc_version=1.2.0
 maven.xdoc.date=left
 maven.xdoc.version=${pom.currentVersion}
 maven.xdoc.includeProjectDocumentation=no

Modified: webservices/rampart/trunk/c/sd.sh
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/sd.sh?rev=648155&r1=648154&r2=648155&view=diff
==============================================================================
--- webservices/rampart/trunk/c/sd.sh (original)
+++ webservices/rampart/trunk/c/sd.sh Tue Apr 15 00:52:25 2008
@@ -48,6 +48,13 @@
 done
 
 echo "Removing .lo entries in $src_dist"
+for i in `find $src_dist -name "*.o"`
+do
+    echo "Deleting $i"
+    rm  $i
+done
+
+echo "Removing .lo entries in $src_dist"
 for i in `find $src_dist -name "*.lo"`
 do
     echo "Deleting $i"

Modified: webservices/rampart/trunk/c/xdocs/download.html
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/xdocs/download.html?rev=648155&r1=648154&r2=648155&view=diff
==============================================================================
--- webservices/rampart/trunk/c/xdocs/download.html (original)
+++ webservices/rampart/trunk/c/xdocs/download.html Tue Apr 15 00:52:25 2008
@@ -81,7 +81,7 @@
         <a
         
href="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-src-1.2.0.tar.gz.asc";
         
title="http://www.apache.org/dist/ws/rampart/c/1_2_0/rampartc-src-1.2.0.tar.gz.asc";>PGP</a></td>
-      <td>17 - 04 - 2008</td>
+      <td>23 - 04 - 2008</td>
       <td>1.2.0 Release (Mirrored) Depends on <a 
href="http://ws.apache.org/axis2/c/download.cgi";>Axis2/C 1.3.1</a> </td>
     </tr>
     <tr>


Reply via email to