-------------------------------------------------------------------
Mon Aug 14 10:41:48 CEST 2006 - dkukawka@suse.de

- updated to current HAL git HEAD (v0.5.8_git20060814)
- added patches:
  - hal-fix-util_compute_time_remaining_warning_highTime.diff:
    patch to reduce flooding syslog with warnings about high
    remaining battery time. 
  - hal-add-cpufreq_addon.diff: added patch from Holger Macht
    <hmacht@suse.de> to handle cpufreq via HAL

-------------------------------------------------------------------
Thu Aug 10 19:27:53 CEST 2006 - thoenig@suse.de

- fix typo in rc.hal:  s/ceckproc/checkproc 

-------------------------------------------------------------------
Mon Aug  7 17:58:01 CEST 2006 - dkukawka@suse.de

- disables following patches for STABLE/SL10.2Alpha3, they cause a 
  segmenatation fault in the STABLE tree:
  - hal-performance-properties2.diff
  - hal-performance-properties_fix_compiler_warnings.diff 

-------------------------------------------------------------------
Mon Aug  7 16:09:15 CEST 2006 - dkukawka@suse.de

- disabled SLE10 specific patch for DBUS

-------------------------------------------------------------------
Sun Aug  6 18:34:12 CEST 2006 - dkukawka@suse.de

- updated to current HAL git HEAD (v0.5.8_git20060807)
  --> this should fix HAL crash if CD/DVD volume removed 
- removed upstream gone patches:
  - hal-add-set_proc_title_to_addons.diff
  - hal-fix-compiler-warnings.diff
- added new patches:
  - hal-add-standby-support.diff: added support and methodes for
    standby (S1)

-------------------------------------------------------------------
Wed Aug  3 18:47:19 CEST 2006 - dkukawka@suse.de

- updated to upstream HAL git HEAD (v0.5.8_git20060803)
  --> take a look at the NEWS file and Changelog, way too many
      changes since last HAL version 0.5.6  
  --> NOTE: hal requires now libvolume_id and PolicyKit
  --> updated rc script for service policykitd
- removed upstream gone patches:
  - hal-update-copyright_header.diff
  - hal-fix-mount_script_v4.diff
  - hal-change-scriptpath.diff
  - hal-fix-addon_acpi_dbus_error.diff
  - hal-fix-lshal_dbus_error.diff
  - hal-fix-mount_cleanup_mountpoints_v3.diff
  - hal-fix-mount_umount_only_by_hal_mounted_v2.diff
  - hal-fix-mount_options_noexec.diff
  - hal-fix-mount_script_fstab_check.diff
  - hal-fix-map_chassitype_to_formfactor_v2.diff
  - hal-fix-get_prober_serial.diff
  - hal-add-usb-music_players_to_fdi_v2.diff
  - hal-fix-apm_remaining_time.diff
  - hal-fix-nfs_stall_block_hald.diff
  - hal-fix-CD_DVD-capability.diff
  - hal-add-debug_to_syslog_probing_v2.diff
  - hal-fix-probe_smbios_parse_bug172204.diff
  - hal-fix_workaround_libhal-strage_get_volume_size.diff
  - hal-fix-memoryleak_libhal-storage_185032.diff
  - hal-fix-memoryleak_libhal-libhal-storage_187108.diff
- updated/ported patches to apply against git:
  - hal-add-wacom_tabletPC_setserial.diff
  - hal-performance-pci_ids_v2.patch (+fix for compiler warnings)
  - hal-performance-properties1.diff
  - hal-performance-properties2.diff
  - hal-fix-mount_options.diff
  - hal-fix-apm-poll_battery_reduce_events.diff
- new patches:
  - hal-performance-properties_fix_compiler_warnings.diff: fixed 
    compiler warnings in hal-performance-properties*.diff
  - hal-fix-compiler-warnings.diff: fixed some compiler warnings 
    (warn_unused_result and format issues)
  - hal-back_to_dbus_0.6.0.diff: only on SLE10 to aviod dbus update 

-------------------------------------------------------------------
Mon Jul 17 16:48:18 CEST 2006 - dkukawka@suse.de

- fixed bugs:
  - bug #187012: fixed start() and stop() in rchal 
- added patches:
  - hal-fix-memoryleak_libhal-libhal-storage_187108.diff: fixed 
    bug #187108 to close an other memory leak in the libs related 
    to usage of DBusError
  - hal-fix-mount_options_vfat.diff: fix bug #192993, add fmask and
    dmask to vfat mount options

-------------------------------------------------------------------
Sun Jun 18 21:05:48 CEST 2006 - dkukawka@suse.de

- added patch:
  - hal-fix-memoryleak_libhal-storage_185032.diff: fixed bug 
    #185032 to close memory leaks in libhal-storage. Changed libhal
    *_free() functions to set pointer to NULL after freed the 
    pointer.

-------------------------------------------------------------------
Mon Jun 12 05:53:57 CEST 2006 - dkukawka@suse.de

- added patch:
  - hal-fix-umount-pcmcia_storage_devices.diff: fixed bug #181557
    fixed umount pcmcia storage devices if device is removed 
    without user called umount

-------------------------------------------------------------------
Fri Jun  2 14:48:59 CEST 2006 - dkukawka@suse.de

- added patch:
  - hal-fix-mount-umount_172870.diff: fixed bug #172870 to allow
    user umount floppy if in fstab

-------------------------------------------------------------------
Mon May 22 16:35:12 CEST 2006 - dkukawka@suse.de

- added patch:
  - hal-fix-memoryleak_libhal-storage_backported_177427.diff: fix
    backported to close memory leak if use libhal-storage (see:
    bug #177427)

-------------------------------------------------------------------
Fri May 19 16:18:29 CEST 2006 - dkukawka@suse.de

- added patches:
  - hal-fix-mount_device_fstab_with_user_option_172870.diff: fix
    for bug #172870 to allow mount partitions which are in fstab
    with option user
  - hal-fix_workaround_libhal-strage_get_volume_size.diff: fix for
    bug #177078 to workaround devices which return wrong BLKSSZGET
    values. If now the value from (block_size * num_blocks) is 
    bigger than the value from sysfs we use the sysfs value. 

-------------------------------------------------------------------
Thu May  4 15:12:32 CEST 2006 - dkukawka@suse.de

- added patches:
  - hal-add-debug_to_syslog_probing_v2.diff: add debug to syslog 
    for prober and addons for better debugging and maintenance
  - hal-fix-probe_smbios_parse_bug172204.diff: fix bug #172204
    replaced sizeof(char *) with strlen(char *)
- updated patches:
  - hal-add-wacom_tabletPC.diff: fixed compiler warning

-------------------------------------------------------------------
Wed May  3 15:29:34 CEST 2006 - dkukawka@suse.de

- removed and merged patches:
  - merged system.formfactor patches together to:
    hal-fix-map_chassitype_to_formfactor_v2.diff
- added patches:
  - hal-fix-int-size-for-alignment-error-01.patch: fix for #146237
  - hal-fix-mount_on_dev_wo_media_check_support.diff: 
    fix for #164327 

-------------------------------------------------------------------
Wed May  3 12:02:26 CEST 2006 - thoenig@suse.de

- fix detection for system.formfactor (b.n.c #169161) 

-------------------------------------------------------------------
Wed May  3 10:01:01 CEST 2006 - olh@suse.de

- add hal-vio-bus.patch to allow CD/DVD install
  handle bustype vio as found in IBM iSeries and pSeries LPAR
  (167629 / 163971 - LTC21953 / 167137 - LTC23229)

-------------------------------------------------------------------
Tue Apr 25 14:02:38 CEST 2006 - dkukawka@suse.de

- activated patch:
  - hal-performance-properties2.diff: only for SLES/SLED 10

-------------------------------------------------------------------
Sat Apr 15 21:18:56 CEST 2006 - dkukawka@suse.de

- added patch:
  - hal-fix-CD_DVD-capability.diff: fixed detection of CD/DVD 
    drive capabilities, added support for DVD+RW DL, fixed detect
    DVD-RW (see bug #167101)
  - hal-performance-properties2.diff: added patch from Ihno 
    Krumreich for a better performance (~30%) by use splay_tree
    from gcc (see bug #146977) --> patch is in the source but not
    in the package atm, need more testing.
  - hal-fix-apm-poll_battery_reduce_events.diff: fixed apm battery
    polling, now emit remainig time only ever minute instead 
    with each change every two seconds. This should reduce load
    on the dbus-daemon with (k)powersave (see bug #157905)

-------------------------------------------------------------------
Wed Apr  5 15:06:26 CEST 2006 - dkukawka@suse.de

- moved addons and prober to %_libexecdir/hal
- fixed patch:
  - hal-fix-storage-policy-fixed-drives.diff: added to Makefile.am 
    see bug #155682
- added patches:
  - hal-fix-mount-sanitze-mountpoint.diff: fix from lnussel for 
    bug #157626

-------------------------------------------------------------------
Mon Mar 27 09:14:00 CEST 2006 - dkukawka@suse.de

- added patches:
  - hal-fix-mount_159475.diff: see bug #159475
  - hal-fix-pcmcia_storage.diff: backported from CVS HEAD, fix 
    RH bug #185557
- updated patches:
  - hal-fix-mount_script_v4.diff: fixed typo

-------------------------------------------------------------------
Wed Mar 22 16:37:30 CET 2006 - kukuk@suse.de

- Remove not needed pciutils from BuildRequires

-------------------------------------------------------------------
Mon Mar 20 18:56:27 CET 2006 - dkukawka@suse.de

- added patches:
  - hal-add-wacom_tabletPC_setserial.diff: added fdi and callout
    to set the serial port for (wacom) tablet devices on TabletPCs
- updated patches:
  - hal-fix-mount_cleanup_mountpoints_v3.diff: fixed whitespaces
    see bug #158579

-------------------------------------------------------------------
Mon Mar 13 13:09:47 CET 2006 - dkukawka@suse.de

- added patches:
  - hal-fix-nfs_stall_block_hald.diff: don't stat nfs mounts to
    avoid hang up on stale nfs mounts.
  - hal-performance-properties.diff: patch from Ihno Krumreich for
    better performance releated to get/read properties (+ ~30%)
- updated patches: 
  - hal-add-usb-music_players_to_fdi_v2.diff: added some more 
    USB music player 

-------------------------------------------------------------------
Wed Mar  8 21:28:32 CET 2006 - dkukawka@suse.de

- added patches:
  - hal-fix-storage-policy-fixed-drives.diff: patch from RedHat to
    fix g-v-m to ignore fixed disks (see bug #154381)
  - hal-add-usb-music_players_to_fdi.diff: added several new usb
    mp3 player to fdi-file for better support in Banshee backported
    from HAL CVS HEAD
  - hal-fix-apm_remaining_time.diff: remove remaining_time 
    property if value is <=0 as like as on ACPI

-------------------------------------------------------------------
Thu Mar  2 15:54:43 CET 2006 - seife@suse.de

- move acpid from "Required-Start" to "Should-Start" in rc.hal
  APM machines can live well without acpid.

-------------------------------------------------------------------
Tue Feb 28 09:47:32 CET 2006 - dkukawka@suse.de

- updated/fixed patches:
  - hal-add-wacom_tabletPC.diff: fixed problems with detect 
    Fujitsu Serial Tablet on FSC P1510 and ST502x)

-------------------------------------------------------------------
Mon Feb 27 17:50:29 CET 2006 - dkukawka@suse.de

- added patches:
  - hal-fix-get_prober_serial.diff: allow call serial prober only 
    for ttyS* devices (see bugs #146152, #148862)
- updated/fixed patches:
  - hal-fix-cleanup_mountpoints_v2.diff: fixed #148647 for 64bit
  - hal-fix-umount_only_by_hal_mounted_v2.diff: related to 
    changes for cleanup mount points  

-------------------------------------------------------------------
Mon Feb 20 15:23:39 CET 2006 - dkukawka@suse.de

- added patches:
  - hal-fix-mount_script_fstab_check.diff: from Ludwig Nussel to
    check fstab, fix bug #147302
  - hal-fix-udev-clean_buffer.diff: backported from HEAD to clean
    the buffer for udev (see bug #151756)

-------------------------------------------------------------------
Fri Feb 17 12:58:09 CET 2006 - dkukawka@suse.de

- added patches:
  * hal-change_to_hashtables.patch: experimental and not correct
    patch for testing (see bug #146977). Patch is not included
    in the rpm, only in the source. 

-------------------------------------------------------------------
Tue Feb 14 16:23:10 CET 2006 - aj@suse.de

- Reduce BuildRequires.

-------------------------------------------------------------------
Mon Feb 13 17:03:37 CET 2006 - dkukawka@suse.de

- added patches:
  * hal-performance-pci_ids.patch: patch from Ihno Krumreich for
    better performance with read pci ids. 
  * hal-fix-mount_options_noexec.diff: removed noexec hardcoded
    option from script (see bug #150172)

-------------------------------------------------------------------
Sun Feb 12 18:32:15 CET 2006 - dkukawka@suse.de

- added patches:
  * hal-fix-map_chassitype_to_formfactor.diff: fix set property
    system.formfactor from smbios, see bug #149976

-------------------------------------------------------------------
Fri Feb 10 20:51:34 CET 2006 - dkukawka@suse.de

- added patches:
  * hal-fix-cleanup_mountpoints.diff: added call cleanup script
    before create new mount points to prevent not used and new
    created mountpoints (bug #148647)
  * hal-fix-umount_only_by_hal_mounted.diff: from cvs-head,
    allow only umount volumes, mounted via HAL (bug #147302)
- updated patches:
  * hal-add-wacom_tabletPC.diff: added new Tablet PCs to the list
    (Fujitsu Serial Tablet and Wacom device with FSC pnp-id from
    FSC Stylistic ST502x) 

-------------------------------------------------------------------
Sat Feb  4 19:04:46 CET 2006 - dkukawka@suse.de

- added patches:
  * hal-change-scriptpath.diff: to change the scipt dir to more 
    FHS consistent dir/path $LIBDIR
  * hal-fix-addon_acpi_dbus_error.diff: to prevent dbus error 
    messages if a error was returned, free the error befor reuse
    see bug #146498
  * hal-fix-lshal_dbus_error.diff: see addon-acpi fix and #145387

-------------------------------------------------------------------
Fri Feb  3 13:47:37 CET 2006 - dkukawka@suse.de

- added patch to add pseudo devices to hal to debug/test bug 
  #146977 (from Kay Sievers)
- fixed bug #147978: updated to hal-fix-mount_script_v4.diff

-------------------------------------------------------------------
Thu Feb  2 21:06:54 CET 2006 - dkukawka@suse.de

- fixed bugs:
  - #145147: hal-fix-SG_IO_bug145147.diff
  - #145146: changed version-release check from spec file to
             version check
  - #145851: hal-fix-mount_script_v3.diff (added 'flush' to vfat 
             and 'data=' to ext3 allowed mount options)

-------------------------------------------------------------------
Fri Jan 27 01:43:33 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Mon Jan 23 22:06:12 CET 2006 - dkukawka@suse.de

- fixed patch for the mount script

-------------------------------------------------------------------
Mon Jan 23 17:26:17 CET 2006 - dkukawka@suse.de

- fixed bug #141228 with patch from Kay Sievers to add scsi.type,
  scsi.vendor and scsi.model (hal-add-scsi-type.diff)

-------------------------------------------------------------------
Thu Jan 19 11:08:42 CET 2006 - meissner@suse.de

- use -fstack-protector.

-------------------------------------------------------------------
Mon Jan 16 23:13:55 CET 2006 - dkukawka@suse.de

* updated to new release 0.5.6, for changes see Changelog of the 
  package (note: this is the same as the upcomming official 
  release excluding the NEWS file)
* removed upstream gone patches:
  - hal-fix-compiler_warn_unused_result.diff 
* removed no longer needed patch:
  - hal-dbus.conf_deny_ShutdownReboot.diff (but we need a way to
    respect settings of KDM/GDM under GNOME)
* updated patches:
  - hal-update-copyright_header.diff (partly commited)

-------------------------------------------------------------------
Tue Jan 10 10:18:47 CET 2006 - dkukawka@suse.de

* updated to new cvs version (0.5.6_CVS_20060110), for changes see
  Changelog of the package 
* with this version fixed bugs:
  - #141228 added generic scsi devices to hal, by Kay Sievers
* added patches:
  - hal-fix-compiler_warn_unused_result.diff 
* removed upstream gone patches:
  - hal-fix-mount_script_dryrun.diff
  - hal-fix_broken_TEAC_CD-R55S.diff
  - hal-fix-TYPE_RBC_fd.o_bug5158.diff
  - hal-lshal-add_error_message.diff
  - hal-lshal-remove_unneeded_code.diff
  - hal-fix-acpi_battery_capacity_state.diff

-------------------------------------------------------------------
Tue Dec 20 12:48:52 CET 2005 - ro@suse.de

- remove unpackaged symlink from buildroot 

-------------------------------------------------------------------
Wed Dec 14 16:37:54 CET 2005 - dkukawka@suse.de

* updated to new cvs version (0.5.6_CVS_20051214), for changes see
  Changelog of the package
* added patch(es): 
  - hal-dbus.conf_deny_ShutdownReboot.diff (deny access to HAL 
    methodes Shutdown and Reboot)
  - hal-fix-mount_script_dryrun.diff (remove nonsense)
* removed upstream gone patches:
  - hal-fix-fdi_make_dist.diff

-------------------------------------------------------------------
Mon Dec 12 19:44:23 CET 2005 - dkukawka@suse.de

* updated to new cvs version (0.5.6_CVS_20051212), for changes see
  Changelog of the package
* added patche(s):
  - hal-fix-mount_script_v2.diff  
  - hal-fix-fdi_make_dist.diff (fix make distcheck, directly 
    included in the src)

-------------------------------------------------------------------
Fri Dec  9 21:38:43 CET 2005 - dkukawka@suse.de

* updated to new cvs version (0.5.6_CVS_20051209), for changes see
  Changelog of the package
* added patch(es):
  - hal-lshal-add_error_message.diff
  - hal-lshal-remove_unneeded_code.diff
  - hal-update-copyright_header.diff

-------------------------------------------------------------------
Mon Dec  5 17:43:17 CET 2005 - dkukawka@suse.de

* updated to new cvs version (0.5.6_CVS_20051205), for changes see
  Changelog of the package
* added patch(es):
  - hal-fix-acpi_battery_capacity_state.diff (fix missing battery 
    property and fix hal spec)
* removed upstream gone patches:
  - hal-fix_hal-device-manager.diff
  - hal-fix_mount_point_for_dvdrecorder.diff
  - hal-fix_tools_scripts.diff
  - hal-fix_tools_scripts_path.diff
* changed permissions of the hal-udev rule to 644

-------------------------------------------------------------------
Tue Nov 29 14:10:01 CET 2005 - dkukawka@suse.de

* updated to new cvs version (0.5.6_CVS_20051129), for changes see
  Changelog of the package
* added patches:
  - hal-fix-TYPE_RBC_fd.o_bug5158.diff (add TYPE_RBC from kernel
    2.6.14 as disk)
  - hal-fix_broken_TEAC_CD-R55S.diff 
* added udev rule for connect HAL via socket instead of fork HAL 
  helper

-------------------------------------------------------------------
Wed Nov 23 19:27:15 CET 2005 - dkukawka@suse.de

* updated to new cvs version (0.5.6_CVS_20051121), for changes see
  Changelog of the package
* updated patches:
  - hal-make-cdroms_USBFloppy-mountable_v2.diff (fix the matches
    and prevent mountpoint idedisk for cdrom's)
* added patches:
  - hal-fix_hal-device-manager.diff (to install hal-device-manager
    only one time)
  - hal-fix_mount_point_for_dvdrecorder.diff (fix mount points for
    dvd recorder)
  - hal-fix_tools_scripts.diff (added checks for environment 
    variables and fix some error messages)
  - hal-fix_tools_scripts_path.diff (move scripts to 
    $datadir/hal/scripts to remove the from root-user PATH)

-------------------------------------------------------------------
Sun Nov 13 21:30:36 CET 2005 - dkukawka@suse.de

* updated to new cvs version (0.5.5_CVS_20051113), for changes see
  Changelog of the package
* removed upstream gone patches:
  - hal-fix-addon_acpi_for_acpid.diff

-------------------------------------------------------------------
Fri Nov  4 02:17:59 CET 2005 - dkukawka@suse.de

* updated to new cvs version (0.5.5_CVS_20051104), for changes see
  Changelog of the package
* removed upstream gone patches:
  - hal-add_version_option.diff
  - hal-eject-button-02.patch (from Kay Sievers)
  - hal-fix-logger_for_daemon.diff
  - hal-workaround_is_mounted.diff
* updated patches:
  - hal-fix-addon_acpi_for_acpid.diff
* fixed bug #132279: add policy keys to handle USB floppy drives
  (hal-make-cdroms_USBFloppy-mountable.diff)
* removed selinux support, because we don't need this atm

-------------------------------------------------------------------
Tue Oct 25 23:29:41 CEST 2005 - dkukawka@suse.de

* updated to new cvs version (0.5.5_CVS_20051025) and changed 
  version format to VERSION_CVS_YYYYMMDD --> should prevent
  conflicts with other versions
* added patches:
  - hal-workaround_is_mounted.diff (to fix problems with detect
    mount status from /proc/mounts with voluntary preemption)
  - hal-fix-logger_for_daemon.diff (added commandline option to
    log to syslog instead of stderr to enable logging if HAL runs 
    as daemon)
  - hal-add_version_option.diff (added --version to hald)
  - hal-eject-button-02.patch (from Kay Sievers: add signal if
    CD/DVD-Drive eject button is pressed)
* removed upstream gone patches:
  - hal-add-update_pnp_ids.diff
  - hal-fix-configure_libusb.diff
  - hal-fix-seqfault_if_addon_missing.diff
  - hal-fix-remove_blacklisted_HL-DT-STCD-RW.diff
  - hal-fix-is_laptop_and_APM.diff (fixed APM and set depending
    on ACPI/APM battery and/or ACPI LID system.formfactor to
    laptop, see bug #128072)

-------------------------------------------------------------------
Thu Oct 20 22:51:53 CEST 2005 - dkukawka@suse.de

* added patches:
  - updated PNP ID list (hal-add-update_pnp_ids.diff)
  - removed PNP ID list changes in hal-add-wacom_tabletPC.diff 
  - added info about libusb support for addon-usb-csr to display 
    whether the addon is compiled (hal-fix-configure_libusb.diff)
* added *.la files to devel package, because of warnings

-------------------------------------------------------------------
Wed Oct 19 13:30:47 CEST 2005 - dkukawka@suse.de

* updated to new cvs version (0.5.5_CVS_19102005)
* added patches:
  - fixed bug #128696: fixed segfault if a called addon is missing
    (hal-fix-seqfault_if_addon_missing.diff)
  - fixed bug #127965: removed deprecated blacklist entry
    (hal-fix-remove_blacklisted_HL-DT-STCD-RW.diff)
  - fixed reconnect to acpid-socket if acpid is not running on
    startup of hald-acpi-addon (hal-fix-addon_acpi_for_acpid.diff)
* fixed bug #118712 in hal init script: removed cron from 
  'Required-Start:'
* removed upstream gone patches:
  - hal-acpi_reconnect.diff      
  - hal-fix-storage.policy_for_musicplayers.diff  
  - hal-fixes_backported_from_HEAD.diff
  - hal-fix-acpi_reconnect.diff

-------------------------------------------------------------------
Thu Oct 13 14:12:28 CEST 2005 - dkukawka@suse.de

- fix for bug #121913
  * added libusb and resmgr to needforbuild to build the missing 
    hald-addon-usb-csr in the package

-------------------------------------------------------------------
Tue Oct 11 18:22:43 CEST 2005 - dkukawka@suse.de

- fixed bug #117964
  * changed check for failed read, now all events are forward to
    HAL daemon
  * changed time to wait for retry connect to acpid from 1 to 3 
    seconds

-------------------------------------------------------------------
Sun Sep 18 11:55:36 CEST 2005 - kukuk@suse.de

- Remove unused libcap from nfb

-------------------------------------------------------------------
Mon Sep 12 15:26:52 CEST 2005 - dkukawka@suse.de

- addon-acpi.c: changed code to remove backward goto jump
- added acpid to Required-Start in the rc script to be sure that
  acpid is running and to prevent races (related to #116445) 

-------------------------------------------------------------------
Mon Sep 12 13:31:23 CEST 2005 - thoenig@suse.de

- addon-acpi.c now reconnects to acpid if acpid gets restarted
  (closes #116445)
- addon-acpi.c now bails out if /proc/acpi is missing at all

-------------------------------------------------------------------
Tue Sep  6 12:55:16 CEST 2005 - dkukawka@suse.de

- fixed return values for rchal start to be LSB conform (#115385) 

-------------------------------------------------------------------
Fri Sep  2 15:27:10 CEST 2005 - dkukawka@suse.de

- fixed bug #113966 
  * added patch hal-fix-storage.policy_for_musicplayers.diff to
    remove storage policy breaking and useless keys from fdi file.
- added new archive with:
  * new translation files
  * fixed Makefile to add 15-storage-luks.fdi to the package with
    'make dist'
- backported some litte fixes from HEAD:
  *  Fix up a bug where the script for a method call returns 
     garbage and we pass that to dbus_message_new_error which then 
     fails.
  *  Fix is needed to get a correct ccwgroup.lcs.portnumber
     property, since the underlying portno sysfs attribute is 
     decimal, not binary. Patch from Cornelia Huck 
     <cohuck@de.ibm.com>.
  *  some documentation fixes

-------------------------------------------------------------------
Fri Sep  2 12:49:01 CEST 2005 - ro@suse.de

- Provide hotplugctl as well to really fix (#112953) 

-------------------------------------------------------------------
Sun Aug 28 00:19:36 CEST 2005 - ro@suse.de

- Obsolete hotplugctl [#112953] (Again!)

-------------------------------------------------------------------
Fri Aug 26 22:32:59 CEST 2005 - dkukawka@suse.de

* updated to current release 0.5.4, Released August 26, 2005
  for more information about changes, read News file
- removed upstream gone patches:
  - hal-fix-callouts-01_kay.diff
  - hal-fix-invalid_utf8_volume_label.diff

-------------------------------------------------------------------
Fri Aug 26 09:15:09 CEST 2005 - dkukawka@suse.de

- fixed bug #105914:
  * patch from Kay Sievers: With this patch HAL skips failing 
    callouts in the execution list instead of waiting in the 
    mainloop to be killed

-------------------------------------------------------------------
Thu Aug 25 19:58:29 CEST 2005 - dkukawka@suse.de

* updated to new cvs version (pre0.5.4)
- removed upstream gone patches:
  * hal-fix-input-joystick.diff
  * hal-fix-hybrid_CDs.diff
  * hal-add-advanced_medium_detect-spec.diff
  * hal-fix-usb_pda_palm_hotsync_t5m130VisorClieSJ22.diff 
- removed patches:
  * hal-fix-ACPI_seqfault.diff
  * hal-add-advanced_medium_detect.diff 
- fixed bug #105445:
  * added patch (hal-fix-invalid_utf8_volume_label.diff) to check 
    and fix utf8 invalid volume label names
- updated translation files

-------------------------------------------------------------------
Mon Aug 22 18:08:28 CEST 2005 - dkukawka@suse.de

* updated to new cvs version (pre0.5.4)
- removed upstream gone patches:
  * hal-fix-usb_pda_palm_hotsync.diff
  * hal-fix-util.c_percentage.diff
  * hal-fix-configure_for_translations.diff
- added patches:
  * hal-fix-ACPI_seqfault.diff 
  * hal-add-advanced_medium_detect.diff (patch from ervin@kde.org 
    and fixed/reworked by dkukawka@suse.de)

-------------------------------------------------------------------
Sat Aug 20 22:32:07 CEST 2005 - dkukawka@suse.de

- added patch:
  - hal-fix-hybrid_CDs.diff (fix for bug #105643) 

-------------------------------------------------------------------
Sat Aug 20 20:06:44 CEST 2005 - dkukawka@suse.de

* updated to current cvs version (pre0.5.4)
- added patches:
  - hal-fix-usb_pda_palm_hotsync.diff (bug #104426)
  - hal-fix-util.c_percentage.diff
  - hal-fix-configure_for_translations.diff (fix to get all 
    localisations in the rpm) 
- fixed bug #105285 removed /etc/dev/* from spec file

-------------------------------------------------------------------
Sat Aug 13 04:39:11 CEST 2005 - dkukawka@suse.de

* updated to new cvs version (pre0.5.4)
  - changes:
    * sync volume_id with the udev version (by Kay Sievers) 

-------------------------------------------------------------------
Thu Aug 11 21:07:29 CEST 2005 - dkukawka@suse.de

* updated to new cvs version (pre0.5.4)
- removed upstream gone patches:
  * hal-fix-poll_bat.last.full.diff
  * hal-fix-normalise_last_full.diff
  * hal-fix-remove_battery.diff
  * hal-fix-normalise_with_unknown_values.diff
  * hal-fix-key_if_battery_isfull_v3.diff
  * hal-fix-udi_for_volumelabel.diff
- removed patches where an other solution upstream added:
  * hal-add-addon_acpi_options_v2.diff
  * hal-suse-only_use_acpid.diff
- added new patche (pushed upstream):
  * hal-add-wacom_tabletPC.diff for Tablet PC (Wacom based) support
- remove /etc/hotplug,d/* udev rule since /etc/hotplug,d/ is 
  'dead'
- changed from /etc/init.d/hal to /etc/init.d/haldaemon to be
  LSB conform in the future since haldeamon is requested name for 
  LSB init script at lanana.org 

-------------------------------------------------------------------
Thu Aug 11 10:42:21 CEST 2005 - dkukakwa@suse.de

- added patches to fixed bug #103787:
  * hal-fix-poll_bat.last.full.diff
  * hal-fix-normalise_last_full.diff
  * hal-fix-remove_battery.diff
  * hal-fix-normalise_with_unknown_values.diff
- added other patches:
  * hal-fix-udi_for_volumelabel.diff

-------------------------------------------------------------------
Fri Aug  5 13:06:25 CEST 2005 - dkukawka@suse.de

- updated to current cvs version (pre0.5.4)
  - removed patches (gone upstream):
    - hal-add-ALSA_OSS_devices.diff

-------------------------------------------------------------------
Wed Aug  3 11:44:22 CEST 2005 - dkukawka@suse.de

 updated to cvs version (pre0.5.4)
- added new patch:
  - hal-add-addon_acpi_options_v2.diff (out of tree) 
  - hal-suse-only_use_acpid.diff (now HAL use only acpid)
  - hal-fix-input-joystick.diff (fix wrong detection 
    of joysticks as input.tablet instead of input.joystick) 
- reworked hal-add-ALSA_OSS_devices.diff:
  - added ALSA global sequencer device
- removed patches (gone upstream):
  - hal-fix_prevent_wrong_UDI.diff 
  - hal-DVD+R_DL.diff
  - hal-acpi_battery.diff
  - hal-fix-DVD+R_rewriteable.diff
  - hal-fix-FSF_address.diff
  - hal-fix-LibHalContext.diff
  - hal-fix-UDI_for_empty_CD-DVD.diff
  - hal-fix-cleanup_warnings.diff
  - hal-fix-doxygen_code_doc_NULL.diff
  - hal-fix_typo_for_translation.diff
  - hal-make-cdroms-mountable.diff
- removed broken patch:
  - hal-add_lsb_release_v1.diffi (bug #100097)
- removed befor backported patches:
  - hal-deviceManager-fix-autorefresh.diff 
  - hal-fix-linux_types.diff 

-------------------------------------------------------------------
Sat Jul 30 17:04:23 CEST 2005 - dkukawka@suse.de

- reworked hal-add-ALSA_OSS_devices.diff, set timer and sequencer
  as global devices without a physical ALSA/OSS device
- fixed bug #99168 for ppc
- added new patches:
  - hal-fix-FSF_address.diff 
  - hal-fix_typo_for_translation.diff 
  - hal-fix-UDI_for_empty_CD-DVD.diff
  - hal-fix_prevent_wrong_UDI.diff 
- added patches from cvs and ML:
  - hal-deviceManager-fix-autorefresh.diff 
  - hal-add_lsb_release_v1.diff (to provide LSB info, reworked) 
- merged compiler warning pathes  

-------------------------------------------------------------------
Wed Jul 27 00:18:03 CEST 2005 - dkukawka@suse.de

- changed OSS devices from alsa.* keys to oss.* keys and fixed
  sound_compute_udi() to generate udi's also for OSS devices 

-------------------------------------------------------------------
Mon Jul 25 23:16:12 CEST 2005 - dkukawka@suse.de

- added patch from David Zeuthen to add alsa.device_file for alsa
  and oss devices and merged this with patch for 'ALSA OSS Device
  detection'

-------------------------------------------------------------------
Mon Jul 25 21:40:52 CEST 2005 - dkukawka@suse.de

- added patch to build on x86_64 (to fix "previous declaration of 
  'int64_t'") 

-------------------------------------------------------------------
Sat Jul 23 05:43:18 CEST 2005 - dkukawka@suse.de

- added ALSA OSS Device detection to hal (see bug #87152)

-------------------------------------------------------------------
Fri Jul 22 14:53:34 CEST 2005 - dkukawka@suse.de

- fixed libhal/libhal-storage to prevent seg-faults if call a 
  function with param LibHalContext *ctx == 0/NULL
- fixed some compiler warnings
- fixed DVD+R and DVD+R DL rewritable detection/key to FALSE
- added patch to allow mount CD/DVD volumes through callout
  hald-block-subfs

-------------------------------------------------------------------
Sun Jul 17 15:12:36 CEST 2005 - dkukawka@suse.de

- added --retain-privileges to rc.hal to run hal full as root
- added fix for more information about ACPI batteries
- added fix to dectect DVD+R Dual Layer write support (patch is
  upstream in the next version) 

-------------------------------------------------------------------
Wed Jul 13 10:15:35 CEST 2005 - thoenig@suse.de

- HAL 0.5.3

- new binary `hal-find-by-capability`

- Removed patches:

  * hal-device-manager-fix-empty-properties.diff (fixed upstream)
  * hal-makefile-fix-doc-path.diff (replaced by --with-doc-dir)
  * hal-addon_storage_execl.diff (fixed upstream)
  * hal-device.dif (fixed upstream)
  * hal-no_pgoff_t.diff (obsolete)
  * hal-utils_64bit.diff (obsolete)

- Upstream changes:

   * hal-find-by-capability and hal-find-by-property tools
   * Fix some of the bugs from johnp's port of h-d-m
   * Trigger rescan of ACPI objects when receiving events
   * Fix key for storage.cdrom.dvdram 
   * Don't use sync as part of the normal mount option policy
   * Update fstab-sync man page
   * Fix a bug in hal_property_new_string
   * Fix --help output
   * Detect DVD+R DL media 
   * Add empty Solaris backend and fix build for Solaris
   * Support various S390 devices
   * Prepare hald to work with newer udev versions
   * Unify various error handling functions
   * Add infrastructure + tools to populate the hal db
   * Fixup MMC storage cards drive type on MMC bus
   * Handle case where the battery life is degrading
   * Make libhal_ctx_init() fail if hald is not running
   * New translations: nb, es

-------------------------------------------------------------------
Fri Jul  1 11:44:19 CEST 2005 - snwint@suse.de

- implement libhal_agent_* api (to create & remove devices)
- added small tool using the above (hal-device)

-------------------------------------------------------------------
Wed May 18 14:52:42 CEST 2005 - schwab@suse.de

- Fix spelling in Short-Description in rc file.

-------------------------------------------------------------------
Fri May 13 11:48:29 CEST 2005 - dkukawka@suse.de

- update to new version 0.5.2 

-------------------------------------------------------------------
Thu Apr 28 08:34:58 CEST 2005 - dkukawka@suse.de

- update to new version 0.5.1 

-------------------------------------------------------------------
Thu Apr 21 15:42:25 CEST 2005 - dkukawka@suse.de

- changed Short-Description in rc file (bug #79284) 

-------------------------------------------------------------------
Wed Apr 20 12:45:11 CEST 2005 - thoenig@suse.de

- HAL 0.5.0 (in combination with D-BUS 0.33 because of D-BUS ABI
  changes)
- spec file cleanup 
- added patches: 
   * hal-addon_storage_execl.diff (added NULL as last argument)
   * hal-utils_64bit.diff (cast to compile clean on 64bit)
- updated patches:
   * hal-no_pgoff_t.diff: added more  pgoff_t  defines
- removed patches:
   * hal-makefile-fix-pycompile.diff (obsolete)
   * hal-makefile-fix-libsysfs_fromsystem.diff
   * hal-hald-fix-errormessage_kernelmodule.diff
   * hal-hald-workaround_init_d-bus.diff
   * hal-gphoto.diff
   * hal-addon_ipod-fdipolicy.diff
   * hal-duplicated_devices.diff (already upstream)
   * hal-memory_leak_fix.diff (already upstream)
   * hal-make-cdroms-mountable.diff
   * hal-fix-floppy-sysfs-path.diff
   * hal-make-floppys-mountable.diff
   * hal-disable-sata-cdrom-polling.diff (obsolete)
   * hal-sata_support.diff 
- updated list of authors in pdb

-------------------------------------------------------------------
Tue Apr 19 01:58:35 CEST 2005 - ro@suse.de

- help configure trying to find BLKGETSIZE64 

-------------------------------------------------------------------
Wed Mar 23 21:59:49 CET 2005 - thoenig@suse.de

- added SATA support (closes #74318)
- disable media polling for SATA CDROMs (closes #74318)

-------------------------------------------------------------------
Tue Mar 22 14:47:43 CET 2005 - adrian@suse.de

- report floppy drives as mounted (done via subfs)

-------------------------------------------------------------------
Tue Mar 22 11:02:29 CET 2005 - adrian@suse.de

- fix floppy support, sysfs path has been changed from "floppy0" 
  to "floppy.0"

-------------------------------------------------------------------
Thu Mar 17 13:44:26 CET 2005 - thoenig@suse.de

- fixed patch 'hal-make-cdroms-mountable.diff' (see #73029) to
  achieve the desired behavior.

-------------------------------------------------------------------
Wed Mar 16 15:31:46 CET 2005 - adrian@suse.de

- add should_mount properties for disc medias and use their label
  (#73029)

-------------------------------------------------------------------
Tue Mar 15 19:17:44 CET 2005 - thoenig@suse.de

- improved 'hal-duplicated_devices.diff' to detect duplicated
  devices at a earlier stage.
- added 'hal-memory_leak_fix.diff' to prevent memory leaks.  This 
  patch is taken from hal 0.5 branch:
  http://cvs.freedesktop.org/hal/hal/hald/device_info.c?rev=1.26&view=log

-------------------------------------------------------------------
Mon Mar 14 18:44:07 CET 2005 - ro@suse.de

- change dbus dependency (dbus, not rcdbus)
- fix init script name rchal -> hal 

-------------------------------------------------------------------
Mon Mar 14 15:40:57 CET 2005 - thoenig@suse.de

- added 'hal-duplicated_devices.diff' which prevents hald to add
  devices into its device store twice (closes #66641)
- renamed filenames of patches which previously contained captial
  letters
- changed init order for hal/dbus/resmgr

-------------------------------------------------------------------
Mon Mar 14 14:30:56 CET 2005 - dkukawka@suse.de

- removed hal from boot and added to runlevel 3 and 5  
- changed boot.hal to rchal

-------------------------------------------------------------------
Mon Mar 14 12:35:21 CET 2005 - hvogel@suse.de

- remove hfplus part from the ipod fdi. submount knows about
  hfsplus now.

-------------------------------------------------------------------
Thu Mar 10 20:28:20 CET 2005 - dkukawka@suse.de

- added ipod fdi file see bug #71986 

-------------------------------------------------------------------
Wed Mar  9 23:49:57 CET 2005 - danny@suse.de

- fixed bug #71880, added specs to doc section of hal.rpm 

-------------------------------------------------------------------
Wed Mar  9 16:50:07 CET 2005 - dkukawka@suse.de

- moved docfiles from /usr/share/doc/packages/hal-%{VERSION}/ to
  /usr/share/doc/packages/hal/
- fixed bug #71728

-------------------------------------------------------------------
Thu Mar  3 20:32:41 CET 2005 - dkukawka@suse.de

- fixed boot.hal [see bug# 65775]

-------------------------------------------------------------------
Mon Feb 28 14:12:54 CET 2005 - adrian@suse.de

- start after resmgr daemon

-------------------------------------------------------------------
Tue Feb 22 15:03:41 CET 2005 - dkukawka@suse.de

- added python-gtk and python-gnome to 'Requires:' for hal-gnome

-------------------------------------------------------------------
Fri Feb 18 15:45:39 CET 2005 - meissner@suse.de

- Fix up libgphoto2 map handling. still not fully correct, since
  it does not handle class based cameras (0x6 usb class aka PTP).
- removed -fno-strict-aliasing, not necessary.
- devel packages do not need ldconfig (just .so links in it).

-------------------------------------------------------------------
Thu Feb 10 13:25:47 CET 2005 - dkukawka@suse.de

- workaround in haldaemon, now hald wait max. 2.5 sec for D-BUS 

-------------------------------------------------------------------
Fri Feb  4 14:36:45 CET 2005 - ro@suse.de

- added dbus-1-glib to neededforbuild 

-------------------------------------------------------------------
Thu Feb  3 18:09:20 CET 2005 - ro@suse.de

- use common macros in pre/post scripts

-------------------------------------------------------------------
Fri Jan 28 15:44:05 CET 2005 - dkukawka@suse.de

- removed --enable-verbose-mode from configure 

-------------------------------------------------------------------
Fri Jan 28 14:54:36 CET 2005 - dkukawka@suse.de

- removed load module capability from boot.hal since hal run as
  root process (module is only needed if hal run as haldaemon) 

-------------------------------------------------------------------
Fri Jan 28 14:16:11 CET 2005 - dkukawka@suse.de

- added aaa_base to requirements
- added /etc/init.d/boot.localfs to prereq
- removed fstab-sync from configure
 
-------------------------------------------------------------------
Tue Jan 25 15:28:56 CET 2005 - dkukawka@suse.de

- cleaned up requirements in spec-file
- removed --drop-privileges from  startscript. HAL now run as root
  process

-------------------------------------------------------------------
Tue Jan 25 09:15:20 CET 2005 - dkukawka@suse.de

- update to new stable version [0.4.7]
  changelog
  - Add support for PCMCIA cards if they are in sysfs (on 2.6.10-ish
    kernels)
  - Don't attempt to access page 0x80 on USB Storage Devices as the
    resulting INQUIRY crashes quite a few devices
  - Fix reporting of USB interface class
  - Make hald not crash if sysfs files are writable but not readable
  - Small h-d-m fix (Sjoerd Simons)
  - Fix a bug in libhal-storage where mount options were merged even
    though they were set to FALSE. 

-------------------------------------------------------------------
Tue Jan 25 00:18:25 CET 2005 - dkukawka@suse.de

- load kernelmodule 'capability' at start in boot.hal
- added fix for errormessage if 'capability' isn't available in
  the kernel

-------------------------------------------------------------------
Fri Jan 21 23:03:04 CET 2005 - dkukawka@suse.de

- update to new stable version [0.4.6]
  changelog:
  - Fix strange crasher in libsysfs on certain ppc platforms
  - Update local libsysfs copy to 1.2.0
  - Add compile time option to use 2.6.10 link detection features 
    rather than talking directly to the mii registers
  - Fix off by one in VFAT label probing (Kay Sievers)
  - Skip NTFS signed volume and label probing fixes (Kay Sievers)
  - Use mount option iocharset=utf8 for vfat volumes
- change Makefile to use local libsysfs

-------------------------------------------------------------------
Thu Jan 13 16:36:33 CET 2005 - dkukawka@suse.de

- update to new stable version [0.4.5] (for more info read Changelog
  of the src)
- changed position in /etc/rc.d/boot.d/, now hal start depending
  on boot.localnet and boot.dbus (this is a workaround to the 
  /var/run - cleanup is moved from boot.localnet to boot.localfs)

-------------------------------------------------------------------
Thu Jan 13 10:29:30 CET 2005 - dkukawka@suse.de

- changed startposition of hal during the boot process, hal starts 
  now depending on boot.dbus and boot.localfs

-------------------------------------------------------------------
Tue Jan 11 17:17:59 CET 2005 - dkukawka@suse.de

- fixed rc.hal 

-------------------------------------------------------------------
Tue Jan 11 09:22:52 CET 2005 - dkukawka@suse.de

- update to new stable version [0.4.4] (for more info read Changelog
  in the src)

-------------------------------------------------------------------
Mon Dec 20 16:15:25 CET 2004 - dkukawka@suse.de

- fixed Bug #49410 in rc.hal and the spec-file 

-------------------------------------------------------------------
Fri Dec 10 16:57:13 CET 2004 - hare@suse.de

- Fixed hal-display-manager to not crash if no properties
  have been received.

-------------------------------------------------------------------
Thu Dec  2 13:41:17 CET 2004 - dkukawka@suse.de

- update to new version [0.4.2] with this changes from David 
  Zeuthen <david@fubar.dk>:
  - add blacklist for not polling certain IDE slave drives as that
    decreases performance
  - Support for Linux kernels 2.6.10-rc2 and onwards
  - Only lazy unmount devices if {storage.volume}.policy.should_mount is
    TRUE - e.g. don't lazy unmount devices we don't care about
  - Support for IDE Zip and Jaz drives (treated as floppy drives)
  - Various fdi-parsing enhancements
  - Don't add 'ro' to optical drives as it prevents DVD-RAM usage
  - Support 256 partitions instead of only 16
  - small h-d-m UI bugfix (Sjoerd Simons)
  - small h-d-m UI bugfix (Bryan Clark)

-------------------------------------------------------------------
Sun Nov 14 19:57:25 CET 2004 - dkukawka@suse.de

- initial package