Documentation update

diff --git a/ChangeLog b/ChangeLog
index 1c137ad..38306c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 <rampart-c-dev@ws.apache.org> 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 <rampart-c-dev@ws.apache.org> 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 <rampart-c-dev@ws.apache.org> Tue 25 Sept 2007
+--Rampart-C team <rampart-c-dev@ws.apache.org> 05 Oct 2007
 
 Rampart/C 0.90 
 
@@ -33,4 +41,4 @@
   * Usernametoken support
   * Timestamp support
   * Samples for clients and callbacks
--- Axis2-C team <axis-c-dev@ws.apache.org>  Tue 13 June 2006
+--Rampart-C team <rampart-c-dev@ws.apache.org> 25 Sept 2007
diff --git a/INSTALL b/INSTALL
index 3d08956..4dade01 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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

 

diff --git a/NEWS b/NEWS
index 5dfad25..c6b3eab 100644
--- a/NEWS
+++ b/NEWS
@@ -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
 
diff --git a/build.sh b/build.sh
index 248b57b..cd698bf 100755
--- a/build.sh
+++ b/build.sh
@@ -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
diff --git a/configure.ac b/configure.ac
index 89a510c..8846fb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/project.properties b/project.properties
index 831436a..beff01f 100644
--- a/project.properties
+++ b/project.properties
@@ -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
diff --git a/sd.sh b/sd.sh
index 7a6c6bc..cb20c60 100755
--- a/sd.sh
+++ b/sd.sh
@@ -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"
diff --git a/xdocs/download.html b/xdocs/download.html
index e7d3359..c370628 100644
--- a/xdocs/download.html
+++ b/xdocs/download.html
@@ -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>