New and noteworty for Equinox
diff --git a/platform/4.4/M3/eclipse-news-M3.html b/platform/4.4/M3/eclipse-news-M3.html
index f0466e4..4f72d3b 100644
--- a/platform/4.4/M3/eclipse-news-M3.html
+++ b/platform/4.4/M3/eclipse-news-M3.html
@@ -134,10 +134,43 @@
   <tr>
     <td colspan="2" class="section" id="Equinox">Equinox</td>
   </tr>
-  <tr> 
-    <td colspan="2"><div align="left">[ <em>Not available yet</em> ]</div></td>
-  </tr>
+  <tr id="framework-update">
+    <td class="title">Equinox OSGi framework update</td>
 
+    <td class="content">
+      The Equinox Framework implementation has been updated to implement the latest
+      API available for the upcoming OSGi R6 Core Framework specification 
+      (to be finalized in March 2014).  See 
+      <a href="http://download.eclipse.org/eclipse/downloads/drops4/S-4.4M2-201309182000/news/#Equinox">Equinox M2 News</a>
+      for the complete list.  The following had some additional functionality added since M2:
+      <ul>
+         <li> Clarification of hooks on the system bundle
+             (<a href="https://github.com/osgi/design/tree/master/rfcs/rfc0198">RFC 198</a>).
+             The framework must honor the results of bundle collision hooks when the system
+             bundle context is used to install bundles.
+         </li>
+         <li> Extension Bundle Activators
+             (<a href="https://github.com/osgi/design/tree/master/rfcs/rfc0204">RFC 204</a>).
+             New API added to allow the Framework to be initialized with a list of
+             framework listeners that can capture errors that occur while initializing the
+             framework.
+         </li>
+      </ul>
+    </td>
+  </tr>
+  <tr id="region-update">
+    <td class="title">Equinox Regions update</td>
+
+    <td class="content">
+      The Equinox Regions has added a new namespace for sharing bundle lifecycle 
+      operations between regions.  In previous versions of Equinox regions the only way 
+      to share bundle lifecycle operations across different regions was to share complete
+      bundles which also shared all capabilities provided by the bundle.  Now it is
+      possible to use the org.eclipse.equinox.allow.bundle.lifecycle namespace to share
+      only the bundle lifecycle operations between different regions.
+      (see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=418224">bug 418224</a>)
+    </td>
+  </tr>
   <tr> 
     <td colspan="2">  <div class="title">Template</div>
       </td>