Prep for 0.10.14.
authorGerald Combs <gerald@wireshark.org>
Wed, 21 Dec 2005 16:49:47 +0000 (16:49 -0000)
committerGerald Combs <gerald@wireshark.org>
Wed, 21 Dec 2005 16:49:47 +0000 (16:49 -0000)
svn path=/trunk/; revision=16872

config.nmake
configure.in
docbook/release-notes.xml

index 1d6a57b6b856844e1f8be2a3f3dd4e75d215c2e6..6cf88371cefe374580922d56bc617aec1b77c9e7 100644 (file)
@@ -4,7 +4,7 @@
 # in the file README.win32.
 
 # The current Ethereal version
-VERSION=0.10.13
+VERSION=0.10.14
 
 #
 # The RC_VERSION should be comma-separated, not dot-separated, 
@@ -17,7 +17,7 @@ VERSION=0.10.13
 # number to be correctly displayed in the explorer properties dialog
 # for the executables, and XP's tooltip, rather than 0.0.0.0."
 #
-RC_VERSION=0,10,13
+RC_VERSION=0,10,14
 
 # The version of the wiretap library
 WTAP_VERSION=0.3
index 0256e6ae05fc6f299a279730b5e736d545398b0d..cabd6fc37dc193e7ffba37187d0c78091de84b84 100644 (file)
@@ -8,7 +8,7 @@ dnl Check for CPU / vendor / OS
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE(ethereal, 0.10.13)
+AM_INIT_AUTOMAKE(ethereal, 0.10.14)
 
 AM_DISABLE_STATIC
 
index 85f6f82ede43de298cf0870e798ae13b62f0f397..d9fc233ea06cf07d35b4ba3d1cd8ced77066626c 100644 (file)
@@ -20,7 +20,7 @@ DOCUMENT SECTION
 <!--
 Ethereal Info
 -->
-  <!ENTITY EtherealCurrentVersion "0.10.14pre1">
+  <!ENTITY EtherealCurrentVersion "0.10.14">
   <!ENTITY EtherealWebSite "http://www.ethereal.com">
   <!ENTITY EtherealUsersGuidePage "&EtherealWebSite;/docs/#usersguide">
   <!ENTITY EtherealDownloadPage "&EtherealWebSite;/download.html">
@@ -67,7 +67,7 @@ Gnu info
   <section id="WhatsNew"><title>What's New</title>
     <section><title>Bug Fixes</title>
     <para>
-      Several security vulnerabilities have been fixed since the
+      Three security vulnerabilities have been fixed since the
       previous release.  See the
       <ulink url="http://www.ethereal.com/appnotes/enpa-sa-00022.html">application
       advisory</ulink> for more details.
@@ -89,6 +89,14 @@ Gnu info
          Versions affected: 0.9.1 to 0.10.13.
         </para></listitem>
 
+        <listitem><para>
+         iDefense found a buffer overflow in the OSPF dissector.
+         <!-- Fixed in r16507 -->
+         <!-- Bug IDs: None -->
+          <!-- CVE: CAN-2005-3651 -->
+         Versions affected: 0.8.20 to 0.10.13.
+        </para></listitem>
+
       </itemizedlist>
     </para>
     </section>