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

release 175

This commit is contained in:
Kay Sievers 2011-11-07 23:28:10 +01:00
parent eabac232a5
commit 6f410b81aa
4 changed files with 39 additions and 2 deletions

View File

@ -1,3 +1,36 @@
Summary of changes from v174 to v175
============================================
David Zeuthen (2):
gudev: Use strtoul to parse unsigned 64-bit integers
gudev: Use g_ascii_strtoull() instead of strtoul()
Harald Hoyer (1):
extras/keymap/findkeyboards: beautify shell code and get rid of grep
Jerone Young (1):
keymap: Fix micmute remap for Lenovo Thinkpads
Kay Sievers (7):
make: add gpg signing bits
ignore entire rules line if unknown keys are used
do not skip /dev/{disk,char}/M:m removal when the device node is already gone
replace AC_DISABLE_STATIC with LT_INIT([disable-static])
make: tweak some autofoo according to Flameeyes' recommendations for libabc
rules: restore rule to set cdrom group for optical drives
rules: fix typo
Martin Pitt (8):
check-keymaps.sh: Allow running separately
extras/keymap/findkeyboards: Filter out non-event devices
findkeyboards: Consistently use spaces instead of tabs
keymap: Fix stuck keys on GIGABYTE i1520M
keymap: More Asus module variants
keymap: Fix "internet" key on HP G62
keymap: Fix bluetooth key on Acer TravelMate 7720
keymap: Fix stuck keys on BenQ nScreen
Summary of changes from v173 to v174
============================================

View File

@ -299,7 +299,7 @@ if ENABLE_GUDEV
# GUdev - libudev gobject interface
# ------------------------------------------------------------------------------
LIBGUDEV_CURRENT=1
LIBGUDEV_REVISION=0
LIBGUDEV_REVISION=1
LIBGUDEV_AGE=1
SUBDIRS += extras/gudev/docs

4
NEWS
View File

@ -1,3 +1,7 @@
udev 175
========
Bugfixes.
udev 174
========
Bugfixes.

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([udev],
[174],
[175],
[linux-hotplug@vger.kernel.org],
[udev],
[http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html])