Tue Aug 03 07:06:10 CEST 2004  Jim Campbell <jcampbell@mse-ta.com>

  * Fix brainfart in ifp_download_dir.c (mkdir return values)
  
Tue Jul 27 21:06:10 CEST 2004  Yamashiro Jun <yamajun@ofug.net>

  * Fix test/fts.c for avoid compile error on *BSD.
     (This fix contributed by anonymous in UNIX board of 2ch.net)
  * Fix ifp_upload_file() from David's patch for ifp-line.
  * Fix file list bug.

Thu Jun 03 20:14:44 CEST 2004  Joseph Roback <joe@roback.cc>

  * ifp_return_dev() Never assume the ordering of endpoints on a usb device

Thu May 27 18:22:20 CEST 2004  Michele Baldessari <michele@pupazzo.org>

  * Plug two memory leaks in ifp_get_file_info

Wed May 26 17:45:20 CEST 2004  Joseph Roback <joe@roback.cc>

  * I have attached a patch with solves the endpoint problems by looking at the
	endpoints from the usb_device structure for the addresses; and fixed the
	datasize problems by not using a hard-coded buffer size, but by using the size
	returned in the ctl[8] registers. These changes should work for all models and
	they work for 7XX definitely.

Sun May 23 10:43:35 CEST 2004  Michele Baldessari <michele@pupazzo.org>

  * Removed remaining warnings in src/iriver.c and python/pyiriver.c
  * Plugged a few memory leaks
  * Added autogen.sh to tarball
  * Throw an exception in ifp.Iriver()

Sat May 22 19:06:10 CEST 2004  Yamashiro Jun <yamajun@ofug.net>

  * ifp_upload_dir() change for *BSD and Linux.
    ifp_upload_dir() in libiriver use ftw(3) API(Linux and System V has it).
    But, *BSD hasn't ftw(3).
    I changed ftw(3) to fts(3)(*BSD, MacOS X and Linux has it).

Mon Dec 08 11:12:01 CET 2003  Michele Baldessari <michele@pupazzo.org>

  * Completed the callback stuff in the python bindings
  * Cleaned up the python code and remove testing method
  * Put some spacing around assignments and conditionals
  * Fixed segfault in python's ifp_download 
  * Updated API docs
  * Released 0.0.7

Mon Dec 08 01:06:50 CET 2003  Michele Baldessari <michele@pupazzo.org>

  * Added progress support into the API and a first working test case in the
    python bindings

Fri Dec 05 01:02:28 CET 2003  Michele Baldessari <michele@pupazzo.org>

  * Wrapped method to erase directories

Thu Dec 04 00:27:59 CET 2003  Michele Baldessari <michele@pupazzo.org>

  * Minor python API cleanup
  * Released 0.0.6

Thu Nov 27 17:50:59 CET 2003  Michele Baldessari <michele@pupazzo.org>

  * Another bug in ifp_ls on empty directories

Tue Nov 25 23:47:45 CET 2003  Michele Baldessari <michele@pupazzo.org>

  * Fixed a bug in ifp_ls not returning a list of dictionaries

Sat Nov 22 11:34:13 CET 2003  Michele Baldessari <michele@pupazzo.org>

  * Completed python bindings 
  * Some long needed code indenting and formatting cleanup

2003-11-19 Michele Baldessari <michele@pupazzo.org>

  * Started working on the python bindings

2003-07-24 Michele Baldessari <michele@pupazzo.org>

  * Released 0.0.4
  * Fixed lots of autotools issues
  * Integrated a debian/ directory to create packages out of the box

2003-06-24 Michele Baldessari <michele@pupazzo.org>

  * Released 0.0.3
  * Added support for iFP-3xxT models (apparently they use the same protocol)
    Patch taken from http://sourceforge.net/tracker/index.php?func=detail&aid=750412&group_id=69923&atid=526181

2003-06-09 Michele Baldessari <michele@pupazzo.org>

  * Released 0.0.2
  * Mostly usable now
  * Fixed a NULL bug in ifp_ls
