Documentation: Add USB Userport project to the LUFA powered projects list.
[pub/lufa.git] / LUFA / DoxygenPages / ChangeLog.txt
index 557587b..78ca7a3 100644 (file)
@@ -7,6 +7,16 @@
  /** \page Page_ChangeLog Project Changelog
   *
   *  \section Sec_ChangeLogXXXXXX Version XXXXXX
+  *  <b>Changed:</b>
+  *  - Core:
+  *   - RNDIS_Device_ReadPacket() now takes in an explicit destination buffer length, rather than assuming it is ETHERNET_MAX_FRAME_SIZE in length.
+  *   - RNDIS_Host_ReadPacket() now takes in an explicit destination buffer length, rather than assuming it is ETHERNET_MAX_FRAME_SIZE in length.
+  *  - Library Applications:
+  *   - The hand-rolled TCP/IP stack has been removed from the LowLevel and ClassDriver RNDIS examples, as it is incomplete and should be replaced
+  *     with a proper network stack anyway.
+  *   - AVRISP MKII Clone now checks the device EEPROM for magic values to determine if the stored settings are valid (thanks to Sergey Vlasov)
+  *
+  *  \section Sec_ChangeLog210130 Version 210130
   *  <b>New:</b>
   *  - Core:
   *   - The USE_INTERNAL_SERIAL definition can now be overridden by the user to a custom string index (thanks to Nicohood)
@@ -39,6 +49,7 @@
   *   - Fixed bootloaders not disabling global interrupts during erase and write operations (thanks to Zoltan)
   *   - Fixed bootloaders accepting flash writes to the bootloader region (thanks to NicoHood)
   *   - Fixed bootloaders incorrectly checking the BOOTRST fuse on start (thanks to Braden Kell)
+  *   - Fixed Mass Storage bootloader incorrectly updating the lower nibble of the FAT12 cluster
   *   - Fixed void pointer arithmetic in the low level RNDIS demo protocol decoders
   *   - Fixed invalid DHCP server socket creation in the Webserver project
   *