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

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

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-11-18  Zoltan Bojthe

	NEDDOC fixes

2011-07-18  Andras Varga

	comments, whitespace, etc.

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

2011-05-26  Zoltan Bojthe

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

2011-03-30  Zoltan Bojthe

	#include, code style, strtok -> cStringTokenizer

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

2011-03-02  Zoltan Bojthe

	change opp_error to throw cRuntimeError

2010-11-23  Zoltan Bojthe

	code style, remove unwanted member variables, convert 'if'  to 'switch',
	change implementation of session status.

2010-11-22  Zoltan Bojthe

	code styling, optimisations

2010-11-22  Zoltan Bojthe

	remove RTPInterfacePacket.h

2010-11-19  Zoltan Bojthe

	small optimalisation

2010-11-19  Zoltan Bojthe

	Continue redesign of RTPInterfacePacket, code styling

2010-11-12  Zoltan Bojthe

	redesign RTPInterfacePacket  (not completed)

2010-11-12  Zoltan Bojthe

	code style, const, protected/public changes

2010-11-11  Zoltan Bojthe

	RTP fixes, convert messages to MSG file

2010-11-09  Zoltan Bojthe

	RTPApplication uses handleMessage() instead of activity()

2010-11-09  Zoltan Bojthe

	RTPApplication uses IPAddressResolver now

2009-07-21  Andras Varga

	added default icons (mostly to *App modules)

2009-07-20  Andras Varga

	Cosmetic changes in RTP-related modules

	- removed redundant semicolons after close braces
	- function body's open brace put on separate line
	- replace a number of C-style casts with check_and_cast<>

2009-07-20  Andras Varga

	RTP and related modules: gate renaming (fromXXX->xxxIn, toXXX->xxxOut)
	and labelling

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

2008-06-15  Andras Varga

	Moved RTPApplication module from src/transport/rtp into applications/rtpapp

2008-01-01..2009-03-25  Andras Varga, Rudolf Hornig

	Porting of INET to OMNeT++ 4.0, and some general face lift:
	* better directory structure (names changed to lowercase; moved sources
	  under src/; better names, e.g. networkinterfaces -> linklayer)
	* build system to use a deep makefile
	* updated the C++ code for the 4.0 API (follow name changes; use
	  int64-based simtime_t; use cPacket; etc.)
	* NED files converted to 4.0 syntax
	* make use of new features in NED files (module interfaces, inout
	  gates, @unit, etc.)

2003-09-23  Andras Varga

	Initial checkin of IPSuite's RTP code into Transport/RTP.

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

	$ gitk -- Transport/RTP INET/src/transport/rtp
