diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2009-05-12 13:19:57 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2009-05-12 13:19:57 +0200 |
commit | ff77e0393931f750caa452c96347ef83f2c3aab7 (patch) | |
tree | 7e73571ca764bd8f499747556ab724f3e290683a | |
parent | a78689fc67fe3937029895faeaceb99c9ff4ee8a (diff) |
post-release bump for 0.5.13
update version in configure.in, add 0.5.13 stub to NEWS
-rw-r--r-- | NEWS | 31 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 32 insertions, 1 deletions
@@ -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 ee98b998..2e86931f 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@fubar.dk) +AC_INIT(hal, 0.5.13, david@fubar.dk) AM_INIT_AUTOMAKE([gnu 1.9]) AM_MAINTAINER_MODE |