Add the regex reshuffle to the release notes
authorIan Lynagh <igloo@earth.li>
Fri, 25 Aug 2006 11:05:20 +0000 (11:05 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 25 Aug 2006 11:05:20 +0000 (11:05 +0000)
docs/users_guide/6.6-notes.xml

index 980efff..1f4e485 100644 (file)
             <literal>ForeignPtr</literal>.
           </para>
         </listitem>
+        <listitem>
+          <para>
+            The <literal>Text.Regex</literal> and
+            <literal>Text.Regex.Posix</literal> modules have been removed.
+            Instead, use the new <literal>regex-compat</literal> package
+            for a drop-in <literal>Text.Regex</literal> replacement, or
+            the new library in the new <literal>regex-posix</literal>
+            package.
+          </para>
+        </listitem>
       </itemizedlist>
     </sect3>
 
     </sect3>
 
     <sect3>
+      <title>regex-base</title>
+      <itemizedlist>
+        <listitem>
+          <para>
+            Version 0.71.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            New library that provides common functions for different
+            regex backends.
+          </para>
+        </listitem>
+      </itemizedlist>
+    </sect3>
+
+    <sect3>
+      <title>regex-compat</title>
+      <itemizedlist>
+        <listitem>
+          <para>
+            Version 0.71.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            New package providing a replacement
+            <literal>Text.Regex</literal> module.
+          </para>
+        </listitem>
+      </itemizedlist>
+    </sect3>
+
+    <sect3>
+      <title>regex-posix</title>
+      <itemizedlist>
+        <listitem>
+          <para>
+            Version 0.71.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            A new package providing POSIX regexes.
+          </para>
+        </listitem>
+      </itemizedlist>
+    </sect3>
+
+    <sect3>
       <title>stm</title>
       <itemizedlist>
         <listitem>