diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-25 00:01:24 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-01-25 00:01:24 +0100 |
commit | 9c158222917e90363aa5d89084161b392941dc88 (patch) | |
tree | cddfc3f31cbc4be0bf196215b2cbabe52d60a3ef | |
parent | 9c4eda12605c5e562002a63e83ddf06bfbf48988 (diff) |
release 179udev/v179
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,17 @@ +Summary of changes from v178 to v179 +============================================ + +Kay Sievers (8): + fix some fallout from tab removal + use devnode() for $name not sysname(), device nodes might be in a subdirectory + print warning when rules try to rename kernel device nodes + move variable inside condition + update TODO + build-sys: enable everything for 'make distcheck' + use sysname() for devices without a device node + fix path to extras + + Summary of changes from v177 to v178 ============================================ @@ -1,3 +1,7 @@ +udev 179 +======== +Bugfix for $name resolution, which broke at least some keymap handling. + udev 178 ======== Bugfix for the firmware loading behavior with kernel modules which diff --git a/configure.ac b/configure.ac index ceaeeb8f8f..3f33c14da0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) AC_INIT([udev], - [178], + [179], [linux-hotplug@vger.kernel.org], [udev], [http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html]) |