hal ChangeLog,1.508,1.509 NEWS,1.5,1.6 configure.in,1.79,1.80
David Zeuthen
david at freedesktop.org
Wed Apr 27 14:12:45 PDT 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv22941
Modified Files:
ChangeLog NEWS configure.in
Log Message:
2005-04-27 David Zeuthen <davidz at redhat.com>
* configure.in: Bump for release
* NEWS: Update for release
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.508
retrieving revision 1.509
diff -u -d -r1.508 -r1.509
--- ChangeLog 27 Apr 2005 19:35:47 -0000 1.508
+++ ChangeLog 27 Apr 2005 21:12:43 -0000 1.509
@@ -1,5 +1,11 @@
2005-04-27 David Zeuthen <davidz at redhat.com>
+ * configure.in: Bump for release
+
+ * NEWS: Update for release
+
+2005-04-27 David Zeuthen <davidz at redhat.com>
+
* tools/device-manager/*.py: Patch from John (J5) Palmieri
<johnp at redhat.com>: I am about to check in my changes to the dbus
python bindings and roll a release. Here is a patch to get Hal
Index: NEWS
===================================================================
RCS file: /cvs/hal/hal/NEWS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- NEWS 7 Mar 2005 20:02:36 -0000 1.5
+++ NEWS 27 Apr 2005 21:12:43 -0000 1.6
@@ -1,4 +1,40 @@
==========
+HAL 0.5.1 "Sonny...?"
+==========
+
+Release Apr 27, 2005
+
+ - Teach volume_id about Minix and a bunch of ATA raid signatures
+ and use last label on multi-session discs (Kay Sievers)
+ - Extract certain stuff using dmidecode and populate smbios.*
+ properties and populate some newer computer.* properties
+ - Change sesame to luks (W. Michael Petullo)
+ - Cope with double hotplug events and other boundary conditions
+ wrt. hotplug events (Kay Sievers)
+ - Add some more USB2 card reader .fdi files
+ - Make hal know about Firewire devices yet again
+ - Export info.linux.driver for every physical device
+ - Match PalmOS style pda's (Andrei Yurkevich)
+ - zh_TW translation (chaoweilun at pcmail.com.tw)
+ - Use direct d-bus connection for helpers instead of routing
+ the traffic through the system bus
+ - Several memory leak fixes
+ - Update h-d-m to use Python bindings in D-BUS 0.33 or later
+ - Use new udev feature to read all device file names in one go
+ - Various fixes (Richard Hughes, Steve Grubb, Kay Sivers,
+ Murray Cumming, Martin Pitt, Bill Nottingham)
+
+Requirements for HAL 0.5.1 "Sonny...?"
+
+ - Linux 2.6.11 or later
+ - udev 057 or later (using udevsend as hotplug multiplexer)
+ - dbus 0.33 or later (with glib bindings)
+ - glib 2.6 or later
+ - expat
+ - popt (optional)
+ - libusb (optional)
+
+==========
HAL 0.5.0 "The family had a lot of buffers."
==========
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- configure.in 27 Apr 2005 19:06:43 -0000 1.79
+++ configure.in 27 Apr 2005 21:12:43 -0000 1.80
@@ -7,8 +7,8 @@
#
AC_PREREQ(2.57)
-AC_INIT(hal, 0.5.0, david at fubar.dk)
-AM_INIT_AUTOMAKE(hal, 0.5.0)
+AC_INIT(hal, 0.5.1, david at fubar.dk)
+AM_INIT_AUTOMAKE(hal, 0.5.1)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
More information about the hal-commit
mailing list