1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-25 18:50:18 +03:00

release 178

This commit is contained in:
Kay Sievers 2012-01-21 06:35:06 +01:00
parent d2b795f2b9
commit 579734fca5
2 changed files with 23 additions and 1 deletions

View File

@ -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
============================================

View File

@ -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])