hal ChangeLog, 1.372.2.44, 1.372.2.45 configure.in, 1.57.2.15, 1.57.2.16

David Zeuthen david at freedesktop.org
Mon Mar 28 11:15:21 PST 2005


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

Modified Files:
      Tag: hal-0_4-stable-branch
	ChangeLog configure.in 
Log Message:
2005-03-28  David Zeuthen  <david at fubar.dk>

	* hald/linux/osspec.c: Patch from Kay Sievers <kay.sievers at vrfy.org>
	While playing around with hotplug event replay from initramfs, it
	happens, that events are generated for devices HAL already knows
	from its coldplug run. This leads to a lot of funny double entries
	in the device store. :) We should prevent the device addition by
	hotplug events if we already have one with the same sysfs-devpath.

	* hald/device_info.c: Backport a memory leak fix from the new
	development branch: Fix up error handling; remember to free the
	XML_Parser context which fixes a 4.5MB memory leak on my system.
	Verified by Timo Hoenig <thoenig at suse.de> to work.



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.372.2.44
retrieving revision 1.372.2.45
diff -u -d -r1.372.2.44 -r1.372.2.45
--- ChangeLog	27 Feb 2005 00:34:01 -0000	1.372.2.44
+++ ChangeLog	28 Mar 2005 19:15:19 -0000	1.372.2.45
@@ -1,3 +1,17 @@
+2005-03-28  David Zeuthen  <david at fubar.dk>
+
+	* hald/linux/osspec.c: Patch from Kay Sievers <kay.sievers at vrfy.org>
+	While playing around with hotplug event replay from initramfs, it
+	happens, that events are generated for devices HAL already knows
+	from its coldplug run. This leads to a lot of funny double entries
+	in the device store. :) We should prevent the device addition by
+	hotplug events if we already have one with the same sysfs-devpath.
+
+	* hald/device_info.c: Backport a memory leak fix from the new
+	development branch: Fix up error handling; remember to free the
+	XML_Parser context which fixes a 4.5MB memory leak on my system.
+	Verified by Timo Hoenig <thoenig at suse.de> to work.
+
 2005-02-26  David Zeuthen  <davidz at redhat.com>
 
 	* fdi/90defaultpolicy/storage-policy.fdi: Apply patch from Daniel

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.57.2.15
retrieving revision 1.57.2.16
diff -u -d -r1.57.2.15 -r1.57.2.16
--- configure.in	27 Jan 2005 18:03:39 -0000	1.57.2.15
+++ configure.in	28 Mar 2005 19:15:19 -0000	1.57.2.16
@@ -1,8 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(hal, 0.4.7, david at fubar.dk)
-AM_INIT_AUTOMAKE(hal, 0.4.7)
+AC_INIT(hal, 0.4.7.cvs20050128c, david at fubar.dk)
+AM_INIT_AUTOMAKE(hal, 0.4.7.cvs20050128c)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 




More information about the hal-commit mailing list