summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <david@fubar.dk>2005-11-14 18:37:25 +0000
committerDavid Zeuthen <david@fubar.dk>2005-11-14 18:37:25 +0000
commit5fd9f992785422e2b7f5c4382434431a5383f42f (patch)
treeabe63548accaca22fc20358b349664d050b7aaac
parentb8cacf79e98fdb73ed91ef553e21163aec907f6c (diff)
Update for 0.5.5HAL_0_5_5
Update to 0.5.5
-rw-r--r--ChangeLog6
-rw-r--r--NEWS49
-rw-r--r--configure.in4
3 files changed, 57 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 600ce769..c2157879 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-14 David Zeuthen <davidz@redhat.com>
+
+ * NEWS: Update for 0.5.5
+
+ * configure.in: Update to 0.5.5
+
2005-11-10 Danny Kukawka <danny.kukawka@web.de>
* hald/linux2/probing/Makefile.am: updated for glib
diff --git a/NEWS b/NEWS
index eb3caea4..5c2c01db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,53 @@
==========
+HAL 0.5.5 "I want you to see what he's got under his fingernails."
+==========
+
+Released November 14, 2005
+
+ - Handle invalid UTF-8 from serial numbers of storage devices (Danny Kukawka)
+ - Try reconnect to acpid (Danny Kukawka)
+ - Calculate rate when not reported (Søren Hansen, Danny Kukawka)
+ - fd.o bugs #4871, #2850, #2121, #3954, #4266, #4644, #2115,
+ #3036(Danny Kukawka, Others)
+ - Major rework of lshal (Pierre Ossman)
+ - Comment out multi-session query for optical discs (Kay Sievers)
+ - Update to from AFL 2.0 to AFL 2.1 (David Zeuthen)
+ - Prepare for 2.6.15 compatibility (Kay Sievers)
+ - Update spec some (Danny Kukawka)
+ - Card reader .fdi files (Jerome Lodewyck)
+ - Look at all netlink messages, not just the first one (Jon Nettleton)
+ - Add --version to hald (Danny Kukawka)
+ - Add some hack to work around broken and racy /proc/mounts (Danny Kukawka)
+ - Add option for using the syslog (Danny Kukawka)
+ - Support 'EjectPressed' condition for optical drives (Kay Sievers)
+ - More checks for if a system is a laptop (Danny Kukawka, Richard Hughes)
+ - Update list of PNP ID's (Danny Kukawka)
+ - Update to volume_id version 52 (Kay Sievers)
+ - Remove non-polling blacklist entry for HL-DT-STCD-RW/DVD-ROM GCC-4240N
+ since this works on Linux 2.6.13 (Danny Kukawka)
+ - Handle non-existing add-ons (Danny Kukawka)
+ - Deal with acpid restarts (Ryan Lortie)
+ - Fix fstab-sync parsing (Pascal Terjan)
+ - Work with newer dmidecode (Richard Hughes)
+ - Some serial port support and MMC storage fixes (Pierre Ossman)
+ - Fix build by not using kernel-style data types (Martin Pitt)
+ - Suspend/hibernate functionality for distros without tools (Richard Hughes)
+ - Workaround for some buggy ACPI implementations (Ryan Lortie)
+ - SetBrightness and GetBrightness methods (Richard Hughes)
+ - Various S390 device handling fixes (Cornelia Huck)
+
+Requirements for HAL 0.5.5 "I want you to see what he's got under his fingernails."
+
+ - Linux 2.6.13 or later
+ - udev 071 or later (using udevsend as hotplug multiplexer)
+ - dbus 0.50 or later (with glib bindings)
+ - glib 2.6 or later
+ - expat
+ - popt (optional)
+ - libusb (optional)
+ - dmidecode (optional)
+
+==========
HAL 0.5.4 "Never tell anybody outside the family what you're thinking again."
==========
diff --git a/configure.in b/configure.in
index c22394c8..fbbac23c 100644
--- a/configure.in
+++ b/configure.in
@@ -7,8 +7,8 @@ dnl Process this file with autoconf to produce a configure script.
#
AC_PREREQ(2.57)
-AC_INIT(hal, 0.5.4, david@fubar.dk)
-AM_INIT_AUTOMAKE(hal, 0.5.4)
+AC_INIT(hal, 0.5.5, david@fubar.dk)
+AM_INIT_AUTOMAKE(hal, 0.5.5)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE