summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2009-11-30 23:41:46 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2009-11-30 23:41:46 +0100
commit8e26deb441fe07fe940eeabadc7ff41a0564e0bb (patch)
tree3f4cd74108d7f74853b20636c8dd8a01a61bb34e
parent17f24242b5739a27940e0cc164a856b9584481f7 (diff)
post-release bump to 0.5.14
bump version in configure.in, add stub to NEWS
-rw-r--r--NEWS33
-rw-r--r--configure.in2
2 files changed, 34 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 05b368d2..779cedaa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,37 @@
==========
+HAL 0.5.15
+==========
+
+Released Month 00, 2009.
+
+Requirements for HAL 0.5.15:
+
+ - 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)
+
+Contributors to HAL 0.5.15:
+
+==========
HAL 0.5.14 "Dave, this conversation can serve no purpose anymore. Goodbye."
==========
diff --git a/configure.in b/configure.in
index e8aa021e..a8fda516 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.14, david@fubar.dk)
+AC_INIT(hal, 0.5.15, david@fubar.dk)
AM_INIT_AUTOMAKE([gnu 1.9])
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])