hal/doc/spec hal-spec.html,1.36.2.16,1.36.2.17

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


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

Modified Files:
      Tag: hal-0_4-stable-branch
	hal-spec.html 
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: hal-spec.html
===================================================================
RCS file: /cvs/hal/hal/doc/spec/hal-spec.html,v
retrieving revision 1.36.2.16
retrieving revision 1.36.2.17
diff -u -d -r1.36.2.16 -r1.36.2.17
--- hal-spec.html	27 Jan 2005 18:03:39 -0000	1.36.2.16
+++ hal-spec.html	28 Mar 2005 19:15:19 -0000	1.36.2.17
@@ -2,7 +2,7 @@
 <HTML
 ><HEAD
 ><TITLE
->HAL 0.4.7.cvs20050127 Specification</TITLE
+>HAL 0.4.7.cvs20050128c Specification</TITLE
 ><META
 NAME="GENERATOR"
 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"></HEAD
@@ -24,7 +24,7 @@
 CLASS="title"
 ><A
 NAME="AEN2"
->HAL 0.4.7.cvs20050127 Specification</A
+>HAL 0.4.7.cvs20050128c Specification</A
 ></H1
 ><H3
 CLASS="author"
@@ -51,7 +51,7 @@
 ></DIV
 ><SPAN
 CLASS="releaseinfo"
->Version 0.4.7.cvs20050127<BR></SPAN
+>Version 0.4.7.cvs20050128c<BR></SPAN
 ><HR></DIV
 ><DIV
 CLASS="TOC"
@@ -634,7 +634,7 @@
 ></TR
 ><TR
 ><TD
->0.4.7.cvs20050127</TD
+>0.4.7.cvs20050128c</TD
 ><TD
 >&nbsp;</TD
 ><TD




More information about the hal-commit mailing list