diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | config.h.win32 | 4 | ||||
-rw-r--r-- | configure.in | 6 | ||||
-rw-r--r-- | epan/plugins.c | 10 | ||||
-rw-r--r-- | image/editcap.rc | 10 | ||||
-rw-r--r-- | image/ethereal.rc | 10 | ||||
-rw-r--r-- | image/tethereal.rc | 10 |
7 files changed, 26 insertions, 25 deletions
@@ -58,6 +58,7 @@ Overview of changes in Ethereal 0.8.13: * make-reg-dotc fix (Guy) * AFS static-function cleanup (Guy) * Filter GUI ease-of-use fixes (Santeri) +* Support for Routines for IGRP dissection <Paul Ionescu> Overview of changes in Ethereal 0.8.12: * OSPF enhancements (Craig Metz) diff --git a/config.h.win32 b/config.h.win32 index e7760b280f..71e99fe0d4 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -1,4 +1,4 @@ -/* $Id: config.h.win32,v 1.18 2000/10/17 09:25:36 guy Exp $ */ +/* $Id: config.h.win32,v 1.19 2000/10/27 02:22:04 gram Exp $ */ /* config.h.win32 Generated manually. :-) */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -122,7 +122,7 @@ #define PACKAGE "ethereal" /* Version number of package */ -#define VERSION "0.8.12" +#define VERSION "0.8.13" /* Plugin installation directory */ #define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.12" diff --git a/configure.in b/configure.in index 4cf36b3c0f..749707afbc 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.106 2000/10/17 09:21:51 guy Exp $ +# $Id: configure.in,v 1.107 2000/10/27 02:22:04 gram Exp $ dnl dnl Process this file with autoconf 2.13 or later to produce a dnl configure script; 2.12 doesn't generate a "configure" script that @@ -13,7 +13,7 @@ AC_INIT(etypes.h) AC_PREREQ(2.13) -AM_INIT_AUTOMAKE(ethereal, 0.8.12) +AM_INIT_AUTOMAKE(ethereal, 0.8.13) AM_CONDITIONAL(SETUID_INSTALL, test x$enable_setuid_install = xyes) @@ -384,7 +384,7 @@ AC_ARG_WITH(plugindir, *) PLUGIN_DIR="$withval" esac ], - : ${PLUGIN_DIR=$libdir/ethereal/plugins/0.8.12} + : ${PLUGIN_DIR=$libdir/ethereal/plugins/0.8.13} ) PLUGIN_DIR=`( diff --git a/epan/plugins.c b/epan/plugins.c index ffee7452d8..462f31d4e0 100644 --- a/epan/plugins.c +++ b/epan/plugins.c @@ -1,7 +1,7 @@ /* plugins.c * plugin routines * - * $Id: plugins.c,v 1.3 2000/10/16 23:17:39 guy Exp $ + * $Id: plugins.c,v 1.4 2000/10/27 02:22:07 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -74,11 +74,11 @@ plugin *plugin_list; guint32 enabled_plugins_number; #ifdef WIN32 -static gchar std_plug_dir[] = "c:/program files/ethereal/plugins/0.8.12"; -static gchar local_plug_dir[] = "c:/ethereal/plugins/0.8.12"; +static gchar std_plug_dir[] = "c:/program files/ethereal/plugins/0.8.13"; +static gchar local_plug_dir[] = "c:/ethereal/plugins/0.8.13"; #else -static gchar std_plug_dir[] = "/usr/lib/ethereal/plugins/0.8.12"; -static gchar local_plug_dir[] = "/usr/local/lib/ethereal/plugins/0.8.12"; +static gchar std_plug_dir[] = "/usr/lib/ethereal/plugins/0.8.13"; +static gchar local_plug_dir[] = "/usr/local/lib/ethereal/plugins/0.8.13"; #endif static gchar *user_plug_dir = NULL; static gchar *plugin_status_file = NULL; diff --git a/image/editcap.rc b/image/editcap.rc index e2090f09ed..46eb656cbb 100644 --- a/image/editcap.rc +++ b/image/editcap.rc @@ -3,8 +3,8 @@ ETHEREAL_ICON ICON "ethereal.ico" VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,8,12,0 - PRODUCTVERSION 0,8,12,0 + FILEVERSION 0,8,13,0 + PRODUCTVERSION 0,8,13,0 FILEFLAGSMASK 0x0L #ifdef _DEBUG FILEFLAGS 0x3L @@ -21,12 +21,12 @@ BEGIN BEGIN VALUE "CompanyName", "The Ethereal developer community\0" VALUE "FileDescription", "Editcap\0" - VALUE "FileVersion", "0.8.12\0" - VALUE "InternalName", "Editcap 0.8.12\0" + VALUE "FileVersion", "0.8.13\0" + VALUE "InternalName", "Editcap 0.8.13\0" VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@zing.org>, Gilbert Ramirez <gram@xiexie.org> and others\0" VALUE "OriginalFilename", "Editcap.exe\0" VALUE "ProductName", "Editcap\0" - VALUE "ProductVersion", "0.8.12\0" + VALUE "ProductVersion", "0.8.13\0" END END BLOCK "VarFileInfo" diff --git a/image/ethereal.rc b/image/ethereal.rc index bd8c830a71..7db7459337 100644 --- a/image/ethereal.rc +++ b/image/ethereal.rc @@ -3,8 +3,8 @@ ETHEREAL_ICON ICON "ethereal.ico" VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,8,12,0 - PRODUCTVERSION 0,8,12,0 + FILEVERSION 0,8,13,0 + PRODUCTVERSION 0,8,13,0 FILEFLAGSMASK 0x0L #ifdef _DEBUG FILEFLAGS 0x3L @@ -21,12 +21,12 @@ BEGIN BEGIN VALUE "CompanyName", "The Ethereal developer community, http://ethereal.zing.org\0" VALUE "FileDescription", "Ethereal\0" - VALUE "FileVersion", "0.8.12\0" - VALUE "InternalName", "Ethereal 0.8.12\0" + VALUE "FileVersion", "0.8.13\0" + VALUE "InternalName", "Ethereal 0.8.13\0" VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@zing.org>, Gilbert Ramirez <gram@xiexie.org> and others\0" VALUE "OriginalFilename", "Ethereal.exe\0" VALUE "ProductName", "Ethereal\0" - VALUE "ProductVersion", "0.8.12\0" + VALUE "ProductVersion", "0.8.13\0" END END BLOCK "VarFileInfo" diff --git a/image/tethereal.rc b/image/tethereal.rc index 0aea5c048e..a30f9f44bf 100644 --- a/image/tethereal.rc +++ b/image/tethereal.rc @@ -3,8 +3,8 @@ ETHEREAL_ICON ICON "ethereal.ico" VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,8,12,0 - PRODUCTVERSION 0,8,12,0 + FILEVERSION 0,8,13,0 + PRODUCTVERSION 0,8,13,0 FILEFLAGSMASK 0x0L #ifdef _DEBUG FILEFLAGS 0x3L @@ -21,12 +21,12 @@ BEGIN BEGIN VALUE "CompanyName", "The Ethereal developer community\0" VALUE "FileDescription", "Tethereal\0" - VALUE "FileVersion", "0.8.12\0" - VALUE "InternalName", "Tethereal 0.8.12\0" + VALUE "FileVersion", "0.8.13\0" + VALUE "InternalName", "Tethereal 0.8.13\0" VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@zing.org>, Gilbert Ramirez <gram@xiexie.org> and others\0" VALUE "OriginalFilename", "Tethereal.exe\0" VALUE "ProductName", "Tethereal\0" - VALUE "ProductVersion", "0.8.12\0" + VALUE "ProductVersion", "0.8.13\0" END END BLOCK "VarFileInfo" |