Switch back to normal versioning. Bump the version to 1.3.3.
[obnox/wireshark/wip.git] / docbook / release-notes.xml
index 7d364e0b4475c1f8eb8ee74d883c344b1a945ed7..2db33350dc60a121f95b69d4a7f3f1008e88f657 100644 (file)
@@ -12,7 +12,7 @@ DOCUMENT SECTION
 <!--
 Wireshark Info
 -->
-  <!ENTITY WiresharkCurrentVersion "0.99.6">
+  <!ENTITY WiresharkCurrentVersion "1.3.3">
 
 ]>
 
@@ -27,7 +27,7 @@ Wireshark Info
   </section>
 
   <section id="WhatsNew"><title>What's New</title>
-    <section><title>Bug Fixes</title>
+    <section id="BugFixes"><title>Bug Fixes</title>
     <para>
 
       The following vulnerabilities have been fixed.  See the
@@ -37,64 +37,12 @@ Wireshark Info
 
         <listitem>
           <para>
-            Wireshark could crash when dissecting an HTTP chunked
-            response.
-            <!-- Fixed in r21034 -->
-            (Bug <ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1394">1394</ulink>)
+            The NetFlow dissector could run off with your dog, crash your truck,
+            and write a country music song about the experience.
+            <!-- Fixed in r????? -->
+            <!-- (Bug <ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=????">????</ulink>) -->
           </para>
-          <para>Versions affected: 0.99.5</para>
-          <para>
-            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            On some systems, Wireshark could crash while reading
-            iSeries capture files.
-            <!-- Fixed in r20990 -->
-            (Bug <ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1415">1415</ulink>)
-          </para>
-          <para>Versions affected: 0.10.14 to 0.99.5</para>
-          <para>
-            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            Wireshark could exhaust system memory while reading a malformed
-            DCP ETSI packet.
-            <!-- Fixed in r21007 -->
-            (Bug <ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1264">1264</ulink>)
-          </para>
-          <para>Versions affected: 0.99.5</para>
-          <para>
-            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            Defining a display filter macro with no arguments would make
-            Wireshark crash.
-            <!-- Fixed in r21664 -->
-            <!-- CID 232 -->
-          </para>
-          <para>Versions affected: 0.99.5</para>
-          <para>
-            <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
-          </para>
-        </listitem>
-
-        <listitem>
-          <para>
-            Wireshark could loop excessively while reading a malformed SSL
-            packet.
-            <!-- Fixed in r? -->
-            (Bug <ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1582">1582</ulink>)
-          </para>
-          <para>Versions affected: ?</para>
+          <para>Versions affected: 0.99.5 to 1.0.8</para>
           <para>
             <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
           </para>
@@ -111,55 +59,64 @@ Wireshark Info
       <itemizedlist>
 
         <listitem><para>
-          WEP decryption would only work for the first key specified.
-          disappear or become unusable.
-        </para></listitem>
-
-        <listitem><para>
-          Merging files in Wireshark now appends files properly.
-        </para></listitem>
-
-        <listitem><para>
-          Wireshark could hang while saving an RTP stream with bad timestamp
-          data.
-        </para></listitem>
-
-        <listitem><para>
-          You must now explicitly pass "--disable-wireshark" to the build
-          environment if you only want to build TShark.
+            Wireshark could crash without warning.
         </para></listitem>
 
       </itemizedlist>
+
     </para>
 
     </section>
 
-    <section><title>New and Updated Features</title>
+    <section id="NewFeatures"><title>New and Updated Features</title>
     <para>
       The following features are new (or have been significantly updated)
-      since the last release:
+      since version 1.2:
 
-      <!--
-      - HTTP object export
-      - Delta times
-      - Code cleanup
-      -->
+      <itemizedlist>
+
+        <listitem>
+          <para>
+            The packet list internals have been rewritten and are now more
+            efficient.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Python scripting support has been added.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Capturing from pipes on Windows has been improved.
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>
+            Many memory leaks have been fixed.
+          </para>
+        </listitem>
+
+      </itemizedlist>
 
     </para>
     </section>
 
-    <section><title>New Protocol Support</title>
+    <section id="NewProtocols"><title>New Protocol Support</title>
     <para>
 
     </para>
     </section>
 
-    <section><title>Updated Protocol Support</title> <para>
+    <section id="UpdatedProtocols"><title>Updated Protocol Support</title> <para>
 
     </para>
     </section>
 
-    <section><title>New and Updated Capture File Support</title>
+    <section id="NewCapture"><title>New and Updated Capture File Support</title>
     <para>
 
     </para>
@@ -170,11 +127,10 @@ Wireshark Info
   <section id="GettingWireshark"><title>Getting Wireshark</title>
     <para>
       Wireshark source code and installation packages are available from
-      the <ulink url="http://www.wireshark.org/download.html">download
-      page</ulink> on the main web site.
+      <ulink url="http://www.wireshark.org/download.html">http://www.wireshark.org/download.html</ulink>.
     </para>
 
-    <section><title>Vendor-supplied Packages</title>
+    <section id="VendorPackages"><title>Vendor-supplied Packages</title>
       <para>
        Most Linux and Unix vendors supply their own Wireshark packages.
        You can usually install or upgrade Wireshark using the package management
@@ -205,10 +161,73 @@ Wireshark Info
   <section id="KnownProblems"><title>Known Problems</title>
 
     <para>
-      The <guibutton>Filter</guibutton> button is nonfunctional in the
-      file dialogs under Windows.
-      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=942">Bug
-      942</ulink>)
+      Wireshark may appear offscreen on multi-monitor Windows systems.
+      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=553">Bug
+      553</ulink>)
+    </para>
+
+    <para>
+      Wireshark might make your system disassociate from a wireless network
+      on OS X.
+      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1315">Bug
+      1315</ulink>)
+    </para>
+
+    <para>
+      Dumpcap might not quit if Wireshark or TShark crashes.
+      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1419">Bug
+      1419</ulink>)
+    </para>
+
+    <para>
+      Wireshark is unable to decrypt WPA group keys.
+      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1420">Bug
+      1420</ulink>)
+    </para>
+
+    <para>
+      The BER dissector might infinitely loop.
+      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1516">Bug
+      1516</ulink>)
+    </para>
+
+    <para>
+      Wireshark can't dynamically update the packet list. This means that host
+      name resolutions above a certain response time threshold won't show up in
+      the packet list.
+      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1605">Bug
+      1605</ulink>)
+    </para>
+
+    <para>
+      Capture filters aren't applied when capturing from named pipes.
+      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1814">Bug
+      1814</ulink>)
+    </para>
+
+    <para>
+      Wireshark might freeze when reading from a pipe.
+      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2082">Bug
+      2082</ulink>)
+    </para>
+
+    <para>
+      Capturing from named pipes might be delayed on Windows.
+      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2200">Bug
+      2200</ulink>)
+    </para>
+
+    <para>
+      Filtering tshark captures with display filters (-R) no longer works.
+      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2234">Bug
+      2234</ulink>)
+    </para>
+
+    <para>
+      The 64-bit Windows installer does not ship with the same libraries as the
+      32-bit installer.
+      (<ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3610">Bug
+      3610</ulink>)
     </para>
 
   </section>