hal ChangeLog,1.799,1.800
David Zeuthen
david at freedesktop.org
Sun Feb 12 19:42:28 PST 2006
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv32482
Modified Files:
ChangeLog
Log Message:
2006-02-12 David Zeuthen <davidz at redhat.com>
* hald/linux2/probing/probe-volume.c (strdup_valid_utf8): Fixup
this function as it didn't work at all. Replace invalid characters
with '_' instead of '?' as the latter is not allowed as a
mountpoint.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.799
retrieving revision 1.800
diff -u -d -r1.799 -r1.800
--- ChangeLog 13 Feb 2006 02:16:57 -0000 1.799
+++ ChangeLog 13 Feb 2006 03:42:25 -0000 1.800
@@ -1,5 +1,12 @@
2006-02-12 David Zeuthen <davidz at redhat.com>
+ * hald/linux2/probing/probe-volume.c (strdup_valid_utf8): Fixup
+ this function as it didn't work at all. Replace invalid characters
+ with '_' instead of '?' as the latter is not allowed as a
+ mountpoint.
+
+2006-02-12 David Zeuthen <davidz at redhat.com>
+
* tools/hal-system-storage-mount: Use [:alnum:] and [:space:]
instead of a-zA-Z0-9 so we support mount points like "foobar der
æøå ãµã¤ãã®". Set LANG to en_US.UTF-8 to get bash to do this.
More information about the hal-commit
mailing list