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-02-11  Rudolf Hornig

	Takeover from INETMANET @ fff5dfd

	Airtime Link Metric support added to the radios. Can be turned on by the
	airtimeLinkComputation parameter

	Error model for radio can be configured using the errorModel parameter.
	You can choose between NistModel and YansModel.

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

2011-06-03  Rudolf Hornig

	Typo: Wify->Wifi

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

	cosmetics: end-line spaces removed, using spaces.pl in OMNeT++.

2011-05-27  Andras Varga

	tab-to-space in all source files

2011-05-17  Rudolf Hornig

	Channel comntrol and ChannelControlExtended is merged and become
	ChannelCOntrolExtended. AirframeExtended is merged into AirFrame

2011-05-11  Andras Varga

	Compile fixes for MSVC

	- disambiguate arg types for pow(), sqrt(), etc. (ambiguity caused
	compile errors)
	- added implementations for missing C99 functions
	- MSVC does not have <stdint.h>, but most of its declarations are
	already provided by <omnetpp.h>

2011-04-15  Rudolf Hornig

	Added new ieee802.11 model from INETMANET, supporting a,b,g,p modes.

2011-04-05  Rudolf Hornig

	Radio refactoring. Removed abstract baseclass. Instead of overriding
	virtual methods, there are parameters now to specify propagation and
	radio model.

2011-03-31  Rudolf Hornig

	radio refactoring

2011-03-31  Zoltan Bojthe

	fixes in wireless nodes

2011-03-31  Rudolf Hornig

	Migrated Obstacle, Battery, Annotation and multi-radio support from
	INETMANET.

2011-03-08  Rudolf Hornig

	mf80211 and iee80211 can be compiled separately

2011-03-08  Rudolf Hornig

	mf80211, ieee80211 and mobility feature

