hal: Branch 'master'

Martin Pitt martin at kemper.freedesktop.org
Tue May 12 04:20:17 PDT 2009


 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 32 insertions(+), 1 deletion(-)

New commits:
commit ff77e0393931f750caa452c96347ef83f2c3aab7
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date:   Tue May 12 13:19:57 2009 +0200

    post-release bump for 0.5.13
    
    update version in configure.in, add 0.5.13 stub to NEWS

diff --git a/NEWS b/NEWS
index 261c946..b0714dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,35 @@
 ==========
+HAL 0.5.13
+==========
+
+Released Month 00, 2009.
+
+Requirements for HAL 0.5.13:
+
+ - Linux kernel     >= 2.6.22    (CONFIG_SYSFS_DEPRECATED=n)
+ - udev             >= 125       (Linux only)
+ - util-linux-ng    >= 2.15
+ - bash             >= 2.0
+ - dbus             >= 0.61      (with glib bindings)
+ - glib             >= 2.10.0
+ - expat            >= 1.95.8
+ - hal-info         >= 20080310  (older versions can work too)
+ - libusb           >= 0.1.10a   (optional)
+ - pciutils         >= 2.2.3     (optional)
+ - dmidecode        >= 2.7       (optional)
+ - parted           >= 1.7.1     (optional)
+ - cryptsetup-luks  >= 1.0.1     (optional, needs LUKS patches)
+ - libsmbios        >= 0.13.4    (optional, for DELL machines, Linux only,
+                                  prefered version >= 2.0.3)
+ - dellWirelessCtl  >= 0.13.4    (optional, for Dell machines, must live in
+                                 /usr/bin/, Linux only, prefered version >= 2.0.3)
+ - gperf            >= 3.0.3-2   (optional, for Re-map multimedia keys,
+                                  Linux only)
+ - PolicyKit        >= 0.5       (optional)
+ - ConsoleKit       >= 0.2.0     (optional, needed if use PolicyKit)
+ - pm-utils         >= 0.99.2    or newer (optional)
+
+==========
 HAL 0.5.12
 ==========
 
diff --git a/configure.in b/configure.in
index ee98b99..2e86931 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ dnl Process this file with autoconf to produce a configure script.
 #
 
 AC_PREREQ(2.59c)
-AC_INIT(hal, 0.5.12, david at fubar.dk)
+AC_INIT(hal, 0.5.13, david at fubar.dk)
 AM_INIT_AUTOMAKE([gnu 1.9])
 AM_MAINTAINER_MODE
 


More information about the hal-commit mailing list