Document what needs to be done for an official 1.0 release - based upon email from...
[libftdi] / TODO
1 *** TODO for 1.0 release ***
2 Build related:
3 - Rename the library and header file,
4   so libftdi 0.x and 1.x can co-exist
5 - Remove autoconf support
6
7 API extentions:
8 - Make EEPROM structure opaque
9 - Function to query the library version,
10    either as string or as integers. Maybe both.
11 - TO DECIDE: Make ftdi structure opaque?
12
13 Misc:
14 - Fix baudrate unit test for AM type chips
15 - Resolve TODO entries in ftdi_eeprom
16 - Look into merging ftdi_eeprom and examples/eeprom
17 - "To deal with ftdi_context"  <-- Xiaofan: What was meant by this?
18   Maybe the same as "Make ftdi structure opaque?"
19
20 Documentation:
21 - Mention libusb-1.0 dependency
22 - Comparison between 1.0 and 0.19
23 - Document the new EEPROM function