hal ChangeLog,1.372.2.14,1.372.2.15 configure.in,1.57.2.3,1.57.2.4

David Zeuthen david at freedesktop.org
Mon Jan 3 14:07:41 PST 2005


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

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

	* configure.in: Added it to ALL_LINGUAS

	* po/it.po: Italien translation from Pier Luigi Fiorini
	<pierluigi.fiorini at mockup.org>
	
2005-01-03  David Zeuthen  <davidz at redhat.com>

	* hald/linux/net_class_device.c (mii_get_link, mii_get_rate): Allocate
	the struct ifreq on the stack and reserve plenty of space; to work
	around a crasher with the sk98lin driver. RH #142183



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.372.2.14
retrieving revision 1.372.2.15
diff -u -d -r1.372.2.14 -r1.372.2.15
--- ChangeLog	3 Jan 2005 15:45:05 -0000	1.372.2.14
+++ ChangeLog	3 Jan 2005 22:07:39 -0000	1.372.2.15
@@ -1,5 +1,18 @@
 2005-01-03  David Zeuthen  <davidz at redhat.com>
 
+	* configure.in: Added it to ALL_LINGUAS
+
+	* po/it.po: Italien translation from Pier Luigi Fiorini
+	<pierluigi.fiorini at mockup.org>
+	
+2005-01-03  David Zeuthen  <davidz at redhat.com>
+
+	* hald/linux/net_class_device.c (mii_get_link, mii_get_rate): Allocate
+	the struct ifreq on the stack and reserve plenty of space; to work
+	around a crasher with the sk98lin driver. RH #142183
+
+2005-01-03  David Zeuthen  <davidz at redhat.com>
+
 	* hald/linux/block_class_device.c (detect_media): hald contains a
 	file descriptor leak that makes normal users unable to eject audio
 	CDs and other CDs/DVDs that does not contain normal filesystems.

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.57.2.3
retrieving revision 1.57.2.4
diff -u -d -r1.57.2.3 -r1.57.2.4
--- configure.in	1 Dec 2004 19:26:57 -0000	1.57.2.3
+++ configure.in	3 Jan 2005 22:07:39 -0000	1.57.2.4
@@ -1,8 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(hal, 0.4.2, david at fubar.dk)
-AM_INIT_AUTOMAKE(hal, 0.4.2)
+AC_INIT(hal, 0.4.2.cvs20050103, david at fubar.dk)
+AM_INIT_AUTOMAKE(hal, 0.4.2.cvs20050103)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
@@ -382,7 +382,7 @@
 fi
 
 
-ALL_LINGUAS="da fr de nl ru hu pt"
+ALL_LINGUAS="da fr de nl ru hu pt it"
 AC_SUBST(ALL_LINGUAS)
 
 GETTEXT_PACKAGE=AC_PACKAGE_NAME




More information about the hal-commit mailing list