hal ChangeLog,1.681,1.682 NEWS,1.9,1.10 configure.in,1.106,1.107

David Zeuthen david at freedesktop.org
Mon Nov 14 10:37:27 PST 2005


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv7190

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:
2005-11-14  David Zeuthen  <davidz at redhat.com>

        * NEWS: Update for 0.5.5

        * configure.in: Update to 0.5.5



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.681
retrieving revision 1.682
diff -u -d -r1.681 -r1.682
--- ChangeLog	10 Nov 2005 19:28:34 -0000	1.681
+++ ChangeLog	14 Nov 2005 18:37:25 -0000	1.682
@@ -1,3 +1,9 @@
+2005-11-14  David Zeuthen  <davidz at redhat.com>
+
+	* NEWS: Update for 0.5.5
+
+	* configure.in: Update to 0.5.5
+
 2005-11-10  Danny Kukawka  <danny.kukawka at web.de>
 
 	* hald/linux2/probing/Makefile.am: updated for glib 

Index: NEWS
===================================================================
RCS file: /cvs/hal/hal/NEWS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- NEWS	26 Aug 2005 18:27:29 -0000	1.9
+++ NEWS	14 Nov 2005 18:37:25 -0000	1.10
@@ -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."
 ==========
 

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- configure.in	24 Oct 2005 15:12:58 -0000	1.106
+++ configure.in	14 Nov 2005 18:37:25 -0000	1.107
@@ -7,8 +7,8 @@
 #
 
 AC_PREREQ(2.57)
-AC_INIT(hal, 0.5.4, david at fubar.dk)
-AM_INIT_AUTOMAKE(hal, 0.5.4)
+AC_INIT(hal, 0.5.5, david at fubar.dk)
+AM_INIT_AUTOMAKE(hal, 0.5.5)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 




More information about the hal-commit mailing list