+ * - Fixed software PDI/TPI programming mode in the AVRISP project not correctly toggling just the clock pin\r
+ * - Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register\r
+ * - Fixed TWI driver not aborting when faced with no response after attempting to address a device on the bus\r
+ * - Fixed ADC routines not correctly returning the last result when multiple channels were read\r
+ * - Fixed ADC routines failing to read the extended channels (Channels 8 to 13, Internal Temperature Sensor) on the\r
+ * U4 series USB AVR parts\r
+ * - Fixed LowLevel MassStorage demo broken on the U2 series USB AVRs due to unsupported double-banked endpoint modes used\r
+ * - Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian)\r
+ * - Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report item data alignment\r
+ * - Fixed Still Image Host class driver not resetting the transaction ID when a new session is opened, fixed driver not sending\r
+ * a valid session ID to the device\r
+ * - Removed invalid dfu and flip related targets from the bootloaders - bootloaders can only be replaced with an external programmer\r
+ * - Fixed Set/Clear Feature requests directed to a non-configured endpoint not returning a stall to the host\r
+ * - Fixed HID Device Class Driver not allocating a temporary buffer when the host requests a report via the control endpoint and the\r
+ * user has set the PrevReportINBuffer driver configuration element to NULL (thanks to Lars Noschinski)\r
+ * - Fixed device state not being reset to DEVICE_STATE_Default if the host sets a 0x00 device address\r
+ * - Fixed device not stalling configuration requests before the device's address has been set\r
+ * - Fixed possibility of internal signature retrieval being corrupted if an interrupt occurs during a signature byte\r
+ * read (thanks to Andrei Krainev)\r
+ * - Fixed device state not being reset back to the default state if the host sets the address to 0\r
+ * - Fixed Set Configuration requests not being stalled until the host has set the device's address\r
+ * - Fixed Host mode HID class driver not sending the correct report type when HID_Host_SendReportByID() was called and the \r
+ * HID_HOST_BOOT_PROTOCOL_ONLY compile time option is set\r
+ * - Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interrupts from occuring while the control endpoint\r
+ * request is being processed, causing possible lockups if a USB interrupt occurs during a transfer\r
+ * - Fixed TeensyHID bootloader not working on some USB AVR models with the official TeensyLoader GUI application\r
+ * - Remove incorrect Abstract Call Management class specific descriptor from the CDC demos, bootloaders and projects\r