2012-08-07  ------ inet-2.0.0 released ------

2012-06-25  ------ inet-1.99.5 released ------

2012-06-15  Zoltan Bojthe

	Renamed netwIn, netwOut gates to upperLayerIn, upperLayerOut

2012-03-20  ------ inet-1.99.4 released ------

2012-02-24  ------ inet-1.99.3 released ------

2011-11-18  ------ INET-1.99.2 released ------

2011-09-16  Zoltan Bojthe

	Identical changes in ExtInterface::initialize(int stage) function
	for more readability. In old code, stage 0 was in two code blocks.

2011-09-15  Zoltan Bojthe

	Fixes for ev.disable_tracing

2011-09-14  Zoltan Bojthe

	bug #347: fix some compiler warnings.

2011-08-02  Zoltan Bojthe

	fixes for cppcheck

2011-07-18  Andras Varga

	statistics: emit pk (cPacket*) signals instead of pkBytes etc; added
	more statistics

	Utilize packetBytes() result filter in @statistic to record byte counts

2011-06-03  Andras Varga

	cosmetics: space usage made somewhat more consistent throughout the code

	Notes:
	- if you have an INET fork and want to compare the code, use the
	 "Ignore spaces" option of your visual diff tool. Most tools have
	 this option; Meld and Araxis Merge certainly do.

	- I used omnetpp/_scripts/tidymodel/spaces.pl, plus some manual tweaks

2011-05-30  ------ INET-1.99.1 released ------

2011-05-26  Zoltan Bojthe

	Renamed IP... classes to IPv4... or IPvX...

2011-04-27  Rudolf Hornig

	IExtInterface renamed to IExternalNic for naming consistency.

2011-04-27  Rudolf Hornig

	ExtInterface now correctly implements IExtInterface

2011-03-09  Zoltan Bojthe

	IP Protocol ID constants

2011-03-03  ------ INET-1.99.0 released ------

2011-02-09  Zoltan Bojthe

	Follow omnetpp changes related to include files:
	include platdep/sockets.h before the platdep/timeutil.h

2011-02-03  Levente Meszaros

	Fix: code used obsolete display string tag to set connection line style
	(the correct one is "ls")

2010-09-30  Andras Varga

	introduced a utility function for interface name creation

2010-06-24  Zoltan Bojthe

	Minor changes in ExtInterface

	Add IPPROTO_TCP. Change some statistical variables to int. Correcting
	output texts.

2010-05-21  Andras Varga

	SCTP compile fixes for msvc

2010-03-11  Rudolf Hornig

	Added SCTP patch from Irene Rungeler.

2009-11-05  Rudolf Hornig

	Changes related to the TCP-SACK implementation from Thomas Reschka.

2009-08-26  Andras Varga

	cosmetics (warnings, tab-to-space, reindent, typos, dead code removal)

2009-08-26  Andras Varga

	mingw compile fix: redeclaration of ssize_t in cSocketRTScheduler

2009-07-16  unknown

	MSVC compatibility fix

2009-06-15  Rudolf Hornig

	Patch to fix compilation errors on Windows.

2009-03-25  ------ INET-20090325 released ------

2009-03-18  Michael Tuexen

	Fix compilation issue on platforms not supporting libpcap. - Fix crash
	when an runtime exception is thrown. - Fix crash on pcap status output
	when network is rebuild. - Cleanup of code. - Tested on Mac OS X and
	Ubuntu.

2008-09-25  Irene Ruengeler

	Initial version of the external interface, written by Christian Dankbar,
	Irene Ruengeler and Michael Tuexen. cSocketRTScheduler is based on the
	OMNeT++ "sockets" example simulation (Andras Varga).

	If you are interested in the early history of the code,
	change to the project root and type

	$ gitk -- INET/src/linklayer/ext
