2005-09-07  Aaron Bockover  <aaron@aaronbock.net>

	* configure.ac: Version 0.3.2
	* src/ipod-device.c: Make the "control-path" property return the right
	internal value, use g_mkdir_with_parents for all directory creation

2005-09-05  JP Rosevear  <jpr@novell.com>

	* src/ipod-device.c (ipod_device_save): Create necessary parent
	directories as well for new ipods

2005-09-03  Aaron Bockover  <aaron@aaronbock.net>

	* src/ipod-device.c: Added HP E436 series iPod models to table

2005-08-24  Aaron Bockover  <aaron@aaronbock.net>

	* src/ipod-device.c: Fixed some minor bugs, backup device Prefs and
	restore on reboot (doesn't actually work, stupid iPod), fixed advertised
	capacity for shuffle

	* libipoddevice: Version 0.3.1
	* src/ipod-device-test.c: --reboot <device> option
	* src/ipod-device.c: Do not accept iPods without iPod_Control/Device,
	as this structure is created on reboot (for non-shuffles)
	* src/ipod-device.c: (ipod_device_reboot): like ipod_device_eject, but
	it reboots the iPod after ejecting
	* src/ipod-device.c: Critical bug fix! iTunesDB was being opened with w+
	which would destroy an existing copy... changed to a+

2005-08-23  Aaron Bockover  <aaron@aaronbock.net>

	* libipoddevice: Version 0.3.0
	* src/ipod-device.c: Model information table used to detect model type,
	generation, and advertised capacity based on model number. Removed
	file system tests to guess model type. Three new properties: can-write,
	device-generation, and advertised-capacity. Added more specific model 
	types. Using 'Color' instead of 'Photo' Debug now uses g_object_get
	to test properties instead of debugging directly on internal struct.
	* src/ipod-device.c: Better write detection, create iTunes/iTunesDB
	structure if not exist. Confirm everything works with a fresh/reset/empty
	iPod.

2005-08-22  Aaron Bockover  <aaron@aaronbock.net>

	* libipoddevice: Version 0.2.7
	* configure.ac: Auto-detect submount
	* libipoddevice: Version 0.2.6
	* src/tests: Removed
	* src/ipod-device.c,src/ipod-device.h: ipod_device_detect_writeable: 
	detect if write support is possible on device (hfs+ can't usually 
	write, may be cases of other formats mounted as RO)

2005-08-15  JP Rosevear  <jpr@novell.com>

	* src/Makefile.am: tidy build

2005-08-08  Aaron Bockover  <aaron@aaronbock.net>

	* src/ipod-device.c: (ipod_device_detect_model) Fix bug that would
	return type as regular if iPod is actually a photo

2005-08-03  Aaron Bockover  <aaron@aaronbock.net>

	* libipoddevice: Version 0.2.5.1
	* src/Makefile.am: -Wall and -D_FORTIFY_SOURCE=2
	* src/ipod-device.c, src/ipod-device-event-listener.c,
	src/ipod-device-test.c: gcc patches for warnings, thanks gekker!
	* libipoddevice: Version 0.2.5
	* src/ipod-device.c: Small bug fix
	* src/Makefile.am: Fixed build system to distcheck for gekker

2005-07-26  Aaron Bockover  <aaron@aaronbock.net>

	* src/ipod-device.c: (ipod_device_read_sysinfo): Fixed double free
	* src/ipod-device.c: Two HAL volume properties are exposed: volume-uuid
	and volume-label.
	* src/ipod-device.c: (ipod_device_read_sysinfo): reads the SysInfo Device
	file for the serial number, model number, and firmware version, which
	populates three new properties: serial-number, model-number, 
	firmware-version
	* src/ipod-device.c: ipod_device_save() now creates the iPod_Control/iTunes
	directory if it doesn't exist
	* src/ipod-device.c: New property, is-new, set to TRUE when iPod is
	fresh from the factory or a restore, (missing 
	iPod_Control/iTunes/DeviceInfo)
	* src/ipod-device-event-listener.c: Syntax cleanup
	* src/ipod-device-test.c: New option, --set-properties to set the
	device, user, and host name of the iPod

2005-07-18  Aaron Bockover  <aaron@aaronbock.net>

	* configure.ac: Version 0.2.4
	* src/ipod-device-event-listener.c: object init uses 
	ipod_device_list_device_udis to get initial list of potential iPods
	* src/test/Makefile: same change here regarding binary name
	* src/Makefile.am: ipod-device-test binary is now just `ipod'
	* src/ipod-device-test.c: new options: --list-udis to list device 
	UDIs, and --eject now does not require a device ID - if no device ID
	is passed, it ejects all iPods
	* src/ipod-device.c: (ipod_device_list_device_udis): new function to
	list just the volume IDs of potential iPod devices, much faster than
	ipod_device_list_devices since no actual device is created, and no
	disk interaction is needed
	
	* configure.ac: Default to pumount, fall back on umount
	* libipoddevice: Version 0.2.3
	* src/ipod-device.c: (ipod_device_dir_size) fixed memory issue with
	guint64 under gcc-4 while calculating directory size recursively.

2005-07-12  James Willcox  <james@ximian.com>

	* src/ipod-device-event-listener.c: (g_list_find_string_index),
	(ipod_device_event_listener_init), (add_device), (remove_device),
	(hal_device_added), (hal_device_removed),
	(hal_device_property_modified),
	(ipod_device_event_listener_hal_init),
	(ipod_device_event_listener_udi_is_ipod):

	Receive property change events, to detect when an ipod has been
	mounted or unmounted.  Also fix some memory corruption when removing
	a device, and get an initial list of devices in the instance init.

	* src/ipod-device-event-listener.h: Make the 'udi' argument for the
	signal callbacks const.

2005-07-12 Aaron Bockover <aaron@aaronbock.net>

	* src/Makefile.am: Added rule to build and install test
	* src/ipod-device-test.c: Much better tests, actual usable program
	* src/ipod-device-test.c: Moved from test
	* src/ipod-device.c: hd_hal_id==NULL check
	* src/ipod-device.c: Removed duplicate HAL context 

2005-07-11 Aaron Bockover <aaron@aaronbock.net>

	* src/hal-common.[ch]: Added back, how funny, now with 
	ipod_device_set_global_main_context
	* src/ipod-device-event-listener.[ch]: Got rid of the aforementioned 
	GObject property, using only a global one for both objects

	* ipod-device: Version 0.2.1
	* src/ipod-device-event-listener.h: signatures for new constructor/function
	* src/ipod-device-event-listener.c: new GObject property, main-context
	for setting the GMainContext for the D-Bus connection, new constructor,
	ipod_device_event_listener_g_main_context_new, and a global set function
	for a global GMainContext, 
	ipod_device_event_listener_set_global_g_main_context
	* src/hal-common.c, src/hal-common.h: removed
	* src/ipod-device.c: moved ipod_device_hal_initialize from hal-common.c
	* src/ipod-device-event-listener.c: moved hal_mainloop_integration from
	hal-common.c

2005-07-11 James Willcox <snorp@snorp.net>

	* src/Makefile.am: install ipod-device-event-listener.h
	* src/hal-common.c: (hal_mainloop_integration): uncomment, the g_main
	hookup stuff, as we need that.
	* src/ipod-device-event-listener.h: remove test_signals as there is no
	function for that.
	* src/test/ipod-device-test.c: (device_added_cb), (device_removed_cb), 
	(main): hook up to add/remove signals.

2005-07-10 James Willcox <snorp@snorp.net>

	* configure.ac: link with dbus-glib-1
	* src/ipod-device.c: (ipod_device_write_device_info_string): if the
	string is NULL, write an empty one.

2005-07-05 Aaron Bockover <aaron@aaronbock.net>

	* ipod-device: third tarball release (0.2.0)
	* ipod-device-event-listener.c: New Object, "IpodDeviceEventListener" 
	allow programs to subscribe to iPod/HAL specific events
	* ipod-device.c: Eject code now explicitly calls an unmount program before 
	eject, except if submount is used. Supports custom EJECT_COMMAND and 
	UNMOUNT_COMMAND paths, and also ASSUME_SUBMOUNT can be set at 
	configure time (concept taken from g-v-m)
	* ipod-device.c: Ported HAL code to new 0.5 version of the API

2005-06-17 Aaron Bockover <aaron@aaronbock.net>

	* ipod-device.c: Fixed eject command
	* ipod-device.c: Added detection of iPod Mini
	* ipod-device.c: GError reporting on some functions
	* ipod-device.c: sync() patch from snorp

2005-06-16 Aaron Bockover <aaron@aaronbock.net>

	* ipod-device: updated build system

	* ipod-device.c: Added file descriptor checking on mount path before
	  trying to eject device. Normally eject would fail if a device had
	  an open file descriptor, but it succeeds in the case where subfs
	  has mounted the device. A bug has been filed with submount, but
	  the code exists here just in case.

2005-06-15 Aaron Bockover <aaron@aaronbock.net>

	* ipod-device.c: Fixed volume support for non-ipod image paths
	* ipod-device.c: Added volume support for non-ipod image paths

2005-06-14 Aaron Bockover <aaron@aaronbock.net>

	* ipod-device: second tarball release (0.1.1)
	* ipod-device: Assigned Copyright to Novell
	* ipod-device: first tarball release (0.1)
	* ipod-device.c: ipod_device_save() now writes DeviceInfo file
	* ipod-device.c: device-name, user-name, host-name properties now
	read/write
	* ipod-device.c: ipod_device_rescan_disk() recalculates disk usage

2005-06-13 Aaron Bockover <aaron@aaronbock.net>

	* ipod-device.c: Added directory scanning for sizing, now have the
	"volume-used" and "volume-available" properties working.

2005-06-12 Aaron Bockover <aaron@aaronbock.net>

	* ipod-device: 0.1 First Release
	* ipod-device: autobuild system for library
	* ipod-device: First ChangeLog entries

