hal ChangeLog, 1.372.2.34, 1.372.2.35 NEWS, 1.3.2.3, 1.3.2.4 configure.in, 1.57.2.9, 1.57.2.10

David Zeuthen david at freedesktop.org
Thu Jan 20 09:03:56 PST 2005


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

Modified Files:
      Tag: hal-0_4-stable-branch
	ChangeLog NEWS configure.in 
Log Message:
2005-01-20  David Zeuthen  <davidz at redhat.com>

	* NEWS: Update for 0.4.6

	* configure.in: Bump to 0.4.6

2005-01-20  David Zeuthen  <davidz at redhat.com>

	* hald/linux/libsysfs/sysfs_dir.c (sysfs_close_attribute): Add
	stopgap fix to not free unallocated memory. This is a *workaround*
	to not make hald crash on some PPC hardware. Reported by Joseph
	E. Sacco, Ph.D. <joseph_sacco at comcast.net> who helped test this.

	* fdi/90defaultpolicy/storage-policy.fdi: Add mount option 
	iocharset=utf8 for vfat volumes

2005-01-20  David Zeuthen  <davidz at redhat.com>

	* hald/linux/libsysfs: Update libsysfs to upstream version 1.2.0



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.372.2.34
retrieving revision 1.372.2.35
diff -u -d -r1.372.2.34 -r1.372.2.35
--- ChangeLog	17 Jan 2005 20:00:30 -0000	1.372.2.34
+++ ChangeLog	20 Jan 2005 17:03:54 -0000	1.372.2.35
@@ -1,3 +1,23 @@
+2005-01-20  David Zeuthen  <davidz at redhat.com>
+
+	* NEWS: Update for 0.4.6
+
+	* configure.in: Bump to 0.4.6
+
+2005-01-20  David Zeuthen  <davidz at redhat.com>
+
+	* hald/linux/libsysfs/sysfs_dir.c (sysfs_close_attribute): Add
+	stopgap fix to not free unallocated memory. This is a *workaround*
+	to not make hald crash on some PPC hardware. Reported by Joseph
+	E. Sacco, Ph.D. <joseph_sacco at comcast.net> who helped test this.
+
+	* fdi/90defaultpolicy/storage-policy.fdi: Add mount option 
+	iocharset=utf8 for vfat volumes
+
+2005-01-20  David Zeuthen  <davidz at redhat.com>
+
+	* hald/linux/libsysfs: Update libsysfs to upstream version 1.2.0
+
 2005-01-17  David Zeuthen  <davidz at redhat.com>
 
 	* hald/linux/net_class_device.c (mii_get_rate): Add debug statements

Index: NEWS
===================================================================
RCS file: /cvs/hal/hal/NEWS,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -u -d -r1.3.2.3 -r1.3.2.4
--- NEWS	12 Jan 2005 22:19:43 -0000	1.3.2.3
+++ NEWS	20 Jan 2005 17:03:54 -0000	1.3.2.4
@@ -1,5 +1,19 @@
 
 ==========
+HAL 0.4.6 "It can only be attributable to human error."
+==========
+
+Released Jan 20, 2005
+
+ - Fix strange crasher in libsysfs on certain ppc platforms
+ - Update local libsysfs copy to 1.2.0
+ - Add compile time option to use 2.6.10 link detection features rather
+   than talking directly to the mii registers
+ - Fix off by one in VFAT label probing (Kay Sievers)
+ - Skip NTFS signed volume and label probing fixes (Kay Sievers)
+ - Use mount option iocharset=utf8 for vfat volumes
+
+==========
 HAL 0.4.5 "It's going to go 100% failure in 72 hours."
 ==========
 

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.57.2.9
retrieving revision 1.57.2.10
diff -u -d -r1.57.2.9 -r1.57.2.10
--- configure.in	17 Jan 2005 20:00:30 -0000	1.57.2.9
+++ configure.in	20 Jan 2005 17:03:54 -0000	1.57.2.10
@@ -1,8 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(hal, 0.4.5, david at fubar.dk)
-AM_INIT_AUTOMAKE(hal, 0.4.5)
+AC_INIT(hal, 0.4.6, david at fubar.dk)
+AM_INIT_AUTOMAKE(hal, 0.4.6)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 




More information about the hal-commit mailing list