]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
release 179 179
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 24 Jan 2012 23:01:24 +0000 (00:01 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 24 Jan 2012 23:01:24 +0000 (00:01 +0100)
ChangeLog
NEWS
configure.ac

index b561b7a5e4be82183a30d13f5eea95e531858e88..da2eae6a484a47a69abb62e3e102563807bb433b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 ============================================
 
diff --git a/NEWS b/NEWS
index a0ed539454f32680c1e6f3494e55bc4c45866c6c..fa1edff696126f12ed541a337a5f7bdb9f11b7ad 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index ceaeeb8f8f14715945623d6d677582667e800bf7..3f33c14da02a596f760f75db28f623c1e580b769 100644 (file)
@@ -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])