Hi, yesterday libipoddevice 0.4.1 was released. We have 0.4.0. The only rdepend on it is ipod-sharp.
This released adds support for a new feature of hal 0.5.6 which allows us to remove the pmount / submount / eject dependencies of libipoddevice. Now hal can be used for these which is a real improvement over that hacky code that was used before ;) Bye
--- libipoddevice-0.4.0/ChangeLog 2005-11-23 20:53:05.000000000 +0100 +++ libipoddevice-0.4.1/ChangeLog 2006-02-13 08:37:47.000000000 +0100 @@ -1,3 +1,35 @@ +2006-02-13 Aaron Bockover <[EMAIL PROTECTED]> + + 0.4.1 Released + + * src/ipod-device.c (ipod_device_eject_hal): Propagate any errors to + parent function, which will be sent to consumer application for display + + (ipod_device_eject): Handle the error_out parameter and propagate as + a GError to caller + + * src/ipod-device.h: Added ERROR_EJECT + +2006-02-13 Aaron Bockover <[EMAIL PROTECTED]> + + * src/ipod-device.c: Fixed minor formatting issue + +2006-02-13 Aaron Bockover <[EMAIL PROTECTED]> + + * configure.ac: Bump to 0.4.1; check for HAL 0.5.6 to define + HAVE_HAL_EJECT, which is used for conditionally compiling DBus/HAL + Method support for Ejecting over HAL + + * src/ipod-device.c (ipod_device_eject_hal): Method that calls a + DBus method against HAL to queue an eject request; needs HAL 0.5.6 or + better + + (ipod_device_eject): Call ipod_device_eject_hal if HAVE_HAL_EJECT is + defined; ejecting centrally through HAL is *sooo* much better than + execing some configured unmount/eject command sequence; this obsoletes + umount and eject (directly), submount, and pmount, though all are still + supported fallback options + 2005-11-23 Aaron Bockover <[EMAIL PROTECTED]> * configure.ac: Version 0.4.0
ChangeLog | 32 Makefile.in | 2 aclocal.m4 | 904 +++++---- config.h.in | 3 configure | 5416 ++++++++++++++++++++++-------------------------------- configure.ac | 7 ltmain.sh | 765 +++++-- src/Makefile.in | 2 src/ipod-device.c | 77 src/ipod-device.h | 3 10 files changed, 3514 insertions(+), 3697 deletions(-)
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
-- Ubuntu-motu mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
