Ignore tags files, merge.
[jelmer/at89prog.git] / UPGRADING
1 Information for users upgrading from pre-0.7 to 0.7
2 ===================================================
3 Serial port access is no longer 'direct' - instead of 
4 directly communicating with the hardware (which requires 
5 root access and only works with standard hardware), the 
6 serial port interface is now used.
7
8 The port type 'serial-raw' provides backwards compatibility 
9 for those still needing it. The new 'serial' port type (which 
10 is the default port type, works similar to 'serial-raw', except 
11 that it requires a filename instead of a base address. (e.g. 
12 not 2f8 but /dev/ttyS0)
13
14  -- Jelmer Vernooij <jelmer@samba.org>, 24 February 2004.