update compat.rst and What's new section
diff --git a/source/about.rst b/source/about.rst
index dae63d6..ac25371 100644
--- a/source/about.rst
+++ b/source/about.rst
@@ -25,6 +25,60 @@
    :backlinks: top
 
 
+NuageVsp Network Plugin
+-----------------------
+
+   The Nuage NetworksTM Virtualized Services Platform (VSP) is a Software-Defined
+   Networking (SDN) solution that virtualizes any datacenter (DC) network
+   infrastructure and automatically establishes connectivity between compute
+   resources upon their creation.
+
+   NuageVsp networking plugin bring the Nuage VSP network virtualization technology
+   to CloudStack. All the network isolation and routing is handled by the Nuage
+   SDN solution. Routing of the packets happen at hypervisor itself. Virtual Router
+   is not used for routing the packets and is spawned only for Password reset
+   functionality. The Nuage solution also helps significantly improve the agility
+   and scale of a CloudStack deployment as compared to a Virtual Router based
+   deployment.
+
+
+   ====================== ============================================================================
+   Supported hypervisors: XenServer, VMware
+   Link                   `NuageVsp Network Plugin spec`_
+   ====================== ============================================================================
+
+
+Bind integration with Globo DNSAPI
+----------------------------------
+   
+   GloboDNS provide API to Bind DNS server used to centralized DNS server outside of CloudStack networks.
+   When deploying Advanced Networks, Virtual Routers are used to isolate networks
+   and provide DNS service for all machines inside each network. This approach
+   imposes a challenge when instances need to translate names that belong to
+   instances from another network.
+
+   ====================== ============================================================================
+   Supported hypervisors: Any
+   Link                   `Globo DNSAPI spec`_
+   ====================== ============================================================================
+
+
+SAML 2.0 Plugin
+---------------
+   
+   SAML 2.0 Plugin provide integration of CloudStack to existing authentication
+   mechanism. This provide Single Sign On (SSO) and Single Log Out (SLO) to work
+   on CloudStack UI and clients. SAML (Security Assertion Markup Language) 2.0
+   is an old, stable and widely used XML based authentication and authorization
+   protocol supported by Salesforce, Google Apps and other public and private
+   companies and the aim is to integrate the SSO SAML support in CloudStack.
+
+   ====================== ============================================================================
+   Supported hypervisors: N/A
+   Link                   `SAML spec`_
+   ====================== ============================================================================
+
+
 Managed storage for KVM
 -----------------------
 
@@ -109,4 +163,6 @@
 -  Root volume detach support
 
 .. _Baremetal feature spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Baremetal+Advanced+Networking+Support
-
+.. _Globo DNSAPI spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Bind+integration+by+Globo+DNSAPI
+.. _NuageVsp Network Plugin spec : https://cwiki.apache.org/confluence/display/CLOUDSTACK/NuageVsp+Network+Plugin
+.. _SAML spec: https://cwiki.apache.org/confluence/display/CLOUDSTACK/SAML+2.0+Plugin
\ No newline at end of file
diff --git a/source/compat.rst b/source/compat.rst
index 170160f..e4ba17b 100644
--- a/source/compat.rst
+++ b/source/compat.rst
@@ -24,32 +24,30 @@
 operating systems are tested, so compatibility with CentOS 6.3 may not
 indicate compatibility with CentOS 6.2, 6.1 and so on.
 
--  RHEL versions 6.6
-
+-  RHEL versions 6.3, 6.5, 6.6 and 7.0
 -  CentOS versions 6.6, 7.0
-
 -  Ubuntu 14.04 LTS
 
+Software Requirements
+~~~~~~~~~~~~~~~~~~~~~
+
+-  Java 1.7
+-  MySQL 5.6 (RHEL 7)
+-  MySQL 5.1 (RHEL 6.x)
+
 Supported Hypervisor Versions
 -----------------------------
 
 CloudStack supports three hypervisor families, XenServer with XAPI, KVM,
 and VMware with vSphere.
 
+-  LXC Host Containers on RHEL 7
 -  Windows Server 2012 R2 (with Hyper-V Role enabled)
-
 -  Hyper-V 2012 R2
-
--  CentOS 6.2 with KVM
-
+-  CentOS 6.2+ with KVM
 -  Red Hat Enterprise Linux 6.2 with KVM
-
--  XenServer 6.0.2 (with Hotfix)
-
--  XenServer versions 6.1 and 6.2 SPI with latest hotfixes
-
--  VMware versions 5.0, 5.1, and 5.5
-
+-  XenServer versions 6.1, 6.2 SP1 and 6.5 with latest hotfixes
+-  VMware versions 5.0 Update 3a, 5.1 Update 2a, and 5.5 Update 2
 -  Bare metal hosts are supported, which have no hypervisor. These hosts
    can run the following operating systems:
 
@@ -58,7 +56,6 @@
       .. note:: Use libvirt version 0.9.10 for CentOS 6.3
 
    -  Fedora 17
-
    -  Ubuntu 12.04
 
 For more information, see the Hypervisor Compatibility Matrix in the
@@ -68,13 +65,11 @@
 Supported External Devices
 --------------------------
 
--  Netscaler VPX and MPX versions 9.3 and 10.e
-
--  Netscaler SDX version 9.3
-
--  SRX (Model srx100b) versions 10.3 or higher
-
--  F5 10.1.0 (Build 3341.1084)
+-  Netscaler VPX and MPX versions 9.3, 10.1e and 10.5
+-  Netscaler SDX version 9.3, 10.1e and 10.5
+-  SRX (Model srx100b) versions 10.3 to 10.4 R7.5
+-  F5 11.X
+-  Force 10 Switch version S4810 for Baremetal Advanced Networks
 
 
 Supported Browsers
@@ -87,8 +82,8 @@
 
 -  Internet Explorer versions 10 and 11
 
--  Firefox version 26 or later
+-  Firefox version 31 or later
 
--  Google Chrome version 31
+-  Google Chrome version 36.0.1985
 
--  Safari 5
\ No newline at end of file
+-  Safari 6+
\ No newline at end of file