Annotation of embedaddon/iftop/ChangeLog, revision 1.1

1.1     ! misho       1: Change log for iftop
        !             2: $Id: ChangeLog,v 1.29 2005/12/25 12:15:08 pdw Exp $
        !             3: 
        !             4: Attributions apply to all preceding items up to the next blank line.
        !             5: Unattributed items are by Paul Warren and Chris Lightfoot.
        !             6: 
        !             7: 0.17 12/02/06
        !             8: * Added support for ppp interfaces on FreeBSD (and others using DLT_PPP)
        !             9: 
        !            10: * Fixed segfault bug in config file handling.
        !            11: * Fixes to man page
        !            12:     William Robinet <william.robinet@conostix.com>
        !            13: 
        !            14: * Fix for hash table memory handling bug (caused segfaults on Mac OS X)
        !            15: * Header fixes for Mac OS X
        !            16:     Ken McLeod <thecloud@apple.com>
        !            17: 
        !            18: * Fixes for compile time errors apparent on Mac OS 10.4.3
        !            19:     Georg Schwarz <georg.schwarz@freenet.de>
        !            20: 
        !            21: * Improvements to configure to support cross-compilation
        !            22: * Addition of "NO_SYSTEM" compiler flag to prevent subshell execution
        !            23:     Tim Freeman <tim@fungible.com>
        !            24: 
        !            25: * Fix to get hardware address on FreeBSD and OpenBSD
        !            26:     Nicolas Bernard <n.bernard@worldonline.fr>
        !            27: 
        !            28: * Added 802.1q VLAN support
        !            29:     Jacek Konieczny <jajcus@bnet.pl>
        !            30: 
        !            31: 0.16 28/02/04
        !            32: * Added support for DLT_NULL
        !            33: * Fix for pthread.c behaviour on Solaris.
        !            34: 
        !            35: * Build fixes for gcc 3.4+
        !            36:     Henne Vogelsang <hvogel@suse.de>
        !            37: 
        !            38: * Fixed behaviour of -n and -N options
        !            39:     Klaus Sperner <klaus@heaven.escape.de>
        !            40: 
        !            41: 0.15 10/11/03
        !            42: * Added linear bar scales (default) ("L")
        !            43: * Added fixed upper limit for bandwidth
        !            44: * Choose which average bars display ("B")
        !            45: * Renamed some buttons and command line options
        !            46: * Added config file support
        !            47: * Added command line to turn of port resolution ("-N")
        !            48: 
        !            49: * Fixed the search for libpcap in the configure script
        !            50:     Thomas Schwinge <tschwinge@gmx.net>
        !            51: 
        !            52: * Updated RPM spec file
        !            53:     Richard Lucassen <spamtrap@lucassen.org>
        !            54: 
        !            55: 
        !            56: 0.14 06/09/03
        !            57: * Added forking resolver as fall-back resolver
        !            58: * Fixed DNS resolution so that no lookups are done if options.dns_resolution ==
        !            59:   0
        !            60: * Configure/compilation fixes for Mac OS X 
        !            61: 
        !            62: * MacOS interfaces to avoid by default
        !            63:     Siri Dhyan Singh <sirid@positivemind.com>
        !            64: 
        !            65: 0.13 11/06/03
        !            66: 
        !            67: * Fixed configure.in to properly specify libraries without the leading -l
        !            68: * Separated the IP/ethernet identifying routine from iftop.c into addrs_ioctl.c
        !            69: * Added addrs_dlpi.c, dlcommon.c, dlcommon.h to support the STREAMS DataLink
        !            70:   Programming Interface on Solaris
        !            71: * Hacked options.h, options.c, iftop.c to enable promiscuous_but_choosy mode
        !            72:   which runs the interface in promiscuous mode but filters out non-broadcast
        !            73:   packets not addressed to or from the interface
        !            74: * Added NEWS, AUTHORS, ChangeLog
        !            75: * Improved interface auto-detect logic in iftop.c
        !            76: * Fixed configure.in to not overload prefix in the pcap test section
        !            77:     Jonathan Abbey <jonabbey@ganymeta.org>
        !            78: 
        !            79: * Made errors during IP/MAC address discovery non-fatal
        !            80: * Added cummulative line totals ("T")
        !            81: 
        !            82: 0.12 21/05/03
        !            83: 
        !            84: * Added 1-line display options ("t")
        !            85: * Added display scrolling ("j", "k")
        !            86: * Fixed code for obtaining hardware address (on Linux at least)
        !            87: * Added IP-based direction assignment
        !            88: 
        !            89: 0.11 08/01/03
        !            90: 
        !            91: * Added support for token ring networks
        !            92: * Token ring network direction determination
        !            93:     Martin Garton <Martin.Garton@DCSTRANS.COM>
        !            94: 
        !            95: * Added autoconf/automake build system
        !            96: * Improved network interface auto selection
        !            97: 
        !            98: 0.10 29/10/02
        !            99: 
        !           100: * User selectable sort criteria
        !           101: * On-the-fly filter code changes
        !           102: * Shell escape
        !           103: * Alternative resolver back-ends
        !           104: * Improved totals display
        !           105: * Added regexp based screen filtering 
        !           106: * Fixed pause functionality
        !           107: * Change option names to be more like tcpdump
        !           108: 
        !           109: 0.9 22/10/02
        !           110: 
        !           111: * Now works on FreeBSD
        !           112: * Added service resolution toggle ("R")
        !           113: * Added on-line help ("h")
        !           114: * More fixes to rate display
        !           115: * Improved interface selection (excludes lo:* and vmnet*)
        !           116: * Added bandwidth-in-bytes option.
        !           117: 
        !           118: 0.8 17/10/02
        !           119: 
        !           120: * Added support for displaying port numbers
        !           121: * Minor fixes to rate display
        !           122: * Minor fix to netmask handling (specifying /32 was broken)
        !           123: 
        !           124: * Updated RPM spec file 
        !           125:     Iain Lea <iain@bricbrac.de>
        !           126: 
        !           127: * Added pause functionality (P)
        !           128: * Changed behaviour of source/dest traffic aggregation
        !           129: 
        !           130: 0.7 02/10/02
        !           131: 
        !           132: * Fixed missing sll.h file.
        !           133: 
        !           134: 0.6 28/08/02
        !           135: 
        !           136: * Fixed segfault bug affecting some systems
        !           137: 
        !           138: * Added support for Linux cooked sockets
        !           139:       Michael Bergbauer <michael@noname.franken.de>
        !           140: 
        !           141: 0.5 26/08/02
        !           142: 
        !           143: * Added support for monitoring PPP interfaces
        !           144: * Converted longs to double longs in various places to avoid overflow problems
        !           145: * Minor bug fixes (usage messages, exit on error)
        !           146: * Improved selection of default interface when none specified
        !           147: 
        !           148: 0.4 16/04/02
        !           149: 
        !           150: * No code changes
        !           151: 
        !           152: * Added RPM spec file
        !           153:       Riku Meskanen <mesrik@cc.jyu.fi>
        !           154: 
        !           155: * Fixes to "make install"
        !           156:       Steve Baker <sjb@ambrielconsulting.com>
        !           157: 
        !           158: 0.3 13/04/02
        !           159: 
        !           160: * Fixed segfault bug.
        !           161: * Added src/dest aggregation.
        !           162: 
        !           163: 0.2 02/04/02
        !           164: 
        !           165: * Added -n option to analyse traffic flows across a network boundary.
        !           166: * Added cumulative traffic totals.
        !           167: * Graphs now optional.
        !           168: * UI more responsive to key presses.
        !           169: * Auto-sizing bar graph scale.
        !           170: 
        !           171: 0.1 29/3/02
        !           172: 
        !           173: * First release.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>