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 ------

2012-01-17  Zoltan Bojthe

	DYMO: redesigned timers:

	The old code generated 5 timer messages for each routing entry, 1 timer
	message for each RREQ list entry, and 2 timer messages for SeqNumLoss.
	It was inefficient and also generated a big chaos in elog.

	The new code uses only one periodic timer message that goes off every
	1 sec, and triggers the expiry check of all entries in the table.
	(It is enough to check once per second whether a route or RREQ
	has timed out, because their lifetime is normally several seconds).

	Also: a series of small, cosmetic changes

2012-02-10  Rudolf Hornig

	inetmanet@fff5dfd manetrouting: Full takeover of MANET protocols from
	the INETMANET repo

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

2011-11-13  Levente Meszaros, Zoltan Bojthe

	Refactored operator= and copy constructor in all INET classes.
	See base/ChangeLog for details.

2011-09-14  Zoltan Bojthe

	for bug #373: UDP_I_ERROR message/ctrl leak

2011-08-02  Zoltan Bojthe

	fixes for cppcheck

2011-08-02  Zoltan Bojthe

	remove bad and unused constructor

2011-07-19  Andras Varga

	cPolymorphic -> cObject (cPolymorphic became cObject in OMNeT++ 4.0)

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-27  Andras Varga

	tab-to-space in all source files

2011-05-26  Zoltan Bojthe

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

2011-04-20  Rudolf Hornig

	Initial takeover of MANET routing protocols from INETMANET.
