hal ChangeLog,1.552,1.553 NEWS,1.7,1.8 configure.in,1.90,1.91

David Zeuthen david at freedesktop.org
Tue Jul 12 08:40:16 PDT 2005


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

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:
2005-07-12  David Zeuthen  <davidz at redhat.com>

        * configure.in: Bump version to 0.5.3

        * NEWS: Update for release 0.5.3



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.552
retrieving revision 1.553
diff -u -d -r1.552 -r1.553
--- ChangeLog	12 Jul 2005 15:02:25 -0000	1.552
+++ ChangeLog	12 Jul 2005 15:40:14 -0000	1.553
@@ -1,5 +1,11 @@
 2005-07-12  David Zeuthen  <davidz at redhat.com>
 
+	* configure.in: Bump version to 0.5.3
+
+	* NEWS: Update for release 0.5.3
+
+2005-07-12  David Zeuthen  <davidz at redhat.com>
+
 	* libhal/libhal.c (libhal_ctx_init): Make init fail if hald is
 	actually not running
 

Index: NEWS
===================================================================
RCS file: /cvs/hal/hal/NEWS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- NEWS	12 May 2005 21:14:17 -0000	1.7
+++ NEWS	12 Jul 2005 15:40:14 -0000	1.8
@@ -1,4 +1,29 @@
 ==========
+HAL 0.5.3 "I didn't ask who gave the order, because it had nothing to do with business."
+==========
+
+Released July 12, 2005
+
+ - hal-find-by-capability and hal-find-by-property tools (David Zeuthen)
+ - Fix some of the bugs from johnp's port of h-d-m (David Zeuthen, Kay Sievers)
+ - Trigger rescan of ACPI objects when receiving events (Richard Hughes)
+ - Fix key for storage.cdrom.dvdram (Danny Kukawka)
+ - Don't use sync as part of the normal mount option policy (David Zeuthen)
+ - Update fstab-sync man page (David Zeuthen)
+ - Fix a bug in hal_property_new_string (Martin Pitt)
+ - Fix --help output (Danny Kukawka)
+ - Detect DVD+R DL media (William Jon McCann, David Zeuthen)
+ - Add empty Solaris backend and fix build for Solaris (Alvaro Lopez Ortega)
+ - Support various S390 devices (Cornelia Huck)
+ - Prepare hald to work with newer udev versions (Kay Sievers)
+ - Unify various error handling functions (Steffen Winterfeldt)
+ - Add infrastructure + tools to populate the hal db (Steffen Winterfeldt)
+ - Fixup MMC storage cards drive type on MMC bus (Pierre Ossman)
+ - Handle case where the battery life is degrading (Richard Hughes)
+ - Make libhal_ctx_init() fail if hald is not running (David Zeuthen)
+ - New translations: nb (Kjartan Maraas), es (Francisco Javier F. Serrador)
+
+==========
 HAL 0.5.2 "Can't do it, Sally."
 ==========
 

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- configure.in	2 Jul 2005 11:20:41 -0000	1.90
+++ configure.in	12 Jul 2005 15:40:14 -0000	1.91
@@ -7,8 +7,8 @@
 #
 
 AC_PREREQ(2.57)
-AC_INIT(hal, 0.5.2, david at fubar.dk)
-AM_INIT_AUTOMAKE(hal, 0.5.2)
+AC_INIT(hal, 0.5.3, david at fubar.dk)
+AM_INIT_AUTOMAKE(hal, 0.5.3)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 




More information about the hal-commit mailing list