summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-01-21 06:35:06 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-01-21 06:35:06 +0100
commit579734fca598363cf15ab565aa09669c4112447e (patch)
tree08b08066f3a0e9c53550215955f450137d406670
parentd2b795f2b942a2532c396c7e55d6cd8369cae7fc (diff)
release 178178
-rw-r--r--ChangeLog22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 51e031c0c..b561b7a5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+Summary of changes from v177 to v178
+============================================
+
+Evan Nemerson (1):
+ gudev: several minor introspection fixes
+
+Kay Sievers (7):
+ Makefile: update kernel.org doc hooks for kup
+ builtin: blkid - add missing ID_ prefix
+ udevd: kill hanging event processes after 30 seconds
+ Makefile: switch from .asc to .sign
+ rules: rtc - point /dev/rtc symlink to 'hctosys' device
+ warn about deprecated RUN+="socket:" use
+ libudev: do not set DEVNAME= twice
+
+Martin Pitt (4):
+ keymap: Fix rfkill button on Hewlett-Packard HP ProBook
+ keymap: Fix eject button on Samsung 700Z series
+ keymap: Fix keyboard brightness keys on Samsung 700Z series
+ keymap: Add Alienware M14xR1
+
+
Summary of changes from v176 to v177
============================================
diff --git a/configure.ac b/configure.ac
index ada06d786..ceaeeb8f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([udev],
- [177],
+ [178],
[linux-hotplug@vger.kernel.org],
[udev],
[http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html])