
2001 Aug 05  Pavel Selivanov <pavel[AT]parabel.inc.ru>
	Initial official version

2002 Mar 18  Pavel Selivanov <pavel[AT]parabel.inc.ru>
	0.81 Some bugfixes

2002 Dec 07  Pavel Selivanov <pavel[AT]parabel.inc.ru>
        0.90 Fully reworked (single) driver, new models suppport,
	jumperless support, more statistics.

2003 Jan 06  Pavel Selivanov <pavel[AT]parabel.inc.ru>
	0.9-bf0
	Fixed bug in install.sh (patch -p)

2004 Jan 11  Pavel Selivanov <pavel[AT]parabel.inc.ru>
        0.92 Generic HDLC stack backported from 2.5 to 2.4 since 2.4.21,
	so have to rework the driver.
	Comile only with new Generic HDLC stack now.
	TODO: make it working both under < 2.4.21, and >=2.4.21.
	ifdefs, or tell user to patch generic hdlc stack ?

	fixed bug in crc calculation in medusa1_out.

2004 Jul 09  Pavel Selivanov <pavel[AT]parabel.inc.ru>
	1.02 Reworked to compile with new Generic HDLC stack
	in kernels >= 2.4.23 (hdlc_type_trans), medusacfg cleanup.

2004 Nov 10 Pavel Selivanov <pavel[AT]parabel.inc.ru>
        1.17 Added Medusa3 support (E1, E3)
        Fixed bug with hdlc-eth, Cisco/HDLC bridge modes
        (hard_header_len can't be changed by driver !)

2004 Dev 27 Pavel Selivanov <pavel[AT]parabel.inc.ru>
        1.18-bf2 Fixed putting interface to promisc in med3cfg

2005 Feb 10 Pavel Selivanov <pavel[AT]parabel.inc.ru>
	1.19 Fixed deadlock in medusa_hdlc_start_xmit (hdlc_eth mode).
        if (skb->len > HDLC_MAX_MTU + 5), while ethernet header = 14... 
        and incorrect return (no spin_unlock...)
	Removed (could never happen)

2005 Jul 27 Pavel Selivanov <pavel[AT]parabel.inc.ru>
	1.19-bf0 Fixed bug in readme.txt
	medusa_detect (static) inline fix (link error, duplicate symbols)

2005 Jul 28 Pavel Selivanov <pavel[AT]parabel.inc.ru>
	1.19-bf1 Makefile fixes.
	Utils compilation was broken if /usr/include/linux/ has 
	incorrect content (ideally it should point to /usr/src/linux/include/linux).
	Now it doesn't matter.
	