* March 24, 2004, Bertrik Sikken <bertrik@zonnet.nl> v.Unstable
- Updated netmd_exch_message function to make it compatible with the Sony
  MDS-JB980 with help of Chris Croughton (0x0F responses are ignored now)

* March 23, 2004, Bertrik Sikken <bertrik@zonnet.nl> v.Unstable
- Added test functions related to check-in/check-out (added libnetmd_secure.c)

* March 21 2004 Bertrik Sikken <bertrik@zonnet.nl> v.Unstable
- Removed duplicate strdup in function netmd_initialize_disc_info
- Removed DEVICE_COUNT #define, now using terminating pair in netmd_devices
  list.
- Added netmd_exch_message function that sends a command to and receives
  response from the player, with proper respect for the USB status indicated by
  the player. Replaced ad-hoc calls to usb_control_msg by simple calls to the
  netmd_exch_message function.
- Replaced magic numbers for USB request type in usb_control_msg by proper
  defined values.
- Updated names in list of USB ids and sorted list.
- Removed unnecessary CODECS and BITRATES defines.
- Applied get_devname patch.
- Fixed bug that prevented parsing of titles that contain a forward slash (/).

* Monday March 15 2004 Edward Mann <emann@users.sourceforge.net> v.Unstable.
- Added {0x54c, 0xc9} /* Sony MZ-N510 */
- Created this Change log