Summary of changes in the 1.2 release line
The following list shortly summarizes the changes in
version 1.2.0 compared to version 1.0.5 of AVR Libc, which
was the latest release from the 1.0 release line by the time
1.2.0 was released.
  - Removal of all items marked as deprecated in the
      past, namely:
      
	- all header files from the base include directory, as
	    they have been moved to the avr/ subdirectory
	    long time ago (e.g. <io.h> is now
	    <avr/io.h>),
- deprecated macros and functions (sbi, cbi, inb, outb,
	    inp, outp, inw, outw, BV, PRG_RDB, eeprom_rb, eeprom_rw,
	    eeprom_wb)
- <avr/timer.h> removed completely, as it was
	    bogus and not really useful at all
 
- <avr/ina90.h> and <avr/twi.h>
      have been moved to the new <compat/...>
      include subdirectory,
- The following new devices are supported:
      
	- ATmega165
- ATmega325
- ATmega3250
- ATmega645
- ATmega6450
- ATmega48
- ATmega88
- ATmega168
- ATtiny13
- ATtiny2313
- AT90CAN128
 
- realloc() is now implemented,
- the boot API has been changed in a way that is incompatible
      with the 1.0 API,
- the delay API has two new functions added to allow the specification
      of delays directly in microseconds, or milliseconds,
- documentation changes: a newer version of Doxygen is used; Unix-style
      manual pages are now generated as part of the documentation; a
      helper script named avr-man can be used to display these
      manual pages,
- a single unified Copyright now applies to all files in AVR Libc.
Please refer to the respective NEWS file, and to the documentation
for details.
Last modified: Sat Jan  1 10:57:26 MET 2005