diff options
-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]) |