Share

iRiver iFP driver

File Release Notes and Changelog

Release Name: 1.0.0.2-stable

Notes:
A long-overdue maintance release.  The biggest changes are:

* big-endian support (it's now tested!)
* improved locale support
* improved FreeBSD support

In other news, the previous release made it into debian stable!  (Thanks Joe!)

Changes: 2005-08-21 Geoff Oakham <goakham@users.sourceforge.net> * moved setlocale() call into a usb initialization routine. (Temporary, but better than nothing.) * pop_unicode used to forget about errors, now returns them * removed use of loff_t in all userspace builds * updated version number (preparing for 1.0.0.2) * removed manual compiler settings from configure.in * fixed configure.in so --with-libusb actually works * tests for endianness now done by autoconf, not endian.h * removed unused variables * changed function signatures for better compatability with FreeBSD 2005-08-14 Geoff Oakham <goakham@users.sourceforge.net> * created ifp_off_t typedef for Linux/FreeBSD portability goodness * modified ifp_os_libusb to be locale-aware, as per discussion on mailing list. (Final product yet to come.) 2005-03-20 Billy Charlton <billy@trigby.com> * Tested and fixed big-endian support