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

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

2012-04-26  Tamas Borbely

	EtherHost,EtherHost2: EtherQoSQueue used as external queue.
	EtherQosQueue contains two queues: one for PAUSE frames,
	and one for data frames. The 'queueType' parameter specifies
	the type of the latter.

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

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

2012-01-14  Andras Varga

	Added EtherLink.ned with various predefined Ethernet link types:
	Eth10M, Eth100M, Eth1G, Eth10G, Eth40G, Eth100G

2011-12-08  Andras Varga

	EtherHost: comment editing; reordering of submodules and connections
	for readability

2011-08-31  Zoltan Bojthe

	EtherHost/EtherHost2 fix: display string contained "q=queue" instead of
	"q=txQueue" (EtherMAC internal queue object is called "txQueue")

2011-08-03  Zoltan Bojthe

	EtherHost: use queueType="" instead of queueType="NoQueue" to select
	the internal queue of EtherMAC

2011-12-06  Andras Varga

	Added EtherHost2 that uses EtherEncap (EtherHost uses EtherLLC).

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

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

2011-05-27  Andras Varga

	parameter rename: csmacdSupported -> csmacdSupport

2011-04-28  Rudolf Hornig

	EtherHost now defaults to internal queue implementation.

2011-04-27  Rudolf Hornig

	Ethernet refactoring. EtherHostQ removed. csmacdSupport parameter added
	to Switch, EtherHost and EthernetInterface.

2011-03-29  Zoltan Bojthe

	featuresupport: add ETHERNET feature

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

2011-03-01  Rudolf Hornig

	Interfaces renamed to start with I.

2011-03-01  Rudolf Hornig

	Module interface renaming.

2011-02-22  Andras Varga

	Swiched NED documentation comments to explicit hyperlinking of NED
	type names, using tilde. Example: "TCP" was changed to "~TCP"
	wherever the module and not the protocol was meant.

	The reason for the switch was that autolinking produced too many
	false hits (e.g. "TCP connection" and "IP address" would link
	to the TCP and IP modules.)

2010-06-14  Zoltan Bojthe

	EtherMAC, EtherMacFullDuplex use IEtherMAC moduleinterface

2010-06-14  Zoltan Bojthe

	Rename modules

	EtherMAC2 to EtherMACFullDuplex, EtherHost2 to EtherHostFullDuplex

2010-06-10  Zoltan Bojthe

	Add EtherHostQ and EtherHost2Q NED files

2009-07-21  Andras Varga

	labels change: EtherFrame/PPPFrame labels on hosts/routers renamed to
	EtherFrame-conn/PPPFrame-conn, so that EtherMAC, PPPInterface etc are
	not offered by the palette when editing a network

2009-07-19  Andras Varga

	added further module @labels (ethernet-node, wireless-node, mpls-node);
	added default icons to several module types

2009-07-18  Andras Varga

	more gate labels added; also, fixed case of TCPOut gates (i.e. they got
	renamed to tcpOut)

2009-07-18  Andras Varga

	added @labels(node) to hosts/routers so that they appear at top of the
	palette when editing a network (in OMNeT++ 4.1+)

2009-07-17  Levente Meszaros

	Added labels to gates to so that the graphical editor can match them
	when the user creates a connection:

	@labels(EtherFrame); labels(Ieee802Ctrl/up); labels(Ieee802Ctrl/down);
	@labels(TCPCommand/up); @labels(TCPCommand/down);
	@labels(UDPControlInfo/up); @labels(UDPControlInfo/down);
	@labels(Ieee80211Frame);  @labels(IPControlInfo/down);
	@labels(IPControlInfo/up);  @labels(IPDatagram);
	@labels(IPv6ControlInfo/up); @labels(IPv6ControlInfo/down);
	@labels(IPv6Datagram)

2008-05-29  Andras Varga

	Moved Ethernet switch and host to nodes/ethernet:
	- EtherSwitch.ned was under networkinterfaces/etherswitch
	- EtherHost was under examples/ethernet/lans

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

	$ gitk -- NetworkInterfaces/EtherSwitch INET/src/networkinterfaces/etherswitch
