summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-10-27 02:55:07 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-10-27 02:55:07 +0000
commit5ecad5b6e3298468a147988089e2f52ec43b0bc5 (patch)
tree832a6927e7498c7d180c2b139a08f1ada063360b
parent3c4a52e342f04e2549a0e5354f01c915c39f67d8 (diff)
downloadwireshark-5ecad5b6e3298468a147988089e2f52ec43b0bc5.tar.gz
Moved version to 0.7.7
svn path=/trunk/; revision=933
-rw-r--r--NEWS15
-rw-r--r--configure.in4
2 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7d597d47eb..3791d7a0de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Overview of changes in Ethereal 0.7.7:
+* Check header length in IP header (Guy)
+* Fix printf formats in packet-rx.c (Guy)
+* NTP changes (Tomislav Vujec)
+* Add conversation mechanism and generalize net/datalink address storage (Guy)
+* Fix ipproto.c bug (Guy)
+* Removed erroneous assert in packet-sna.c (Gilbert)
+* Support for Appletalk DDP, Banyan Vines, and SNA FID type 4 addresses
+ in "address" type code (Guy)
+* Fixes for Appletalk and Vines (Guy)
+* Add ICQ dissector (Kojak)
+* Remove compilation warnings in packet-snmp.c (Tomislav)
+* Remove compilation warnings from packet-smb.c (Richard)
+* Add make-reg-dotc to let non-GNU makes work. (Guy)
+
Overview of changes in Ethereal 0.7.6:
* Fix xdlc bug (Guy, Gilbert)
* Add name resolution option to GUI. (Laurent)
diff --git a/configure.in b/configure.in
index bf5db849b5..c9a80afa69 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,8 @@
-# $Id: configure.in,v 1.54 1999/10/20 18:11:52 gram Exp $
+# $Id: configure.in,v 1.55 1999/10/27 02:55:07 gram Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(etypes.h)
-AM_INIT_AUTOMAKE(ethereal, 0.7.6)
+AM_INIT_AUTOMAKE(ethereal, 0.7.7)
dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST